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

.main {
	min-height:700px;
}
.sitemap p {
	font-size: 0.9em;
	line-height: 1.5em;
}
.sitemap ul {

}
.sitemap li {
	font-size: 0.9em;
	line-height: 1.5em;
	list-style-type: square;
}
.sitemap li a {
	color: #333;
	text-decoration: none;
}
.sitemap li a:hover {
	color: #999;
	text-decoration: underline;
}