/* h1~h3 START */

h1 {
	background: url(../images/h1_bg.gif) no-repeat left bottom;
	height: 28px;
	line-height: 28px;
	padding-bottom: 5px;
	font-size: 20px;
	color: #ff6600;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	background: url(../images/h2_bg.gif) no-repeat left bottom;
	height: 23px;
	line-height: 23px;
	padding-bottom: 2px;
	font-size: 15px;
	color: #9302d0;
	font-weight: bold;
	margin-bottom: 5px;

}

h3 {
	background: url(../images/h3_sannkaku.gif) no-repeat left center;
	height: 21px;
	line-height: 21px;
	font-size: 13px;
	color: #009900;
	font-weight: bold;
	padding-left: 10px;
}
/* h1~h3 END */


/* sitemap START */

#sitemap {
	width: 500px;
}
#sitemap ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#sitemap li {
	padding-bottom: 5px;
}
#sitemap li a {
	display: block;
	width: 490px;
	padding-left: 5px;
	margin-left: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	border-bottom: dotted 1px #cccccc;
	border-left: 3px solid #efd1ef;
	margin-bottom: 5px;

}
#sitemap li a:hover {
	text-decoration: none;
}

#sitemap li li a {
	font-weight: normal;
	padding-left: 20px;
	border-bottom: 0px;
	border-left: 0px;
	color: #00f;
}
#sitemap li li a:hover {
	text-decoration: underline;
} 
#sitemap li li li a {
	padding-left: 40px;
}
/* sitemap END */