@charset "UTF-8";

/*
-----------------------------------------------
 ホテル志戸平の新着情報とお知らせ Styles
 FileName : news.css
 Date     : 2009.01.10
----------------------------------------------- */

/* == メインイメージ＆アンカーリンク == */
div#newsAndinfo	{
	margin: 0;
	}
	
	div.newsAndinfo-area	{
		background: url(image/news_back.gif) no-repeat;
		width: 672px;
		overflow: hidden;
		}
		
		div.newsTitle	{
			float: left;
			width: 490px;
			padding: 16px 0 6px 20px;
			}
			
			div.newsTitle h3	{
				color: #613b00;
				font-size: 120%;
				line-height: 140%;
				font-weight: bold;
				}
		
		div.newsDate	{
			float: right;
			margin: 0 1px 0 0;
			width: 159px;
			}
			
			div.newsDate p	{
				position: relative;
				top: 15px;
				text-align: center;
				line-height: 0;
				}
		
		div.newsAndinfo-area div.copy	{
			clear: both;
			margin: 0 20px;
			}
			
			div.newsAndinfo-area div.copy h4	{
				font-weight: bold;
				margin: 1em 0 3px 0;
				}
			
			div.newsAndinfo-area img.right	{
				float: right;
				margin: 0 0 1em 12px;
				}
	
	div.newsAndinfo-btm	{
		clear: both;
		background: url(image/news_btm.gif) no-repeat;
		height: 40px;
		}
		

/* == 記事毎の単独スタイル（09/04桜開花情報） == */
div.newsAndinfo-area div.copySakura	{
	clear: both;
	background: url(image/sakura/sakura_back.gif) no-repeat;
	padding: 0 0 0 182px;
	margin: 0 1px;
	}
	
	div.newsAndinfo-area div.copySakura h4	{
		font-weight: bold;
		margin: 1em 0 3px 0;
		}


/* The Holly Hack \*/
	* html div.news	{
    height: 1%;
    }
    /* Resume IE5-Mac */