@charset "UTF-8";
/* CSS Document */

#navi-box-p {
	background-image: url(image/navi07.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 72px;
	clear: both;
}
#sitemap-ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	color: #80caab;
}
#sitemap-list-outer {
	padding-top: 13px;
	padding-left: 13px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #80caab;
}
#sitemap-ul li {
	font-size: 12px;
	line-height: normal;
	margin-bottom: 10px;
}
#sitemap-ul ul {
	padding-top: 10px;
}
#sm-left {
	float: left;
	width: 285px;
}
#sm-right {
	float: right;
	width: 285px;
}

