#menu{
	width: 900px;
	height: 45px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color : #cccccc;
	border-bottom-style: none;
  padding-bottom : 1px;
}

#g-navi{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 900px;
	height: 45px;
	overflow: hidden;
	background-color: #000099;
}

#g-navi li + li{
  border-left: 2px solid #808080;
}

#g-navi a{
  list-style:none; 
  color : white;
  text-decoration : none;
  transition : 0.4s;
  font-size : 13pt;
  font-family : "Meiryo UI";
}

#g-navi li{
	list-style-type: none;
	list-style-position: outside;
	width : 178px;
	float: left;
	height: 45px;
}  

#g-navi li a{	  
  display:block;  
  line-height:45px;  
  color:#fff;  
  text-align:center; 
}  

#g-navi a:hover{
	background-color: #3366FF;
}