/* CSS Document */
#content {
	width			:706px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0px 5px;
	float: none;
	margin-top: 10px;
	}
#content .box-left {
	width: 225px;
	clear: none;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
	padding-left: 5px;
}

#content .box-center {
	width: 225px;
	margin-right: 3px;
	clear: none;
	float: left;
	padding-left: 5px;
}

#content .box-right {
	width: 225px;
	float: left;
	clear: none;
	padding-left: 5px;
}

#content .title {
	width: auto;
	float: none;
	clear: none;
	background-image: url(/sitemap/img/square.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}#content .sitemap_ul {
	font-size: 12px;
	font-weight: bold;
	background-image: url(/sitemap/img/circle.gif);
	background-repeat: no-repeat;
	margin-left: 13px;
	margin-top: 5px;
	padding-left: 10px;
}

#content .sitemaplist_ul {
	font-size: 12px;
	font-weight: bold;
	background-image: url(/sitemap/img/circle2.gif);
	background-repeat: no-repeat;
	margin-left: 26px;
	margin-top: 5px;
	padding-left: 10px;
}
.topback {
	font-size: 11px;
	color: #666666;
	background-image: url(/sitemap/img/topback.gif);
	height: 12px;
	clear: both;
	float: right;
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-top: 20px;
	margin-bottom: 20px;
}

