/*サイトマップのCSS(etcの中)*/
#sitemap  {
	width: 650px;
}
#sitemap h3 {
	border-bottom: 1px solid #aaa;
	background: url(../images/pt_yajirusi.gif) no-repeat 1px;
	text-indent: 18px;
	width:260px;
	padding: 1px 0px 6px 12px;
}
#sitemap table {
	width:600px;
	margin: auto;
}
#sitemap ul {
	margin: 0px;
	padding: 0px;
}
#sitemap li {
	list-style: none;
	margin-left: 10px;
}