@charset "UTF-8";

/*　グローバルナビスタイル
----------------------------------------------------------------*/

#gnavi {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 38px;
}



#gnavi li {
	list-style: none;
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;
	display: block;
	font-size: 110%;
	line-height: 38px;
}


#gnavi li#gmenu a {
	display:block;
	height: 38px;
	width: 159px;
	background-image:url(../images/navi.png);
	background-repeat:no-repeat;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#gnavi li#gmenu a:hover{
	background-image: url(../images/navi.png);
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -38px;
}


