@charset "utf-8";
.sitemap {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	margin-bottom: 30px;
}
.sitemap h5 {
	line-height: 29px;
	background-color: #FFEEDF;
	height: 29px;
	width: 600px;
	font-size: 16px;
	padding-left: 10px;
}


.sitemap p {
	padding-bottom: 5px;
}
.sitemap a:link {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.sitemap a:visited {
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}
.sitemap a:hover {
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
}
.sitemap td {
	padding: 5px;
	vertical-align: top;
	width: 50%;
}
.sitemap ul {
	padding-left: 10px;
	margin-bottom: 20px;
}
.sitemap li {
	list-style-type: none;
	background-image: url(../img/arrow04.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 0px;
	height: 19px;
}
