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

.MainImg {
	width: 950px;
	}

#SITEMAP p {
	width: 580px;
	background: url(img/arrow.jpg) no-repeat left;
	text-indent: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #CCCCCC;
}
#SITEMAP a {
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	}
#SITEMAP a:hover {
	color:#000000;
	text-decoration: underline;
	}



.line {
	width: 580px;
	height: 1px;
	background-color: #CCCCCC;
}