@charset "utf-8";
/*------------------------------------------------------
 CONTACT
------------------------------------------------------*/

#mainArea {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}

#rightArea {
	width: 840px;
	margin-top: 30px;
	float: right;
	overflow: hidden;
}

#rTop {
	margin-bottom: 15px;
	width: 100%;
}
#rTop > p {
	margin-bottom: 15px;
}

#rMid {
	margin: 50px 0;
	font-size: 14px;
	line-height: 1.5;
}

#rBtm > form > table th {
	padding: 8px 8px 8px 0;
	vertical-align: top;
}
#rBtm > form > table td {
	padding: 8px 8px 8px 20px;
}

td#privacy {
	text-align: right;
}
td#privacy > a {
	text-decoration: none;
	color: #7C7029;
}
td#privacy > a:hover {
	color: #A89C55;
}
td#privacy div {
	width: 539px;
}
td#privacy div a {
	text-decoration: none;
	color: #7C7029;
}
td#privacy div a:hover {
	color: #A89C55;
}
/* submit button */
#btnSubmit {
	background: url("../img/sendform_btn.png") no-repeat scroll 0 0 transparent;
	width: 539px;
	height: 40px;
	border: 0 none;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	padding: 0;
	white-space: nowrap; 
	overflow: hidden; 
}
#btnSubmit:hover {
	opacity: 0.7;
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}

.fRed {
	color: #F00;
}

.type1 {
	width: 305px;
	background-color: #C1C1C1;
}

.type2 {
	width: 173px;
	background-color: #C1C1C1;
}
.type3 {
	width: 539px;
	height: 206px;
	background-color: #C1C1C1;
}
.type4 {
	width: 150px;
	background-color: #C1C1C1;
}
.form_must {
	margin-bottom: 5px;
}

#knowList td {
	padding: 5px 10px 5px 0 !important;
}
#familyList td {
	padding: 5px 10px 5px 0 !important;
}
.radioList td {
	padding: 5px 10px 5px 0 !important;
}
.radioTd {
	padding-left: 16px !important;
}













