@charset "UTF-8";
/* CSS Document */
.main_box p {
	font-size: 11px;
}
.side_box {
	height: 825px;
}
.form {
	margin-bottom: 50px;
}
.FORM_table {
	width: 640px;
	font-size: 13px;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 12px;
}
.FORM_table th,td {
	font-weight: normal;
    border-bottom-color: #808080;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #808080;
    border-top-style: solid;
    border-top-width: 1px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	height: 50px;
}
.FORM_table th {
	line-height: 1em;
	text-align: left;
}
.FORM_table td {
	vertical-align: middle;
}
.FORM_table .sab {
	color: #89A5D5;
	font-size: 10px;
}
.FORM_table #address {
	width: 435px;
	height: 25px;
	margin-bottom: 5px;
}
.privacy {
	margin-bottom: 30px;
}
#submit_button {
	width: 401px;
	height: 33px;
	background-image: url(../inquiry/send_button.gif);
	background-repeat: no-repeat;
	margin-left: 119.5px;
	background-color: transparent;
	border: none;
	cursor:pointer;
	cursor:hand;
}
.FORM_table #inq {
	width: 435px;
	height: 170px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.FORM_table input,
select,
textarea {
	background-color: #F1F1F1;
}
