/* gNavi
------------------------------------------------------------ */
#gNavi {
	background-image: url(../img/gnavi-bg.gif);
	background-repeat: repeat-x;
	width: 760px;
	float: right;
}
#gNavi p{
	float: left;
	list-style-type:none;
	width: 190px;
	text-align: center;
}
#gNavi a {
	display:block;
	border-bottom: solid 5px #fff;
	padding-bottom: 10px;
	padding-top: 68px;
	
}
#gNavi .no {
	border-bottom: solid 5px #fff;
	padding-bottom: 10px;
	padding-top: 68px;
	
}
/*------hover*/  
#gNavi a:hover {
	border-bottom: solid 5px #C00;
} 
/*------on*/  
#gNavi p.gnavi_on a {  
	border-bottom: solid 5px #ccc;
} 
