@charset "utf-8";

/*--------------------------------------------
	サイトマップ
*--------------------------------------------*/

#sitemapArea {
	padding: 15px;
	line-height: 1.4;
}

#sitemapArea h3 {
	background-image: url(../image/line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
	margin-top: 20px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#sitemapArea h4 {
	background-image: url(../image/list01.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 15px;
}

#sitemapArea ul {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 25px;
	padding: 0px;
}

#sitemapArea ul li {
	list-style: none;
	background-image: url(../image/list02.gif);
	background-repeat: no-repeat;
	background-position: left 0.35em;
	padding-left: 7px;
	margin-bottom: 5px;
}

#sitemapArea h3 a,
#sitemapArea h4 a,
#sitemapArea ul li a {
	color: #313131;
	text-decoration: none;
}

#sitemapArea h3 a:hover,
#sitemapArea h4 a:hover,
#sitemapArea ul li a:hover {
	color: #4070d4;
	text-decoration: underline;
}

#sitemapLeft {
	width: 250px;
	float: left;
}

#sitemapRight {
	width: 250px;
	float: right;
}