@charset "utf-8";

/*Empty space*/
#rightBox {
background: url(../../img/front/greenbottom.gif) left bottom no-repeat;
padding-bottom: 13px;
}

h2 {
width: 583px;
height: 41px;
margin:0;
padding:0;
float:left;
display: block;
clear: left;
background: url(../../img/front/e01.gif) left top no-repeat;
text-indent: -9999px;
}

#blocks {
width: 553px;
float: left;
background: url(../../img/front/greenback.gif) left top repeat-y;
padding: 16px 0 0 30px;
}
*html body #blocks {
width: 583px;
}
#blocks dl {
/*float: left;*/ /* comment out */
width: 519px;
background: url(../../img/front/line01.gif) left bottom repeat-x;
margin: 0 0 10px 0; /* add */
line-height: 1.3; /* add */
}
#blocks dl dt {
float: left;
width: 105px;
padding: 7px 0 7px 7px; /* edit padding: 12px 0 11px 7px; */
margin: 0;
/*background: url(../../img/front/line01.gif) left bottom repeat-x;*/ /* comment out */
color:#5EA300;
font-weight: bold;
}
#blocks dl dd {
float:left;
width: 395px; /* edit width: 406px; */
padding: 7px 0; /* edit padding: 12px 0 11px 0;*/
margin: 0;
text-align: justify; /* add */
/*background: url(../../img/front/line01.gif) left bottom repeat-x;*/ /* comment out */
}
/* add start */
#blocks dl {
	_height: 1px;
	min-height: 1px;
}

#blocks dl:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/* add end */
