/*　-----------------------------------------------------------
　　グローバルナビ部分
-----------------------------------------------------------　*/

div#navi{
	width:760px;
	height:37px;
	margin:0;
	padding:0;
	background-color:#ffffff;
	color:#999999;
	border-bottom:0 solid #cccccc;
}

div#navi ul{
	width:760px;
	margin:0;
	height:36px;
	padding:0;
	color:#5f5f5f;
	background-color:#ffffff;
	list-style-type:none;
	border-style:solid;
	border-color:#999999;
	border-width:1px 0 0;
}

div#navi ul li{
	display:block;
	float:left;
	text-indent:-9999px;
}

div#navi a{
	display:block;
	width:125px;
	height:36px;
	text-decoration:none;
	color:#5f5f5f;
	background-color:transparent;
	border-bottom:none;
}

div#navi a#home{
	display:block;
	width:135px;
	height:36px;
	text-decoration:none;
	color:#5f5f5f;
	background-color:transparent;
}

#n-gn01 a{background:transparent url(./img/navi.gif) no-repeat 0 0;}
#n-gn02 a{background:transparent url(./img/navi.gif) no-repeat -135px 0;}
#n-gn03 a{background:transparent url(./img/navi.gif) no-repeat -260px 0;}
#n-gn04 a{background:transparent url(./img/navi.gif) no-repeat -385px 0;}
#n-gn05 a{background:transparent url(./img/navi.gif) no-repeat -510px 0;}
#n-gn06 a{background:transparent url(./img/navi.gif) no-repeat -635px 0;}
#n-gn01 a:hover{background:transparent url(./img/navi.gif) no-repeat 0 -72px;}
#n-gn02 a:hover{background:transparent url(./img/navi.gif) no-repeat -135px -72px;}
#n-gn03 a:hover{background:transparent url(./img/navi.gif) no-repeat -260px -72px;}
#n-gn04 a:hover{background:transparent url(./img/navi.gif) no-repeat -385px -72px;}
#n-gn05 a:hover{background:transparent url(./img/navi.gif) no-repeat -510px -72px;}
#n-gn06 a:hover{background:transparent url(./img/navi.gif) no-repeat -635px -72px;}
