@charset "utf-8";



.sitemap a:link,
.sitemap a:visited{
	color: #2C68B1;
	text-decoration: none;
}

.sitemap a:hover,
.sitemap a:active{
	color: #4685D0;
	text-decoration: underline;
}


/*------------------------------------------------
	
--------------------------------------------------*/

.sitemap .title {
	width: 900px;
	margin: 0 auto 30px;
}


.sitemap dl{
	width: 900px;
	margin: 0 auto 30px;
}

.sitemap dl dt,
.sitemap dl dd,
.sitemap dl dd li{
	line-height: 1.2em;
	font-family: sans-serif;
}

.sitemap dl dt{
	background-image: url(../img/sitemap_img/bg_index.gif);
	background-repeat: repeat;
	background-position: left top;
	zoom:1;
	font-size: 15px;
	padding: 5px 10px;
	margin-top: 30px;
	border-left: 6px solid #2C68B1;
	font-weight: bold;
	clear: both;
}

.sitemap dl dt.first{
	margin-top: 0;
}

.sitemap dl dd{
	font-size: 13px;
	padding-left: 50px;
	color: #666;
}

.sitemap dl dd strong{
	display: block;
	margin-top: 10px;
	margin-left: -25px;
	clear: both;
}

.sitemap dl dd ul{
	clear: both;
}

.sitemap dl dd ul li{
	padding-top: 10px;
	font-size: 13px;
}

.sitemap dl dd.liFloat ul li{
	float: left;
	width: 280px;
}

/* ie7 hack */
*:first-child+html .sitemap dl dd.liFloat{
	padding-bottom: 30px;
}










