@charset "utf-8";
.text-box {
	margin-bottom: 30px;
}
#left-container h4  {
	background-image: url(../subsidy/images/h4_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 1.25em;
}
h4  span  {
	color: #4AA649;
}
.content-box {
	margin-bottom: 15px;
}

.content-box p {
	margin-bottom: 25px;
}
.content-box h5 {
	font-size: 1.25em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
.content-box h5 strong {
	color: #000000;
}
.content-box ul {
	margin-bottom: 30px;
}

.content-box li span {
	font-weight: bold;
}
.content-box table {
	width: 570px;
	line-height: 125%;
	margin-bottom: 15px;
}
.content-box caption {
	background-color: #4AA649;
	color: #FFFFFF;
	font-size: 1.25em;
	text-align: left;
	padding: 5px 0px;
	padding-left: 10px;
}
.content-box caption span {
	color: #FFFF99;
	font-size: 1em;
}
.content-box table th {
	background-color: #C9E4A5;
	border: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: normal;
}
.content-box table td {
	background-color: #EEEEEE;
	border: 1px solid #FFFFFF;
	padding: 5px 0px;
	padding-left: 10px;
}
.content-box table td ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

