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

.bg {
	background-image: url(../images/sitemap_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 30px;
	display: block;
}
.title {
	background-image: url(../images/sitemap_title.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 90px;
	width: 750px;
	display: block;
}
.sitemap ul {
	float: left;
	width: 33%;
}
.sitemap ul li {
	float: left;
	width: 100%;
	background-image: url(../images/sitemap_mark.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-indent: 15px;
	font-size: 14px;
	margin-top: 10px;
}
