﻿/*　メニュー上部　*/
.menu{
	width: 900px;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	height: 35px;
}


ul.gnavi{
	position: relative;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 35px;
	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: 35px;
	text-indent:-900px;
}
	
ul.gnavi li a{
	position: absolute;
	overflow: hidden;
	top: -1px;
	height:35px;
	text-indent: -900px;
	text-decoration: none;
}

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

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

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

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

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

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

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


li.gnavi_01 a:hover{background-position: 0px -35px;}
li.gnavi_02 a:hover{background-position: -150px -35px;}
li.gnavi_03 a:hover{background-position: -260px -35px;}
li.gnavi_04 a:hover{background-position: -370px -35px;}
li.gnavi_05 a:hover{background-position: -470px -35px;}
li.gnavi_06 a:hover{background-position: -620px -35px;}
li.gnavi_07 a:hover{background-position: -750px -35px;}





/*　サブメニュー　*/



ul.gnavi1{
	position: relative;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 328px;
	height: 20px;
	float: right;
	background-image: url(../images/common/gm1.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.gnavi1 li{
	height: 20px;
	text-indent:-328px;
}
	
ul.gnavi1 li a{
	position: absolute;
	overflow: hidden;
	top: -1px;
	height:20px;
	text-indent: -328px;
	text-decoration: none;
}

li.gnavi_11 a{
	left: 0px;
	width: 113px;
	background: transparent url(../images/common/gm1.gif) 0px -0px no-repeat;
}

li.gnavi_12 a{
	left: 113px;
	width: 106px;
	background: transparent url(../images/common/gm1.gif) -113px -0px no-repeat;
}

li.gnavi_13 a{
	left: 219px;
	width: 107px;
	background: transparent url(../images/common/gm1.gif) -219px -0px no-repeat;
}



li.gnavi_11 a:hover{background-position: 0px -20px;}
li.gnavi_12 a:hover{background-position: -113px -20px;}
li.gnavi_13 a:hover{background-position: -219px -20px;}


