@charset "Shift_JIS";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* CSS Document */

#navi {
	float: left;
	width: 810px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 30px;
	font-size: 12px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
}
#navi li {
	list-style-type: none;
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
	position: relative;
}
#navi a {
	color: #666;
	text-decoration: none;
}
#navi a:hover {
	color: #F00;
}
