div.main {
	width: 786px;
	margin: 0 auto;
}

div.reform_contents h2 {
	margin: 20px 0px;
}

div.reform_contents h3 {
	margin: 40px 0px 30px 0px;
}

div.checkbox {
	margin: 30px 0px;
}

/* @group info-box */

div.info-box_top {
	width: 799px;
	height: 60px;
	background-image: url(images/info-box_top.jpg);
	background-repeat: no-repeat;
}

div.info-box_center {
	width: 799px;
	background-image: url(images/info-box_center.gif);
	background-repeat: repeat-y;
}

div.info-box_center div.text-area {
	padding-left: 30px;
}

div.info-box_center h5 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 7px;
}

div.info-box_center p {
	margin-left: 31px;
	line-height: 15px;
}

div.info-box_bottom {
	width: 799px;
	height: 21px;
	background-image: url(images/info-box_bottom.gif);
	background-repeat: no-repeat;
}

/* @end */