@charset "utf-8";

/*******************/
/* form common     */
/*******************/

strong {
	color: #ff0000;
	text-decoration: underline;
}

/* header */
#header {
	background: url(../img/header_s.jpg) left top no-repeat;
	width: 800px;
	height: 150px;
}

#header ul {
	padding: 5px 10px 0 0;
	list-style: none;
	line-height: 1.2em;
	font-weight: bold;
	text-align: right;
}

#header ul li a:link {
	color: #ffff00;
	text-decoration: none;
}

#header ul li a:visited {
	color: #ffff00;
	text-decoration: none;
}

#header ul li a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#header ul li a:active {
	color: #ffff00;
	text-decoration: none;
}


/* main */
dt.formdt {
	border-bottom: #660000 1px solid;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #660000;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

dd.formdd {
	margin: 0 0 30px 20px;
}

dd.formdd p {
	margin-bottom: 20px;
}


/* error */
ul#err_mes {
	margin-bottom: 20px;
}

ul#err_mes li {
	list-style: disc inside;
	color: #ff0000;
}


/* form */
h3 {
	border-left: #7979ff 4px solid;
	margin: 0 0 10px 0;
	padding: 3px 3px 3px 10px;
	font-size: 14px;
}

h4 {
	margin: 0 0 20px 10px;
	font-size: 12px;
	font-weight: normal;
}

div.form_parts {
	margin: 0 0 30px 10px;
}

dl.odd {
	background-color: #e6e6ff;
}

dl.odd dt {
	padding: 3px 0 3px 5px;
	width: 125px;
	float: left;
}

dl.odd dd {
	padding: 3px 0;
	width: 400px;
	float: left;
}

dl.even {
	background-color: #ffffff;
}

dl.even dt {
	padding: 3px 0 3px 5px;
	width: 125px;
	float: left;
}

dl.even dd {
	padding: 3px 0;
	width: 400px;
	float: left;
}

#name, #postal, #prefectures, #city, #address, #tel_number, #e_mail,
#car_name, #grade, #body_color, #asking_price,
#form, #f_number, #c_number, #p_number {
	width: 150px;
}

#g_model, #y_model, #m_model, #doors, #mileage, #distance, #capacity,
#g_inspection, #g_first, #y_first, #m_first {
	width: 70px;
}

#y_inspection, #m_inspection, #d_inspection {
	width: 50px;
}

#other_equipment {
	width: 380px;
}

ul.inra {
	list-style: none;
}

ul.exis {
	width: 80px;
	list-style: none;
	float: left;
}

div.insp {
	width: 300px;
	float: left;
}

.eq_l {
	width: 200px;
	float: left;
}

.eq_r {
	width: 200px;
	float: right;
}

.eq_d {
	width: 400px;
	clear: both;
}


p#subm {
	text-align: center;
}

div#end {
	margin: 50px 0 200px 0;
}
