#contents {


}
#contents h1 {
	background-image: url(images/tittle.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 850px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 50px;
	padding-top: 10px;
}
#contents  .top-image  {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}


#contents #left-box {
	float: left;
	width: 540px;
	padding-left: 30px;
}
#contents #left-box h2 {
	display: block;
	height: 18px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #009900;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	letter-spacing: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009900;
}
#contents #left-box .box h2 {
	background-color: #CDF3CD;
}
#contents #left-box .box p {
	padding: 5px;
	line-height: 1.3em;
}
#contents #left-box .chart h2 {
	background-color: #E8CCE2;
}
#contents #left-box .chart table {
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}





#contents #right-box {
	display: block;
	float: right;
	width: 300px;
	padding-right: 20px;
}
#contents #right-box img {
	margin-bottom: 10px;
}

