@charset "utf-8";
/* CSS Document */

div .form{
	padding:10px 0;
}

.form table{
	border:2px solid #64412B;
	width:634px;
	font-size:11px;
	line-height:1.5em;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.form th{
	width:150px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #64412B;
	border-bottom-color: #64412B;
}



.form td{
	text-align:left;
	width:430px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1.5px;
	border-bottom-style: dotted;
	border-bottom-color: #64412B;
}

div .form_b{
	padding:10px 0;
}

.form_b table{
	border:2px solid #64412B;
	width:634px;
	font-size:11px;
	line-height:1.5em;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.form_b th{
	width:150px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #64412B;
	border-bottom-color: #64412B;
	font-weight: 500;
}



.form_b td{
	text-align:left;
	width:430px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1.5px;
	border-bottom-style: dotted;
	border-bottom-color: #64412B;
	font-weight: 500;
	font-size: 11px;
}
.form_b b {
	font-size: 11px;
	font-weight: 600;
	line-height: 1.5em;
}
.error{

	color:#F00;

}
.form_in {
	font-size: 13px;
	font-weight: 600;
	color: #000000;
	text-align: center;
	letter-spacing: 5px;
}
.bt,.btn {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: 600;
	color: #333333;
	text-align: center;
	width: 70px;
	height: px;
	line-height: 25px;
}
.btn:hover {
}
text {
}
textarea {
	padding: 3px;
	font-size:0.90em;
	background-color:#FFFFFF;
	border: 1px inset #CCC;

}
select {
	padding: 3px;
	background-color:#FFFFFF;
	border: 1px solid #999;
}
.text_in:focus{
	background-color: #FFD2D2;
}
textarea:focus{
	background-color: #FFD2D2;
}
label:hover {
	text-decoration: underline;
}
.submit {
	background-color: #EBEBEB;
	border: 1px solid #CCC;
}
.submit:hover {
	cursor: pointer;
}
