@charset "utf-8";


/*----------------------------------------------------
	グローバルナビ【温泉】
---------------------------------------------------*/

#gNav {
	clear:both;
	padding-top:1px;
}

#gNav li {
	float:left;
}

#gNav li.toppage a:hover {
	background:url(../img/head/menu00_on.png) no-repeat right bottom;
}
#gNav li.compa a:hover {
	background:url(../img/head/menu02_on.png) no-repeat left bottom;
}
#gNav li.kanji a:hover {
	background:url(../img/head/menu03_on.png) no-repeat left bottom;
}
#gNav li.link a:hover {
	background:url(../img/head/menu04_on.png) no-repeat left bottom;
}

#gNav li.toppage a {
	background:url(../img/head/menu00_off.png) no-repeat right bottom;
	display:block;
	width:169px;
	height:36px;
	margin-right:1px;
	text-indent:-9999px;
}

#gNav li.onsen a {
	background:url(../img/head/menu01_on.png) no-repeat bottom;
	display:block;
	width:182px;
	height:36px;
	text-indent:-9999px;
}

#gNav li.compa a {
	background:url(../img/head/menu02_off.png) no-repeat bottom;
	display:block;
	width:182px;
	height:36px;
	text-indent:-9999px;
}

#gNav li.kanji a {
	background:url(../img/head/menu03_off.png) no-repeat bottom;
	display:block;
	width:162px;
	height:36px;
	text-indent:-9999px;
}

#gNav li.link a {
	background:url(../img/head/menu04_off.png) no-repeat bottom;
	display:block;
	width:162px;
	height:36px;
	text-indent:-9999px;
}

#menu .mainmenu_head {
	width:180xp;
	height:50px;
	background:url(../img/menu/mainmenu_head_group.gif);
}