@charset "utf-8";
/* Second Page style
-------------------------------*/
#main h2 {
	font-size: 120%;
	font-weight: bold;
	padding: 4px 0px 4px 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #339900;
	border-left: none;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px dotted #CCCCCC;
}
#main h3 {
	font-size: 110%;
	color: #333333;
	border-bottom: 1px dashed #999999;
	border-left: 10px solid #999999;
	padding-left: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#main h4 {
	font-size: 100%;
	color: #0000FF;
	padding-left: 10px;
}
#main dt {
	padding-left: 10px;
	float: left;
}


#main dd {
	padding-left: 130px;

}
