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

/* -------------------- TOP NAVI */
ul#top_navi {
	padding-left: 0px;
	margin: 0px;
	height: 22px;
	background-color: #06f;
	background-image: url(parts/main_button.gif);
	box-shadow: 0px 2px 2px #ccc;
	line-height: 22px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif 
}

ul#top_navi li {
	float: left;
	display: block;
	width: 139px;
	list-style-type: none;
	background-image: url(parts/main_button.gif);
	text-align: center;
	font-weight: bold;
	color: #fff;
}

ul#top_navi li +li {
	border-left: 1px solid #fff;
}

ul#top_navi li a {
	display: block;
	width: 139px;
	background-image: url(parts/navi_img.gif);
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

ul#top_navi li a:hover {
	background-image: url(parts/navi__img_over.gif);
}

/* -------------------- CONTENTS */
div#content {
	float: left;
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

/* -------------------- TOP COPY */
div#top_copy {
	width: 750px;
	margin: 10px 10px 0px 10px;
	padding: 5px 15px 5px 15px;
	background-color: #000;
}

div#top_copy h4 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 1px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}

div#top_copy h5 {
	margin: 5px 0px 0px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
}

div#top_copy p {
	margin: 5px 10px 5px 15px;
	font-size: 14px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif; 
}


/* -------------------- LEFT SIDE */
div#left_side {
	float: left;
	width: 465px;
	margin: 0px 5px 0px 10px;
}

div#left_side h4 {
	margin: 0px 0px 10px 0px; 
	font-size: 18px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	border-bottom:  #960 solid 1px;
}
div#left_side h5 {
	margin: 5px 0px;
	font-size: 14pt;
	font-family: "Times New Roman", Times, serif;
}

div#left_side p {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-justify: ;
}

.left_side_img {
	margin: 0px 0px 10px 0px;
	width: 465px;
	height: 80px;
}

.under_line {
	text-decoration: underline;
}

/* -------------------- Right SIDE */
div#right_side {
	float: right;
	width: 290px;
	margin-right: 10px;
	font-family: "Times New Roman", Times, serif;
}

div#right_side h4 {
	margin: 0px;
	font-size: 16px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:  #960 solid 1px;
}

div#right_side h5 {
	margin: 0px 0px;
	font-size: 14pt;
	font-family: "Times New Roman", Times, serif;
}

div#right_side p {
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-justify: ;
}

div#right_side img {
	margin: 0px 0px 10px 0px;
	width: 250px;
	height: 55px;
}

.subject_bar {
	float: left;
	width: 280px;
	height: 22px;
	margin-bottom: 10px;
	padding-left: 10px;
	background-image: url(parts/bg-bar290.gif);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.order {
	margin: 0px;
	float: left;
}
.order dl {
	margin: 0px;
}
.order dt {
	float: left;
	font-size: 14px;
	width: 14px;
	clear: left;
}
.order dd {
	margin-left: 20px;
	font-size: 14px;
	width: 270px;
}

.order p {
	margin-top: 5px;
}

/* -------------------- Car maker logo */
.carmaker {
	float: left;
	width: 780px;
	margin: 10px 10px 10px 10px;
}

.table_carmaker {
	border-collapse: collapse;
	border: 0px;
}

.table_carmaker td {
	width: 65px;
	line-height: 10pt;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.table_carmaker a:link {
	color: blue; font-size: 8pt; text-decoration: none 
}
.table_carmaker a:visited {
	color: blue; font-size: 8pt; text-decoration: none
}
.table_carmaker a:hover {
	color: red; font-size: 8pt; text-decoration: none
}



/* -------------------- EMS BANNER */
.ems_link {
	margin: 0px 0px 10px 0px;
	width: 250px;
	height: 55px;
}

/* -------------------- link */
a:link {
	color: blue; font-size: 10pt; text-decoration: none 
}
a:visited {
	color: blue; font-size: 10pt; text-decoration: none
}
a:hover {
	color: red; font-size: 10pt; text-decoration: none
}
