@charset "utf-8";

@import "base.css";

#SubContent div,
.section {
	clear: both;
	overflow: hidden;
}

/*
--------------------------------------------------------
staff
--------------------------------------------------------
*/
#SubContent.sitemap h2 {
	background: url(../sitemap/cmn/h2.jpg) no-repeat 0 0;
	width:620px;
	height:35px;
}


		
#SubContent.sitemap hr {
	margin:0 0 15px 0;
	}
	

.sitemap.table {
	clear: both;
	margin-bottom:15px;
	font-size: 12px;
	line-height: 160%;
	font-weight: normal;
	}
	
.sitemap.table td {
	text-align: left;
	 vertical-align : top ;
	}
	

/*
--------------------------------------------------------
print
--------------------------------------------------------
*/
@media print {
	#SubContent.sitemap .section p.blog{
display: none;
}

}
@media print {
	.section{
display: inline;
}

}
@media print {
	#SubContent.sitemap h3,
#SubContent.sitemap dl#More{
display: block;
}

}
