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


/* #siteMap
------------------------------------------------*/
#siteMap {
	margin-bottom: 70px;
}

#siteMap h2 {
	margin-bottom: 50px;
}


/* .section-lv3
------------------------------------------------*/
.section-lv3 {
	margin-bottom: 50px;
}

.section-lv3 h3 {
	width: 106px;
	float: left;
	padding: 18px 0 0 30px;
	background: url(../img/portal/sub/sitemap/icn_sitemapTtl.gif) 3px 21px no-repeat;
	border-top: 3px solid #518BC1;
	font-size: 12px;
}

.section-lv3 ul a, .section-lv3 ul a:visited {
	color: #646464;
	text-decoration: none;
}

.section-lv3 ul a:hover {
	text-decoration: underline;
}


/* ２カラムレイアウト
------------------------------------------------*/
.layout-2colLeftWrp {
	width: 261px;
	float: left;
	padding-top: 13px;
	border-top: 3px solid #F2F2F2;
}

.layout-2colLeft {
	padding-top: 5px;
	border-right: 1px solid #F2F2F2;
}

.layout-2colLeft li {
	width: 214px;
	margin-bottom: 10px;
	padding: 0 0 10px 30px;
	border-bottom: 1px solid #F2F2F2;
	background: url(../img/portal/sub/sitemap/icn_sitemapTtl.gif) 7px 3px no-repeat;
}

.layout-2colLeft .last-child {
	border-bottom: none;
}

.layout-2colRight {
	width: 245px;
	float: left;
	padding-top: 18px;
	border-top: 3px solid #F2F2F2;
}

.layout-2colRight li {
	margin: 0 0 20px 20px;
	padding: 0 0 0 13px;
	background: url(../img/portal/sub/sitemap/icn_sitemapList.gif) left 4px no-repeat;
}


/* １カラムレイアウト
------------------------------------------------*/
.layout-1col {
	width: 507px;
	float: left;
	padding-top: 18px;
	border-top: 3px solid #F2F2F2;
}

.layout-1col li {
	width: 477px;
	margin-bottom: 10px;
	padding: 0 0 10px 30px;
	border-bottom: 1px solid #F2F2F2;
	background: url(../img/portal/sub/sitemap/icn_sitemapTtl.gif) 7px 3px no-repeat;	
}

h3 a:visited {
	color: #646464;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}














