.form_table {
	border:#E7C7AD solid 1px;
	empty-cells:show;
	border-collapse:collapse;
}

.form_table th {
	background-color:#ECE9D8;
	text-align:left;
	border:solid 1px #E7C7AD;
}

.form_table td {
	text-align:left;
	border:solid 1px #E7C7AD;
}


/* 文字スタイル */
.title01 {
	font-weight: bold;
	color: #990000;
	font-size: 110%;
	clear: both;
}

.title02 {
	color:#CC6633;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.title03 {
	color: #CC9933;
	font-weight: bold;
}


