@charset "Shift_JIS";
/*j[*/
div#navi {
	width: 803px;
	height: 30px;
	border-bottom-color: silver;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	vertical-align: middle;
/*
	border-width: 1px;
	border-style: solid;
	border-color: red;
*/
}
.menu {
/*	padding-left: 73px;*/
/*	padding-left: 115px;*/
	padding-left: 86px;
}
ul.menu li{
	float:left;
	width:105px;
	height:20px;
	position:relative;
	list-style-type:none;
	padding-top:5px;

	text-align: center;
	vertical-align: middle;
	font-size:12px;
	font-family: "Times New Roman";
	background:white;
/*
	border-width: 1px;
	border-style: solid;
	border-color: blue;
*/
}
ul.menu li a{
	color: black;
	display:block;
	width:100%;
	height:100%;
	font-weight:bold;
	text-decoration:none;
}
ul.menu li a:hover{
	color: silver;
}
ul.menu li ul.sub{
	position:absolute;
        top:25px;
        left:0px;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
            background:white;
}
ul.menu{
	zoom:1;
}
ul.menu:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
