#form_area {
	width: 700px;
	margin: 0 auto;
}

.p_body {
	text-align: left;
	font-size: 13px;
	line-height: 30px;
}

td {
	text-align: left;
	line-height: 30px;
	vertical-align: top;
}

.midashi {
	font-size: 13px;
}

.order_midashi {
	font-size: 13px;
	padding-right: 1em;
}

.midashi:before {
	content: '---- ';
	color: #c30d23;
}

.required {
	font-size: 11px;
	color: #c30d23;
}

.required:before {
content: '    ';
}



.submitarea {
	width: 101px;
	height: 26px;
	display: block;
	background-image: url(../img/submit.png);
	background-rrepeat: no-repeat;
	background-position: 0 0;
}

.submitarea:hover {
	width: 101px;
	height: 26px;
	display: block;
	background-image: url(../img/submit.png);
	background-rrepeat: no-repeat;
	background-position: 0 -26px;
}

.resetarea {
	width: 101px;
	height: 26px;
	display: block;
	background-image: url(../img/reset.png);
	background-rrepeat: no-repeat;
	background-position: 0 0;
}

.resetarea:hover {
	width: 101px;
	height: 26px;
	display: block;
	background-image: url(../img/reset.png);
	background-rrepeat: no-repeat;
	background-position: 0 -26px;
}


.transmissionarea {
	width: 101px;
	height: 26px;
	display: block;
	background-image: url(../img/form_transmission.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.transmissionarea:hover {
	width: 101px;
	height: 26px;
	display: block;
	background-image: url(../img/form_transmission.png);
	background-repeat: no-repeat;
	background-position: 0 -26px;
}

.backarea {
	width: 101px;
	height: 26px;
	display: block;
	background-image: url(../img/form_back.png);
	background-repeat: no-repeat;
}

.backarea:hover {
	width: 101px;
	height: 26px;
	display: block;
	background-image: url(../img/form_back.png);
	background-repeat: no-repeat;
	background-position: 0 -26px;
}

.submittable {
	border: none;
}

table.formarea {
	margin-bottom: 20px;
}

.option_line {
	margin-bottom: 4px;
}








