@charset "euc-jp";


/*onsen右メニュー*/

.xM_onsen {
	text-decoration: none;
	background-image: url(../img/menu_onsen.gif);
	background-repeat: no-repeat;
	margin-bottom:3px;
	float: left;
	height: 38px;
	width: 178px;
	text-indent: -1000px;
}

.xM_onsen_kyushu a:link,
.xM_onsen_kyushu a:visited {
	text-decoration: none;
	background-image: url(../img/onsen/menu_kyushu.gif);
	background-repeat: no-repeat;
	float: left;
	height: 38px;
	width: 178px;
	text-indent: -1000px;
}
.xM_onsen_kyushu a:hover,
.xM_onsen_kyushu a:active {
	text-decoration: none;
	background-image: url(../img/onsen/menu_kyushu2.gif);
	background-repeat: no-repeat;
}
.xM_onsen_chugoku a:link,
.xM_onsen_chugoku a:visited {
	text-decoration: none;
	background-image: url(../img/onsen/menu_chugoku.gif);
	background-repeat: no-repeat;
	float: left;
	height: 38px;
	width: 178px;
	text-indent: -1000px;
}
.xM_onsen_chugoku a:hover,
.xM_onsen_chugoku a:active {
	text-decoration: none;
	background-image: url(../img/onsen/menu_chugoku2.gif);
	background-repeat: no-repeat;
}
.xM_onsen_shikoku a:link,
.xM_onsen_shikoku a:visited {
	text-decoration: none;
	background-image: url(../img/onsen/menu_shikoku.gif);
	background-repeat: no-repeat;
	float: left;
	height: 38px;
	width: 178px;
	text-indent: -1000px;
}
.xM_onsen_shikoku a:hover,
.xM_onsen_shikoku a:active {
	text-decoration: none;
	background-image: url(../img/onsen/menu_shikoku2.gif);
	background-repeat: no-repeat;
}


/*onsenメインコンテンツ*/
.onsen_title {
	margin-top:10px;
}

#kyushu .onsen_title {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	height: 21px;
	width: 193px;
	padding-top: 5px;
	background-image: url(../img/onsen/tab_onsen_kyushu.gif);
	background-repeat: no-repeat;
}
#chugoku .onsen_title {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	height: 21px;
	width: 193px;
	padding-top: 5px;
	background-image: url(../img/onsen/tab_onsen_chugoku.gif);
	background-repeat: no-repeat;
}
#shikoku .onsen_title {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	height: 21px;
	width: 193px;
	padding-top: 5px;
	background-image: url(../img/onsen/tab_onsen_shikoku.gif);
	background-repeat: no-repeat;
}
.bg_onsen_pref {
	width: 358px;
	padding-bottom: 10px;
	margin: 0;
}
#kyushu .bg_onsen_pref {
	background-image: url(../img/onsen/bg_onsen_pref_kyushu.jpg);
	background-repeat:repeat-x;
	border: 1px solid #F1E3E3;
}
#chugoku .bg_onsen_pref {
	background-image: url(../img/onsen/bg_onsen_pref_chugoku.jpg);
	background-repeat:repeat-x;
	border: 1px solid #E0F1E1;
}
#shikoku .bg_onsen_pref {
	background-image: url(../img/onsen/bg_onsen_pref_shikoku.jpg);
	background-repeat:repeat-x;
	border: 1px solid #F2EEE2;
}
.bg_onsen_pref li{
	float: left;
	background-image: url(../img/onsen/btn_s.gif);
	height: 23px;
	width: 93px;
	font-weight:bold;
	margin: 10px 0 5px 3px;
	padding: 6px 0 0 20px;
	background-repeat: no-repeat;
	overflow: hidden;	
}
.bg_onsen_pref li a{
	float: left;
	height: 23px;
	width: 93px;
}

