#contact_table
{
}
#contact_table table
{
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#contact_table caption
{
	color: #CE0E0E;
	text-align: left;
}
#contact_table th
{
	background-color: #F5F2EE;
	width: 180px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
#contact_table th span
{
	color: #CE0E0E;
	padding-left: 4px;
}
#contact_table th .orange_box
{
	background-color: #FFBB54;
	padding: 8px;
	text-align: center;
	color: #6F3B05;
}

#contact_table td
{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	vertical-align: top;
}
#contact_table td .input_space input
{
	margin-bottom: 10px;
}
#contact_table td textarea
{
	height: 140px;
	width: 100%;
}
#contact_table td .kiyaku
{
	overflow: scroll;
	border: 1px solid #D7D7D7;
	padding: 10px;
	height: 140px;
	margin-bottom: 4px;
}
#contact_table td .kiyaku p
{
	margin-bottom: 1em;
}

.btn_box
{
	text-align: center;
	clear: both;
	padding-top: 20px;
}
.btn_box p
{
	margin-bottom: 20px;
	font-weight: bold;
}
.btn_box input
{
	margin-right: 10px;
	margin-left: 10px;
}