@charset "utf-8";
/* CSS Document */

/*各ページ共通*/

#sitemap {
	width:520px;
	border-top:3px solid #207d07;
	float:left;
	padding:10px 10px 0 20px;
	line-height:150%;
	padding-top:20px;
}

#sitemap h2 {
	width:234px;
	float:left;
	margin-top:5px;
	padding-bottom:5px;
}

#sitemap .pan-navi {
	width:286px;
	float:left;
	text-align:right;
	margin-top:5px;
	font-size:90%;
	padding-bottom:5px;
}

#sitemap .pan-navi li {
	display:inline;
}


/*コンテンツ*/

#sitemap .site-box1 {
	width:260px;
	border-top:1px solid #b6b6b6;
	float:left;
}

#sitemap .site-box2 {
	width:260px;
	border-top:1px solid #b6b6b6;
	float:left;
}

#sitemap h3 {
	background:url(../../common/icon_red.gif) no-repeat 0.4em 1ex;
	font-weight:bold;
	width:235px;
	padding:0 10px 5px 20px;
	color:#207d07;
	margin-top:20px;
}

#sitemap dl,#sitemap .site-box1 ul {
	margin-top:5px;
	border:1px solid #b6b6b6;
	width:220px;
	padding:10px;
}

#sitemap dt,#sitemap .site-box1 li {
	padding:5px 0 5px 15px;
	background:url(../../images/news-icon.gif) no-repeat 0.1em;
}

#sitemap .site-box1 p  {
	background:url(../../images/news-icon.gif) no-repeat 0.6em;
	margin-top:5px;
	border:1px solid #b6b6b6;
	padding:10px 10px 10px 20px;
	width:210px;
}

#sitemap dd {
	padding-left:15px;
	background:url(../../sitemap/images/icon_kasou.gif) no-repeat 0 0;
	font-weight:normal;
}

#sitemap .sita {
	padding-left:15px;
	background:url(../../sitemap/images/icon_kasou-2.gif) no-repeat 0 0;
}

#sitemap .site-box1 a,#sitemap .site-box2 a {
	text-decoration:none;
	color:#4c4c4c;
	font-weight:normal;
}

#sitemap .site-box1 a:hover,#sitemap .site-box2 a:hover {
	text-decoration:underline;
	color:#b05b00;


