@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */





/*----------------------------------------------------
	
	#main	メイン	
	
----------------------------------------------------*/

#top #main h2 {
	margin:0 0 30px 0;
}


/*	.cnt_hotelsearch	
----------------------------------------------------*/

#top #main .cnt_hotelsearch {
	margin:0 0 60px 0;
	width:735px;
	overflow:hidden;
}



#top #main .cnt_hotelsearch .hotelsearch_l {
	width:360px;
	overflow:hidden;
	float:left;
}

#top #main .cnt_hotelsearch h4 {
	width:360px;
	height:102px;
	line-height:102px;
	text-indent:-9999px;
}

#top #main .cnt_hotelsearch h4.tit_honsen {
	background:url(../images/top/tit_honsen.jpg) 0 0 no-repeat;
}

#top #main .cnt_hotelsearch h4.tit_hlandscape {
	background:url(../images/top/tit_hlandscape.jpg) 0 0 no-repeat;
}

#top #main .cnt_hotelsearch h4.tit_hdining {
	background:url(../images/top/tit_hdining.jpg) 0 0 no-repeat;
}

#top #main .cnt_hotelsearch h4.tit_hhistoy {
	background:url(../images/top/tit_hhistoy.jpg) 0 0 no-repeat;
}

#top #main .cnt_hotelsearch .hotelsearch_r {
	width:360px;
	overflow:hidden;
	float:right;
}

#top #main .cnt_hotelsearch dl {
	width:360px;
	overflow:hidden;
}

#top #main .cnt_hotelsearch dl dt {
	margin:25px 0 0 0;
	width:215px;
	float:left;
}

#top #main .cnt_hotelsearch dl dd {
	margin:28px 0 0 0;
	width:105px;
	float:right;
}

/* tabNav
----------------------------------------------------------- */
#top ul.idTabs{
	margin: 0 auto;
	width: 682px;
	height: 38px;
	border-right: 1px #dcdcdc solid;
}

#top ul.idTabs li {
	width: 135px;
	height: 38px;
	margin: 0;
	border-top: 1px #dcdcdc solid;
	border-left: 1px #dcdcdc solid;
	border-bottom: 1px #dcdcdc solid;
	text-align: center;
	float: left;
}

#top ul.idTabs li a {
	padding: 5px 0 0;
	width: 135px;
	height: 34px;
	display: block;
	font-weight: bold;
	color: #896a4b;
	text-decoration: none;
}

#top ul.idTabs li a:hover{
	background-color: #fff;
	font-weight: bold;
}

#top ul.idTabs li a.selected {
	background-color: #fff;
	font-weight: bold;
	color: #dcdcdc;
}
#top div#tab1,
#top div#tab2,
#top div#tab3,
#top div#tab4,
#top div#tab5,
#top div#tab6{
	width: 682px;
	margin: 0 auto 20px;
	padding: 10px 0;
	border-bottom: 1px #dcdcdc solid;
	border-left: 1px #dcdcdc solid;
	border-right: 1px #dcdcdc solid;
	clear: left;
}

#top div#tab1:after ,
#top div#tab2:after ,
#top div#tab3:after ,
#top div#tab4:after ,
#top div#tab5:after ,
#top div#tab6:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/*各施設詳細box
------------------------------*/
#top .toplist_hotel_box{
	width: 325px;
	margin: 0 5px 10px;
	padding: 5px 0 10px;
	float: left;
	background: url(../images/top/bg_main_list_hoteltl.gif) left top no-repeat;
}

#top .toplist_hotel_box:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#top .toplist_hotel_box h5{
	margin-left: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	color: ##dcdcdc;
}

#top .toplist_hotel_box h5 a:link,
#top .toplist_hotel_box h5 a:visited,
#top .toplist_hotel_box h5 a:hover,
#top .toplist_hotel_box h5 a:active{
	text-decoration: none;
	color: #426928;
}

#top .toplist_hotel_box h5 a:hover{
	text-decoration: underline;
}


#top .toplist_hotel_box img{
	float: left;
}

/*右側ボックス*/
#top .toplist_hotel_box_r {
	float: right;
	width: 200px;
}

#top .toplist_hotel_box:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/*アドレス*/
#top .toplist_hotel_box_r .toplist_hotel_add{
}

/*電話番号*/
#top .toplist_hotel_box_r .toplist_hotel_add span{
	color: #360e0c;
}

/*ホテル公式ページまでのリンク*/
#top .toplist_hotel_box_r .bt_toplist_hotel_hp{
	width: 95px;
	height: 24px;
	background: url(../buttons/bt_main_list_hp.gif) left top no-repeat;
	float: left;
}

#top .toplist_hotel_box_r .bt_toplist_hotel_hp a{
	width: 95px;
	height: 24px;
	display: block;
	overflow: hidden;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html img, div { behavior: url("images/iepngfix.htc") }
