/*  START */
/*  END */


/* h1～h4 START */

h1 {
	background: url(../images/h1_bg.gif) no-repeat;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 15px;
	line-height: 26px;
	margin-bottom: 15px;
}

h2 {
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	padding-left: 8px;
	line-height: 30px;
	border-left: 3px solid #5badff;
	margin-bottom: 10px;

}

h3 {
	font-size: 15px;
	color: #ff9900;
	font-weight: bold;
	line-height: 23px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 3px;
}

h4 {
	font-size: 13px;
	color: #00cc00;
	font-weight: bold;
}
/* h1～h4 END */


/* sitemap START */

#sitemap {
	width: 500px;
}
#sitemap ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#sitemap li {
	padding-bottom: 10px;
	font-weight:bold;
}
#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 #5badff;

}
#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 */
