ul#main{
	list-style-type:none;
	position:relative;
	display:block;
	height:36px;
	font-size:13px;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #252022;
	border-bottom-color: #699;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-variant: normal;
	background-image: url(../images/bgoff.jpg);
}
ul#main li{display:block;float:left;margin:0;pading:0;}
ul#main li a{
	display:block;
	float:left;
	color:#699;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #252022;
}
ul#main li a:hover{
	color: #999;
	text-decoration: underline;
}
ul#main li a.current,ul#main li a.current:hover{
	color:#252022;
	background-image: url(../images/blue_bgon.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
