@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.onsen a:hover {
	background:url(../img/head/menu01_on.png) no-repeat left 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.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_off.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_on.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_link.gif);
}

/* メインメニュータイトル */

.lucky dt {
	background:#FFFFCC;
	border-top:1px solid #FFCC00;
	border-bottom:1px solid #FFCC00;
	margin-bottom:10px;
}

.lucky dd {
	margin-bottom:10px;
}