@charset "utf-8";
#wrapper {
	background-image: url(../images/car/car_head_back.jpg);
	background-repeat: no-repeat;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}

#car_contents_box {
	overflow: hidden;
	width: 1100px;
	padding-top: 234px;
	clear: both;
}
#contents_L_box {
	float: left;
	padding-left: 70px;
	width: 710px;
	overflow: hidden;
	position: relative;
}
#main_title {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	left: 336px;
	top: 88px;
	width: 178px;
	text-align: center;
}
#contents_L_box #car_navi_box {
	height: 80px;
	overflow: hidden;
	margin-left: 1px;
}
#car_navi_box .on {
	float: left;
	line-height: 26px;
	text-align: center;
	height: 24px;
	width: 177px;
	font-size: 13px;
	color: #FFF;
	background-image: url(../images/car/menu_tab_c.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	display: block;
	list-style-type: none;
	overflow: hidden;
}
#car_navi_box .off {
	float: left;
	line-height: 26px;
	text-align: center;
	height: 24px;
	width: 177px;
	font-size: 13px;
	color: #FFF;
	background-image: url(../images/car/menu_tab_c.png);
	background-repeat: no-repeat;
	list-style-type: none;
	overflow: hidden;
}

#car_navi_box a:link {
	color: #006F85;
	text-decoration: none;
}
#car_navi_box a:visited {
	color: #006F85;
	text-decoration: none;
}
#car_navi_box a:hover {
	color: #006F85;
	text-decoration: underline;
}
#car_navi_box a:active {
	color: #006F85;
	text-decoration: underline;
}

#offer_box {
	margin-top: 70px;
	color: #333;
	font-size: 13px;
	line-height: 21px;
}
#offer_box p {
	margin-bottom: 14px;
}
#offer_box p .blue {
	font-size: 15px;
	font-weight: bold;
	color: #3B5CA8;
}
#offer_box .sub_title {
	margin-bottom: 14px;
	color: #666666;
	height: 28px;
	width: 710px;
	text-align: center;
	font-size: 13px;
	line-height: 28px;
	font-weight: bold;
	background-image: url(../images/sub_title.gif);
}
#offer_box img {
	float: left;
	padding-right: 8px;
	padding-top: 2px;
}
