body{
	text-align: center;
	margin: 0px;
	font-size: 14px;
	padding: 0px;
}
a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}
a:link{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}
a:hover{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666;
}
#wrapper-form{
	text-align: center;
	height:auto;
	background-color:#FFFFFF;
	background-repeat:repeat;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 740px;
	padding-bottom: 0;
}
.contact-footer{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

.img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.form_txt_a{
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.form_txt_b{
	padding-left: 10px;
	background-color: #003466;
	color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}
.form_txt_c{
	padding-left: 10px;
	background-color: #206BA2;
	color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}
.form_txt_d{
	padding-left: 10px;
	background-color: #2B2B2B;
	color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}
.form_txt_e{
	padding-left: 10px;
	background-color: #4E7EAC;
	color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}


.hissu {
	background-image: url(../img/hissu.png);
	background-repeat: no-repeat;
	height: 40px;
	background-position: left bottom;
	margin-bottom: 5px;
	display: block;
}
#mailform{}
.centerb {
	text-align: center;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
.mail-button{
	background-color: #333;
	color: #FFF;
	padding: 5px;
	width: 200px;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: medium;
}
.tra{
	background-color: #232323;

}
.mail-center{
	text-align: center;
	padding-bottom: 10px;
	width: 100%;
}
.form-center{
	text-align: center;
}
.form-table-temp{
	background-color: #E3ECF4;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.form-table input{
}

.form-table {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 90%;
	margin-bottom: 20px;
	background-color: #161616;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: middle;
}
.form_button{
	text-align: center;
}
.th-menu {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	background-color: #003366;
}
.trb{
	background-color: #333;

}
.trc{
}
.form-table td {
	text-align: left;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.form-table th {
	padding-left: 10px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.formb{
	width: 100%;
	background-color: #161616;
	padding-top: 1%;
	padding-bottom: 2%;
	margin-bottom: 2%;
}
.formb button{
}
#mf_wrapper {
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.th-pad {
	vertical-align: top;
	color: #FFF;
	font-size: 13px;
	padding: 2%;
}

.form-h {
	text-align: center;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.button_area{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.textarea{
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #333;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-color: #D8E4EF;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #EEF3F9;
	color: #333;
}
.check-area{
	border:1px solid #cccccc;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #161616;
	color: #FFF;
	width: 640px;
}
.check-area li{
	list-style-type: none;
}
.form-navi{}
.copy{
	visibility: hidden;
}


#message{width:90%;}


.form-carinfoarea{
	text-align: left;
}
.form-carinfo{}
.form-info-right{
	float: right;
	width: 100%;
}
.form-info-left{
	padding-right: 10px;
}
.form-info-right table{
	width: 100%;
}
.car-info-th{
	color: #FFF;
	background-color: #333;
	padding: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 11px;
}
.car-info-tda{
	background-color: #333;
	padding: 5px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 12px;
}
.car-info-tdb{
	width: 120px;
	background-color: #eeeeee;
	font-weight: bold;
	color: #000;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 12px;
}
.form-top-text{
	padding-bottom: 10px;
}
.form-car-topimage{
	margin-bottom: 15px;
}
.form-h11{
	background-color: #333;
	padding: 10px;
	color: #FFF;
	font-size: 95%;
}
.header-block{
}
#footer {
	width:100%;
	clear: both;
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.copyR{
	background-color:#222;
	color:#FFF;
	font-size:11px;
	letter-spacing:2px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.copyR a:acctive{}
.copyR ul{
	padding-bottom: 10px;
}
.copyR li{
	padding-right: 10px;
	list-style-type: none;
}


.sumbox{
	width:65px;
	font-size: medium;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.spec-table{
}
.spec-table table{
	width: 100%;
} 
.spec-table th{
	width: 280px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.spec-table td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.disp-item{
	display: none;
}
