@charset "utf-8";

/*--------------------------------------------*/
/* index.html/confirm.html                    */
/*--------------------------------------------*/

label{
	cursor:pointer;
}

#main .thanks {
	padding-bottom: 200px;
}

.left_frame {
	width:590px;
	float:left;
}

.right_frame {
	width: 280px;
	float:right;
}

.right_frame_box {
	width: 280px;
	background: url(img/right_frame_bg.jpg) left top repeat-y;
	font-size: 12px;
	line-height: 16px;
}

.right_frame_box ul {
	padding: 15px 15px 5px 15px;
}

.right_frame_box ul li {
	background: url(img/right_frame_list.gif) left 8px no-repeat;
	padding-left: 10px;
	margin-bottom: 10px;
}



.contact_error {
	margin-bottom: 10px;
}

.contact_error .none {
	display: none;
}

.contact_error ul {
	border: 1px #d10008 solid;
	padding: 10px;
	color: #d10008;
}

.contact_error ul li {
	background: url(img/contact_error_list.gif) left center no-repeat;
	padding-left: 5px;
}

/*-----------
 table:start 
-----------*/

table.contact_form {
	width: 100%;
	border-collapse: separate;
	border-top: 1px #e5e5e5 solid;
	border-left: 1px #e5e5e5 solid;
	border-spacing: 0;
}

table.contact_form th,
table.contact_form td {
	border-right: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid;
	padding: 10px;
}

table.contact_form th {
	width: 140px;
	background: #fafafa;
	font-weight: bold;
}
table.contact_form th.contact_vTop {
	vertical-align: top;

}

table.contact_form span {
	background: url(img/contact_form_icon.jpg) right center no-repeat;
	padding-right: 30px;
}

/*-----------
 table:end 
-----------*/


/*-----------
 form:start 
-----------*/

.contact_form_style01,
.contact_form_style02,
.contact_form_style03,
.contact_form_style04 {
	border: 1px #d9d9d9 solid;
}

.contact_form_style01 {
	width: 238px !important;
	width: 240px;
	height: 18px !important;
	height: 20px;
}

.contact_form_style02 {
	width: 405px;
	height: 18px !important;
	height: 20px;
}

.contact_form_style03 {
	width: 405px;
	height: 198px !important;
	height: 200px;
}

.contact_form_style04 {
	height: 18px !important;
	height: 20px;
}
.checkbox01 {
	vertical-align: middle;
	margin-right:5px;
}

