@charset "utf-8";
#sitemap-bar {
	height: 31px;
	width: 566px;
	margin-right: auto;
	margin-left: auto;
}
#sitemap-box {
	height: 360px;
	width: 556px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.sitemap-txt1 {
	height: 20px;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.sitemap-txt2 {
	height: 20px;
	width: 450px;
	position: relative;
	left: 100px;
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
#sitemap-box a:link {
	color: #3366CC;
	text-decoration: none;
	font-weight: normal;
}
#sitemap-box a:visited {
	text-decoration: none;
	color: #3366CC;
}
#sitemap-box a:hover {
	text-decoration: none;
	color: #FF6600;
}
#sitemap-box a:active {
	text-decoration: none;
	color: #FF6600;
}
