h1 {
	background: url(../images/h1_bg.gif) no-repeat;
	padding-left: 10px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

h2 {
	background: url(../images/h2_bg.gif) no-repeat;
	padding-left: 10px;
	line-height: 32px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

#home_h2 h2 {
	background: url(../images/h2_bg.gif) no-repeat;
	padding-left: 8px;
	line-height: 32px;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
}

h3 {
	background: #e6e6e6;
	padding-left: 8px;
	line-height: 22px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

h4 {
	background: url(../images/sannkaku.gif) left center no-repeat;
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #003399;
	margin-bottom: 5px;
}

/* news start */

#news_home {
	overflow-y: scroll;
	width: 575px;
	height: 133px;
	border-bottom: 1px solid #cccccc;
}

#news_home p {
	width: 550px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	background: url(../images/sannkaku.gif) no-repeat 0;
	border-bottom: 1px solid #cccccc;
}
/* news 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 #006699;
	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 */
