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

/* ---------------------------------------------------------------- *
	site map
 * ---------------------------------------------------------------- */
#contents_sitemap {
	display: block;
	margin: 100px 300px;
	width: 600px;
}
.sm_subtitle {
	padding: 10px;
	font-size: 15px;
	line-height: 1;
	border: 1px solid #CCCCCC;
	display: block;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #D9D9D9;
	clear: both;
	font-weight: bold;
	}
.oneColFixCtrHdr #contents_sitemap li {
	font-size: 13px;
	line-height: 3;
	padding-left: 10px;
}
.sm_home {
	display: block;
	border-bottom: 1px dotted #999999;
	text-indent: 2px;
}
.sm_in {
	background-repeat: no-repeat;
	background-position: center;
	text-indent: 2px;
	display: block;
	border-bottom: 1px dotted #999999;
	background-color: #F2F2F2;
}
.sm_in2 {
	background-image: url(images/m_triangle2.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	text-indent: 20px;
	display: block;
	border-bottom: 1px dotted #999999;
	background-color: #F6F6F6;
}
