@charset "utf-8";

.sitemap {
	margin:3px;
	padding:0 10px;
	background-color:#FFC;
}

.sitemap ul {
	padding:0 0 0 3.5em;
}

.sitemap li {
	padding:5px 0;
}

.stp1 {
	list-style-type:square;
	color:#963;
	font-weight:bold;
}

.stp2 {
	list-style-type:disc;
	font-weight:normal;
}

.stp3 {
	list-style-type:circle;
	font-weight:normal;
}

.stp4 {
	list-style-type:none;
	font-weight:normal;
}

/*
.h2_contents a:visited , .h2_contents a:hover, .h2_contents a:link{text-decoration:underline;}
.h2_contents a:link{color:#0000ff;}
.h2_contents a:visited{color:#800080;}
*/

