@charset "UTF-8";

/* ******************************************
 このサイトについて　定義
****************************************** */

.sitemap-wrap {
	width: 550px;
	margin: 0px auto 0 auto;
	text-align: left;
}

.sitemap-Lt {
	width: 220px;
	display: inline;
	float: left;
}

.sitemap-Rt {
	width: 220px;
	display: inline;
	float: right;
}

.sitemap-wrap h3 {
	width: 220px;
	height: 21px;
	line-height: 21px;
	background: url(../images/sitemap_title_001.gif) left top no-repeat;
	text-indent: 30px;
	font-weight: bold;
	margin-top: 30px;
}

.sitemap-wrap h3 a {
	color: #006600;
}

.sitemap-wrap h3 a:hover {
	color: #006600;
	text-decoration: underline;
}

.sitemap-wrap li {
	height: 21px;
	line-height: 21px;
	background: url(../images/sitemap_ic_001.gif) left top no-repeat;
	margin-left: 20px;
	text-indent: 30px;
	margin-top: 10px;
	font-weight: bold;
}

.sitemap-wrap li a {
	color: #006600;
}

.sitemap-wrap li a:hover {
	color: #006600;
	text-decoration: underline;
}