/*==========================================================
############################################################
トップページのみ　
############################################################
==========================================================*/
/*==========================================================
県別に選ぶ温泉のナビゲーション周り
==========================================================*/
#pref_navi{
	margin              : 5px 0px 0px 0px;
	width               : 503px;
	height              : 268px;
	border              : solid 1px #ccc;
	border-bottom       : solid 1px #666;
	position            : absolute;
	top                 : 225px;
}

/*FLASH------------------------------*/
#fla_map{
}

/*テキスト版メニュ------------------------------*/
#txt_navi{
	width               : 480px;
	margin              : auto;
	display             : none;
}
#txt_navi h2{
	font-size           : 14px;
	color               : #900;
	margin              : 10px 0px 10px 0px;
	padding             : 2px 0px 2px 13px;
	background          : url(/images/common/icon_circle_orange.gif) no-repeat 0px 0px;
}

#txt_navi dl{
	margin              : 0px auto;
	padding             : 0px 5px 0px 5px;
}
#txt_navi dt{
	margin              : 0px;
	float               : left;
	width               : 90px;
	clear               : both;
}
#txt_navi dt a{
	font-weight         : bold;
	color               : #6c0;
	text-decoration     : none;
}
#txt_navi dd{
	width               : 360px;
	margin              : 0px 0px 5px 100px;
}
#txt_navi dd ul{
	margin              : 0px;
	padding             : 0px;
}
#txt_navi dd ul li{
	margin              : 0px;
	padding             : 0px;
	list-style-type     : none;
	float               : left;
	width               : 60px;
}
#txt_navi dd a{
}

/*コントロールタブ------------------------------*/
ul#ctrl_pref_navi{
	margin              : 0px 0px 20px 20px;
	padding             : 0px;
	height              : 20px;
	position            : absolute;
	top                 : 500px;

}
ul#ctrl_pref_navi li{
	margin              : 0px 0px 0px 5px;
	padding             : 0px;
	list-style-type     : none;
	float               : left;
	width               : 100px;
	height              : 20px;
	overflow            : hidden;
	background          : url(/images/common/bg_ctrl_navi.gif) no-repeat 0px 0px;
}
ul#ctrl_pref_navi li a{
	display             : block;
	width               : 100px;
	height              : 20px;
	text-align          : center;
	color               : #fff;
	background          : url(/images/common/bg_ctrl_navi.gif) no-repeat 0px 0px;
}
ul#ctrl_pref_navi li a:hover{
	/*background-position : 0px -20px;*/
}

/*お気に入りの温泉---------------------------------*/

ul#favorite{
	margin              : 0px;
	padding             : 0px;
}
ul#favorite li{
	margin              : 0px;
	padding             : 0px;
	list-style-type     : none;
}
ul#favorite li div.favorite_img{
	width:95px;
	float:left;
}

ul#favorite li div.favorite_detail{
	width               : 215px;
	float               : right;
}
ul#favorite li h3{
	font-size           : 14px;
	background          : none;
	margin              : 0px;
}
ul#favorite li h3 span{
	font-size:12px;
}
ul#favorite li p{
	line-height         : 135%;
}

