
/*------------------------------------------------------------------------
メインメニュー
------------------------------------------------------------------------*/
#g-nav {
	position:absolute;
	left: 0;
	top: 449px;
	width: 914px;
	height: 56px;
	z-index:100;
	overflow: hidden;
	_zoom: 1;
}
#g-nav ul li {
	float: left;
}
#g-nav ul li span{
	display: none;
}
a#nav1 {
	width: 118px;
	height: 56px;
	display: block;
	background: url(../../images/other_nav01_off.gif) no-repeat;
}
a#nav2 {
	width: 148px;
	height: 56px;
	display: block;
	background: url(../../images/other_nav02_off.gif) no-repeat;
}
a#nav3 {
	width: 124px;
	height: 56px;
	display: block;
	background: url(../../images/other_nav03_off.gif) no-repeat;
}
a#nav4 {
	width: 119px;
	height: 56px;
	display: block;
	background: url(../../images/other_nav04_off.gif) no-repeat;
}	
a#nav5 {
	width: 125px;
	height: 56px;
	display: block;
	background: url(../../images/other_nav05_off.gif) no-repeat;
}
a#nav6 {
	width: 133px;
	height: 56px;
	display: block;
	background: url(../../images/other_nav06_off.gif) no-repeat;
}
a#nav7 {
	width: 147px;
	height: 56px;
	display: block;
	background: url(../../images/other_nav07_off.gif) no-repeat;
}
/*マウスオーバー
------------------------------------------------------------------------*/
a#nav1:hover {
	background: url(../../images/other_nav01_on.gif) no-repeat;
}
a#nav2:hover {
	background: url(../../images/other_nav02_on.gif) no-repeat;
}
a#nav3:hover {
	background: url(../../images/other_nav03_on.gif) no-repeat;
}
a#nav4:hover {
	background: url(../../images/other_nav04_on.gif) no-repeat;
}	
a#nav5:hover {
	background: url(../../images/other_nav05_on.gif) no-repeat;
}
a#nav6:hover {
	background: url(../../images/other_nav06_on.gif) no-repeat;
}
a#nav7:hover {
	background: url(../../images/other_nav07_on.gif) no-repeat;
}