@charset "UTF-8";

.sitemap{
	margin-top: 40px;
	margin-right: 30px;
	margin-bottom: 60px;
	margin-left: 30px;
}

.sitemap table{
	margin-right: -25px;
}
.sitemap table td{
	vertical-align: top;
	padding-right: 25px;
}

*html .sitemap table td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sitemap table td:first-child {border: none;}

.sitemap li a, .sitemap li a:visited{
	color: #4c8c37;
	text-decoration: none;
	background-image: url(../images/common/arrow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 1px solid #4c8c37;
	text-indent: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	display: block;
	font-size: 108%;
	width: 225px;
}

.sitemap li a:hover{
	border: 1px solid #4c8c37;
	background-color: #edf5e4;
	color: #4c8c37;
	background-image: url(../images/common/arrow.png);
}

.sitemap ul.snavi{
	line-height: 160%;
	margin-top: 10px;
}

.sitemap .snavi li a, .sitemap .snavi li a:visited{
	color: #4c8c37;
	text-decoration: none;
	background-image: url(../images/common/arrow.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #79aa00;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	background-position: 15px center;
}

.sitemap .snavi li a:hover{
	color: #4c8c37;
	text-decoration: underline;
	background-color: #FFF;
}

.sitemap li.ttl{
	color: #4c8c37;
	text-decoration: none;
	border: 1px solid #4c8c37;
	text-indent: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	display: block;
	font-size: 108%;
	width: 225px;
}
