@charset "utf-8";
/* CSS Document */
/*---------------------------
			gNavi
-----------------------------*/
#wrapper ul#gNaviBox {
	height: 40px;
	width: 860px;
	float: left;
	background-image: url(../img/common/bg_gnavi.gif);
	background-repeat: no-repeat;
}
#wrapper #gNaviBox li {
	float: left;
	list-style-type: none;
}
#wrapper #gNaviBox li span {
	display: none;
}
/*---------------------------
			gNavi_a
-----------------------------*/

#wrapper #gNaviBox li#home a {
	display: block;
	height: 40px;
	width: 130px;
	background-position: 0px 0px;
}
#wrapper #gNaviBox li#stay a {
	display: block;
	height: 40px;
	width: 110px;
}
#wrapper #gNaviBox li#restaurant a {
	display: block;
	height: 40px;
	width: 120px;
}
#wrapper #gNaviBox li#wedding a {
	display: block;
	height: 40px;
	width: 120px;
}
#wrapper #gNaviBox li#party a {
	display: block;
	height: 40px;
	width: 130px;
}
#wrapper #gNaviBox li#event a {
	display: block;
	height: 40px;
	width: 105px;
}
#wrapper #gNaviBox li#access a {
	display: block;
	height: 40px;
	width: 145px;
}
/*---------------------------
			gNavi_a:hover
-----------------------------*/
#wrapper #gNaviBox li#home a:hover {
	display: block;
	height: 40px;
	width: 130px;
	background-position: 0px -40px;
	background-image: url(../img/common/bg_gnavi.gif);
	background-repeat: no-repeat;
}
#wrapper #gNaviBox li#stay a:hover {
	display: block;
	height: 40px;
	width: 110px;
	background-image: url(../img/common/bg_gnavi.gif);
	background-repeat: no-repeat;
	background-position: -130px -40px;
}
#wrapper #gNaviBox li#restaurant a:hover {
	display: block;
	height: 40px;
	width: 120px;
	background-image: url(../img/common/bg_gnavi.gif);
	background-repeat: no-repeat;
	background-position: -240px -40px;
}
#wrapper #gNaviBox li#wedding a:hover {
	display: block;
	height: 40px;
	width: 120px;
	background-image: url(../img/common/bg_gnavi.gif);
	background-repeat: no-repeat;
	background-position: -360px -40px;
}
#wrapper #gNaviBox li#party a:hover {
	display: block;
	height: 40px;
	width: 130px;
	background-image: url(../img/common/bg_gnavi.gif);
	background-repeat: no-repeat;
	background-position: -480px -40px;
}
#wrapper #gNaviBox li#event a:hover {
	display: block;
	height: 40px;
	width: 105px;
	background-image: url(../img/common/bg_gnavi.gif);
	background-repeat: no-repeat;
	background-position: -610px -40px;
}
#wrapper #gNaviBox li#access a:hover {
	display: block;
	height: 40px;
	width: 145px;
	background-image: url(../img/common/bg_gnavi.gif);
	background-repeat: no-repeat;
	background-position: -715px -40px;
}
/*---------------------------
			gNavi_local
-----------------------------*/
#wrapper #gNaviBox li#home a.stay {
	display: block;
	height: 40px;
	width: 130px;
	background-position: 0px -40px;
	background-image: url(../img/common/bg_gnavi.gif);
	background-repeat: no-repeat;
}
#wrapper #gNaviBox li#stay a.stay {
	display: block;
	height: 40px;
	width: 110px;
	background-image: url(../img/common/bg_gnavi.gif);
	background-repeat: no-repeat;
	background-position: -130px -40px;
}
#wrapper #gNaviBox li#restaurant a.stay {
	display: block;
	height: 40px;
	width: 120px;
	background-image: url(../img/common/bg_gnavi.gif);
	background-repeat: no-repeat;
	background-position: -240px -40px;
}
#wrapper #gNaviBox li#wedding a.stay {
	display: block;
	height: 40px;
	width: 120px;
	background-image: url(../img/common/bg_gnavi.gif);
	background-repeat: no-repeat;
	background-position: -360px -40px;
}
#wrapper #gNaviBox li#party a.stay {
	display: block;
	height: 40px;
	width: 130px;
	background-image: url(../img/common/bg_gnavi.gif);
	background-repeat: no-repeat;
	background-position: -480px -40px;
}
#wrapper #gNaviBox li#event a.stay {
	display: block;
	height: 40px;
	width: 105px;
	background-image: url(../img/common/bg_gnavi.gif);
	background-repeat: no-repeat;
	background-position: -610px -40px;
}
#wrapper #gNaviBox li#access a.stay {
	display: block;
	height: 40px;
	width: 145px;
	background-image: url(../img/common/bg_gnavi.gif);
	background-repeat: no-repeat;
	background-position: -715px -40px;
}

