@charset "UTF-8";
/* CSS Document */


/*-------------------------------------------------

	ホテルウィングスcontents.css


	

--------------------------------------------------*/



/*-------------------------  home -----------------------------------*/


/*--- layout ---*/

#main_home{padding:0px;min-height:550px;_height:550px;}

.main_box{ margin:5px 0;}


/*トップページCSS*/

.top_plan{ width:817px; height:134px; margin:10px 0; background:url(../img/top_plan_bg.gif) no-repeat left top;}
.plan_left{ float:left; margin:10px 0 0 20px;}
.plan_right{ float:right; margin:10px 20px 0 0;}
.planname{ clear:both; float:left;margin:10px; width:400px;}
.planname h3{ font-size:28px; font-weight:bold}
.planplice{ clear: right; float:right; margin:10px 20px 0 0; width:350px;}
.plice{font-size:32px; font-weight:bold}

.top_room{ margin:10px 0;}
.top_room p{ margin:5px;}
.top_room ul{ padding:3px}
.top_room li{ float:left; margin:0 3px; text-align:center}


.news_list{ margin:10px 5px; float:left}
.news_list p{ text-align:right; font-size:12px}
.news_list ul{ width:300px; margin:0px 8px 17px 8px}
.news_list li{ border-bottom:#333333 dotted 1px; padding:5px 3px}

.top_shop{ float:right; width:470px; margin:10px 0;}
.top_shop img { margin:5px;}
.shop_photo{ width:150px; float:left; margin:2px;}
.shop_intro{width:290px; float:right; margin-right:10px;}
.shop_intro h3{ width:270px;font-size:14px; font-weight:bold; margin-top:5px; border-bottom:#333333 dotted 1px; padding:5px 3px}
.shop_intro p{ margin:2px 0;}
.top_access{ font-size:10px; line-height:130%}

/*宿泊料金一覧ページCSS*/
.accom_bar{ margin:20px 0 10px 0;}
.accom_table{ margin:20px; text-align:center}
.accom_plan{ margin:20px; text-align:center}

/*サイトマップ集CSS*/

.sitemap{ margin:30px 10px 10px 10px } 
.sitemap a{ text-decoration:none;} 
.sitemap a:hover{ color:#CC3300} 

.sitemap h3{width:680px;font-size:14px; font-weight:bold; color:#330000; border-bottom:#333333 dotted 1px; padding:5px 3px; margin-left:60px}
.sitemap span{ font-size:10px}
.sitemap_left{ width:730px;float:left; text-align:left}



/*新着情報一覧ページCSS*/
.hw_entry_time{
	margin-left:10px;
}

.hw_entry{
	font-size:16px;
	margin:10px;
}

.entry{
	margin:10px;
	border-bottom:dotted 1px #999999;
	width:750px;
	font-size:14px;
	line-height:140%;
	padding-bottom:15px;
}

/*-------------------------  clearFix -----------------------------------*/


#main_home .news_top dl:after,#main_home .info dl:after,.news dl:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#main_home .news_top dl,#main_home .info dl,.news dl{
	display: inline-block;
	min-height: 1%;
	/* escape MacIE5 \*/
	display: block;
	/* escape MacIE5 */ 
}
/* escape MacIE5 \*/
* html #main_home .news_top dl,* html #main_home .info dl,* html .news dl{
	height: 1%;
}
/* escape MacIE5 */


