@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
body {
	background-color: #FFF;
	margin:10px;
}
.contents {
    text-align:left;
	width:800px;
	font-size:12px;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #666;
}
a:active {
	color: #000;
}

#sitemap {
	color:#000;
    list-style-image:none;
	list-style:none;	
}
#sitemap ul {
        list-style-image:none;
		list-style:none;
		margin:0px;
		padding:0px;	
}
#sitemap li a {
	font-size:14px;
	color:#000;
	list-style-image:none;
	list-style:none;
    font-weight:bold;



}
sitemap li li a {
	font-size:14px;
	color:#000;
	list-style-image:none;
	list-style:none;
    font-weight:bold;
}
