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

.sitemap{
	width:550px;
	clear: both;
	margin-bottom: 20px;
}

.sitemap ul{
	margin-bottom: 40px;
}

.sitemap li {
	text-decoration:none;
	float:left;
	width: 250px;
	background-image: url(sub_link.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 16px;
	display: block;
	font-size: 12px;
}
.sitemap a:link{
	text-decoration: none;
	color: #666666;
}

.sitemap a:visited{
	text-decoration: none;
	color: #666666;
}

.sitemap a:hover{
	text-decoration: none;
	color: #FF6699;
}

.sitemap li .aid {
	letter-spacing: -0.1em;
}
.sitemaptitle {
	background-color: #DFE2FF;
	display: block;
	width: 550px;
	list-style-type: none;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 10px;
	clear: both;
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #7D8DFF;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}

.sitemaptitle a:link{
	color: #666666;
	text-decoration: none;
}

.sitemaptitle a:visited{
	color: #666666;
	text-decoration: none;
}


.tree1 {
	background-image: url(tree1.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-position: left center;
}
.treeEnd {
	background-image: url(tree2.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}