﻿/*　メニュー上部　*/

.menu{
	width: 800px;
	padding: 0;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	height: 32px;
}

ul.gnavi{
	position: relative;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 32px;
	float: left;
	background-image: url(../images/common/gm.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul.gnavi li{
	height: 32px;
	text-indent:-800px;
}
	
ul.gnavi li a{
	position: absolute;
	overflow: hidden;
	top: -0px;
	height:32px;
	text-indent: -900px;
	text-decoration: none;
}

li.gnavi_01 a{
	left: 0px;
	width: 126px;
	background: transparent url(../images/common/gm.gif) 0px -0px no-repeat;
}

li.gnavi_02 a{
	left: 126px;
	width: 115px;
	background: transparent url(../images/common/gm.gif) -126px -0px no-repeat;
}

li.gnavi_03 a{
	left: 241px;
	width: 114px;
	background: transparent url(../images/common/gm.gif) -241px -0px no-repeat;
}

li.gnavi_04 a{
	left: 355px;
	width: 103px;
	background: transparent url(../images/common/gm.gif) -355px -0px no-repeat;
}

li.gnavi_05 a{
	left: 458px;
	width: 132px;
	background: transparent url(../images/common/gm.gif) -458px -0px no-repeat;
}

li.gnavi_06 a{
	left: 590px;
	width: 102px;
	background: transparent url(../images/common/gm.gif) -590px -0px no-repeat;
}

li.gnavi_07 a{
	left: 692px;
	width: 108px;
	background: transparent url(../images/common/gm.gif) -692px -0px no-repeat;
}



li.gnavi_01 a:hover{background-position: 0px -32px;}
li.gnavi_02 a:hover{background-position: -126px -32px;}
li.gnavi_03 a:hover{background-position: -241px -32px;}
li.gnavi_04 a:hover{background-position: -355px -32px;}
li.gnavi_05 a:hover{background-position: -458px -32px;}
li.gnavi_06 a:hover{background-position: -590px -32px;}
li.gnavi_07 a:hover{background-position: -692px -32px;}



