/*-------------------------------------------
	フッタナビゲーション
---------------------------------------------*/

.nav {
	width: 648px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	font-size: 0.75em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.nav li {
	width: 161px;
	float: left;
	height: 3em;
	text-align: center;
	vertical-align: middle;
	background-color:#fdf5e6;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	line-height: 3em;
}
.nav li.color {
	background-color: #ffe4c4;
}

.nav li a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

.nav li a.here {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-bottom-style: none;
}
.nav .sitemap {
	text-align: right;
	margin-top: 5px;
	clear: both;
}
.nav .info {
	border-top: 1px solid #666666;
	text-align: center;
	margin-top: 1em;
	padding-top: 0.5em;
	padding-bottom: 1em;
}
