@charset "utf-8";

/*-------------------------------------リンク--*/
#bodyArea2nd .mainBox .sitemapTxt {
	background-color: #F4F2E3;
	width: 550px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 45px;
}

.sitemapTxt h1 {
	font-size: 90%;
	line-height: 150%;
	font-weight: bold;
	padding: 0px;
}

.sitemapTxt h2 {
	font-size: 80%;
	line-height: 150%;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 6px;
	width: 28em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-left: 40px;
	margin-bottom: 6px;
}

.sitemapTxt h3 {
	font-size: 80%;
	line-height: 150%;
	padding-left: 80px;
}

.sitemapTxt h4 {
}

.mainBox .sitemapTxt a,
.mainBox .sitemapTxt a:visited {
	color: #03C;
}

.mainBox .sitemapTxt a:hover {
	color: #C00;
	text-decoration: underline;
}

