@charset "utf-8";
/* CSS Document */

/*ナビの仕掛け*/
#wrapper #g_navi{
	background-color:#162868;
	width:auto;
	height:73px;
	margin:50px 0 0 0;
}

#wrapper #g_navi > ul{
	margin:0 auto 0 auto;
	list-style:none;
}

#wrapper #g_navi ul .nav2{
	float:left;
}
 ul #shokai ul {
	 width:250px;
	 background-color:#4B66C4;
	 list-style:none;
}
ul #shokai ul li a{
	margin-left:20px;
	 color:#FFFFFF;
}

li img {
    vertical-align: bottom;
}
/*ナビの仕掛けここまで*/

/*ナビホバー*/ 
 #g_navi li a{
	display: block;
}

#g_navi li a:hover img {
	visibility: hidden;
}

#wrapper #g_navi >ul{
	background:url(images/g_navi_on.png) no-repeat;
	width:1001px;
	height:73px;
}
/*ナビホバーここまで*/ 







/*ナビ動く仕掛け*//*
ul li #shokai ul{
	display: none;
}

#shokai{
	cursor: pointer;
}

#shokai ul li {
	position:relative;
	right:20%;
}
*/
