@charset "Shift_JIS";
#nav ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	overflow: hidden;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 30px;
}
#nav {
	background-color: #BFBFBF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	height: 33px;
	width: 970px;
}
#nav ul li {
	float: right;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}
#nav ul li a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	text-shadow: 2px 2px 5px #999;
	letter-spacing: 0.8px;
}
#nav ul li a:hover {
	color: #F60;
	text-decoration: underline;
}
