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

h2 span{
	display: none; 
	visibility: hidden;
}
h3 span{
	display: none; 
	visibility: hidden;
}
h4 span{
	display: none; 
	visibility: hidden;
}
h5 span{
	display: none; 
	visibility: hidden;
}

h2,h3,h4,h5 { display: block; }
h2 {
	background: url(img/h2.jpg) no-repeat;
	width: 580px;
	height: 70px;
	}
	
.siteMap { color: #660033; }


.siteMap dl a{
	color: #000;
	text-decoration: underline;	
}
.siteMap dl a:hover{
	color: #666;
	text-decoration: none;	
}

.siteMap dl dt { font-size: 14px; }
.siteMap dl dd { color: #999; text-indent: 18px; margin-top: 10px; }