@charset "utf-8";
/* ===================================================================
CSS information

 file name  :zzz.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */
/* キャッチコピー */
#areainfo #sst_title {
	margin-bottom:16px;
	width:680px;
	height:23px;
	line-height: 1;
	background: url(../areainfo/images/sst_title.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
}


/* -----------------------------------------------------------
	当ホテル周辺のご案内
----------------------------------------------------------- */
/*タイトル*/
#areainfo #hotelarea_info_st {
	margin-bottom: 10px;
	width:680px;
	height: 20px;
	background: url(../../images/areainfo/st_hotelarea_info.gif) left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

#areainfo #hotelarea_info_box{
	margin: 0 0 30px;
	width: 680px;
}


#areainfo #hotelarea_info_box:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


#areainfo #hotelarea_info_box img{
	float: left;
}

#areainfo #hotelarea_info_box div{
	width: 340px;
	float: right;
}

#areainfo #hotelarea_info_box div h5 {
	margin-bottom: 10px;
	width: 340px;
	height: 20px;
	background: url(../facilities/images/hotelarea_info_copy.gif) left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

#areainfo #hotelarea_info_box div img{
	float: right;
}












/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

