ul{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	
	
	
	
	
	
	text-align : center;
	
	list-style-type: none;
  
  
  
  
  
  
  
  
  
  
}
ul li{
	font-size : 17px;
	line-height : 35px;
	
	
	
	height : 36px;
	overflow: hidden;
  
  
  
  width : 150px;
  float : left;
  color : white;
  font-weight : bold;
  
  
  
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : blue;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : blue;
}
ul li a{
	background-image : url(../image/bt_navi1.png);
	background-repeat: repeat-x;
	text-decoration: none;
	
	display: block;
  
  
  
  color : black;
  
  
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : blue;
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : blue;
  border-right-color : blue;
  border-bottom-color : blue;
}
ul li a:hover{
	font-weight: bold;
	background-image : url(../image/anime_botan2.gif);
	background-repeat: repeat-x;
  color : white;
}
.rightline{
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : blue;
}

UL LI UL{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color : blue;
	display: none;
}
ul li li{
	border-right-width: 1px;
	border-right-style: solid;
	
	border-right-color : blue;
	
	
  float : none;
}
ul li:hover ul{
	display: block;
      position : absolute;
}
#navi{
  background-color : navy;
  width : 750px;
  height : 50px;
  padding-top : 10px;
  padding-left : 75px;
}
