@charset "utf-8";

.sitemap_list a:link,a:hover{ color:#006}



}

.sitemap_list li {

	float: left;

	width: 22%;

	margin-right: 1%;

	margin-left: 1%;

	margin-bottom: 1%;

	text-align: center;

	border: 1px solid #999999;

	padding-bottom: 10px;

	list-style-position: inside;

}



.sitemap_list li ul li {

	float: none;

	width: auto;

	text-align: left;

	list-style-type: decimal;

	list-style-position: inside;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	padding-left: 5px;

	margin-top: 0px;

	margin-bottom: 0px;

	height: auto;

	padding-bottom: 0px;

	font-size: 90%;

}

