@charset "UTF-8";

/*=========================================================
	/sitemap/
=========================================================*/
.sitemap .section {
	overflow: hidden;
	_zoom: 1;
}

.sitemap .section .column {
	width: 205px;
	display: block;
	float: left;
	padding: 0 0 0 6px;
}

.sitemap .section .col2 {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.btmdot {
	padding: 0 0 10px;
	border-bottom: 1px dotted #CCC;
}

#content .sitemap .column h2.btmdot {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#content .sitemap .column h2 {
	margin: 0 5px 2px 0;
	padding: 0 0 0 28px;
	font-size: 1.2em;
	font-weight: bold;
	background: url(../images/common/bg_linktype01.jpg) no-repeat 10px 0.3em;
}

#content .sitemap .column h2 a {	
	color: #333;
	line-height: 1.5;
}

.sitemap .column ul {
	margin: 0 5px 10px 0;
	padding-left: 25px;
}

.sitemap .column li {
	line-height: 1.5;
	padding: 0 0 2px 7px;
	font-size: 1.2em;
	background: url(../images/common/bg_linktype02.gif) no-repeat left 0.5em;
	color: #999;
}

.sitemap .column li.nolink {
	background: none;
	padding: 0 0 2px;
}

.sitemap .column li a {	
	color: #004C9F;
}

#content .sitemap .column a:link,
#content .sitemap .column a:visited {
	text-decoration: none;
}

#content .sitemap .column a:hover {
	text-decoration: underline;
}
