@charset "utf-8";

/***　usedcar（中古車情報）　******************/
#used_btn p {
	float: left;
	margin: 10px 15px;
	_margin: 10px 10px;
}
table.u_car {
	width: 600px;
	border-collapse: collapse;
	text-align: center;
}
.u_car th {
	background: #1B72C7 url(../images/used/th_bg.gif) repeat-x;
	font-weight: bold;
	color: #fff;
	border: 1px solid #aaa;
	padding: 4px 0;
}
.u_car td {
	background: #EFF7FA;
	border: 1px solid #aaa;
	padding: 5px 3px;
	line-height: 1.2em;
}
.u_car td.r1{
	background: #FEFDF2;
	text-align: left;
}
.u_car td.r2{
	background: #FFF4F5;
	color: red;
	font-weight: bold;
}
.u_car td.r3{
	background: #EFF6FA;
}
.u_car td.r4{
	background: #EFFBEF;
}
.u_car td.r5{
	background: #FFF7F2;
}
.u_car td.r6 {
	width: 50px;
	height: 30px;
	text-indent: -5000px;
}
.u_car td.r6 a {
	width: 50px;
	height: 30px;
	background: url(../images/used/btn_show2.gif) no-repeat left center;
	display: block;
}
.u_car td.r6 a:hover {
	width: 50px;
	background: url(../images/used/btn_show2_on.gif) no-repeat left center;
}
#car_img {
	width: 545px;
	margin: 0;
	clear: both;
}
.big_img {
	float: left;
	width: 450px;
	margin-bottom: 20px;
	padding: 3px;
	border: 1px solid #ddd;
}
.thum_img {
	float: right;
	margin: 4px 0;
}
#car_detail {
	width: 545px;
	margin: 20px 0 30px;
	padding: 3px;
	_padding: 3px 0 3px 3px;
	border: 1px solid #ccc;
	clear: both;
}
#car_detail h3 {
	margin: 5px 0 3px 7px;
	_margin: 5px 0 3px 0;
	background: url(../images/used/basis.gif) no-repeat left top;
	text-indent: -5000px;
	border: none;
	height: 30px;
	width: 525px;
	padding: 0 0 0 17px;
}
#car_detail h3.equip {
	background: url(../images/used/equip.gif) no-repeat left top;
	*text-indent: -5000px;
	*border: none;
}

#car_detail h3.comment {
	background: url(../images/used/comment_tt.gif) no-repeat left top;
	*text-indent: -5000px;
	*border: none;
}

#car_detail h4 {
	color: #0066cc;
	padding: 3px 10px 5px;
	font-weight: bold;
	font-size: 2em;
	border-bottom: 1px dotted #ccc;
	display: block;
	margin: 0;
	float: none;
	width: auto;
	clear: both;
}

#car_detail p {
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
	width: auto;
}

#car_detail p.equip {
	margin: 0 4px 10px;
	background: #eee;
}
table.detail {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
table.detail th {
	background: #eee;
	font-weight: bold;
	font-size: 10px;
	color: #666;
	border: 2px solid #fff;
	padding: 4px 0;
}
table.detail td {
	background: #EFF7FA;
	border: 2px solid #fff;
	padding: 4px 0;
}
.detail td.price {
	text-align: right;
	background: #FFF7E5 url(../images/used/price.gif) no-repeat 10px center;
	padding-right: 20px;
}

.grade_txt {
	background:#FFF2EB none repeat scroll 0 0;
	color:#EF4F16;
	font-size:1.4em;
	font-weight:bold;
	width:96%;
}

.grade {
	margin-right:40px;
	vertical-align:middle;
}

.pricetag {
	color: red;
	font: 2em/2em "Verdana", "Arial", sans-serif;
	_font: 1.5em "Verdana", "Arial", sans-serif;
	*font: 1.5em "Verdana", "Arial", sans-serif;

	font-weight: bold;
}
.btn_back {
	text-align: center;
}
.btn_back p {
	width: 520px;
	height: 45px;
	background: url(../images/used/btn_back.gif) no-repeat center top;
	text-indent: -5000px;
}
.btn_back a {
	width: 520px;
	height: 45px;
	background: url(../images/used/btn_back.gif) no-repeat center top;
	display: block;
}
.btn_back a:hover {
	width: 520px;
	background: url(../images/used/btn_back_on.gif) no-repeat center top;
}
