@charset "Shift_JIS";
/* CSS Document */
/* CSS BY ジャガー枚方 new */
body {
	width:930px;
	background-color: #000000;
	margin: 0 auto 0 auto;
	font-size: 12px;
	color: #333333;
}

#ttl {
	margin-bottom: 15px;
}

.clear {
	clear: both;
}


/* 検索パネル--------------------- */

#search_panel {
	width: 930px;
	background-color: #f4f4f4;
}

#se_manufacturer_l {
	float: left;
	width: 80px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

#se_manufacturer_r {
	float: left;
	height: 27px;
	padding-top: 3px;
}

#se_manufacturer_r a {
	color: black;
}

#car_name_l {
	float: left;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

#car_name_r {
	float: left;
	height: 25px;
	width: 250px;
	padding-top: 5px;
}

#model_year_l {
	float: left;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

#model_year_r {
	float: left;
	height: 25px;
	padding-top: 5px;
}

#body_color_l {
	float: left;
	line-height: 30px;
	width: 80px;
	text-align: center;
	height: 30px;
}

#body_color_r {
	float: left;
	width: 250px;
	height: 25px;
	padding-top: 5px;
}

#price_l {
	float: left;
	line-height: 30px;
	width: 80px;
	text-align: center;
	height: 30px;
}

#price_r {
	float: left;
	height: 25px;
	padding-top: 5px;
}
#handle_position_l {
	float: left;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

#handle_position_r {
	float: left;
	height: 27px;
	padding-top: 3px;
}

#mission_l {
	float: left;
	width: 80px;
	line-height: 30px;
	text-align: center;
	padding-left: 20px;
}

#mission_r {
	float: left;
	height: 27px;
	padding-top: 3px;
}

#mileage_l {
	float: left;
	line-height: 30px;
	width: 80px;
	height: 30px;
	text-align: center;
}

#mileage_r {
	float: left;
	height: 25px;
	padding-top: 5px;
}

#body_type_l {
	float: left;
	width: 80px;
	text-align: center;
	line-height: 80px;
}

#body_type_r {
	float: left;
	padding-top: 5px;
}

.type_img {
	float: left;
	padding-right: 10px;
}

#btn_panel_l {
	float: left;
	padding-left: 5px;
	padding-top: 6px;
}

#btn_panel_r {
	float: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}


/* 並び替え--------------------- */

#box_sort {
	margin-top: 30px;
	float: left;
}

#sort_p {
	width: 225px;
	height: 30px;
	background-image: url(../nimg/bg_sort_price.jpg);
	background-repeat: no-repeat;
	float: left;
	line-height: 30px;
}

#sort_p_l {
	float: left;
	margin-left: 150px;
	display: inline;
}

#sort_p_r {
	float: left;
	display: inline;
	margin-left: 10px;
}

#sort_y {
	width: 225px;
	height: 30px;
	background-image: url(../nimg/bg_sort_year.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left: 15px;
	line-height: 30px;
}

#sort_y_l {
	float: left;
	margin-left: 145px;
	display: inline;
}

#sort_y_r {
	float: left;
	display: inline;
	margin-left: 10px;
}

#sort_m {
	width: 250px;
	height: 30px;
	background-image: url(../nimg/bg_sort_mileage.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left: 15px;
	line-height: 30px;
}

#sort_m_l {
	float: left;
	margin-left: 165px;
	display: inline;
}

#sort_m_r {
	float: left;
	display: inline;
	margin-left: 10px;
}

a:link.sort { color: #333333; }
a:visited.sort { color: #333333; }
a:hover.sort { color: #cccccc; text-decoration: none; }
a:active.sort { color: #333333; }


/* ページング--------------------- */

#page_num {
	width: 930px;
	height: 26px;
	float: left;
	margin-top: 15px;
	background-image: url(../nimg/bg_page_num.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

#page_num_l {
	line-height: 26px;
	float: left;
	padding-left: 15px;
	background-image: url(../nimg/bg_page_num_l.jpg);
	background-repeat: no-repeat;
}

#page_num_r {
	line-height: 26px;
	float: right;
	padding-right: 15px;
	background-image: url(../nimg/bg_page_num_r.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
a{ color: #ffffff; }
a:link.page { color: #ffffff; }
a:visited.page { color: #ffffff; }
a:hover.page { color: #ffffff; text-decoration: none; }
a:active.page { color: #ffffff; }


/* 車輌リスト--------------------- */

#ttl_list {
	width: 930px;
	height: 26px;
	float: left;
	background-image: url(../nimg/bg_ttl.jpg);
	margin-top: 15px;
	background-repeat: repeat-x;
	text-align: center;
	margin-bottom: 15px;
}

#bg_ttl_list_l {
	float: left;
	width: 5px;
	height: 26px;
	background-image: url(../nimg/bg_ttl_l.jpg);
	background-repeat: no-repeat;
}

#bg_ttl_list_r {
	float: right;
	width: 5px;
	height: 26px;
	background-image: url(../nimg/bg_ttl_r.jpg);
	background-repeat: no-repeat;
}

#ttl_pic {
	float: left;
	padding-top: 5px;
	width: 200px;
}

#ttl_price {
	float: left;
	padding-top: 5px;
	background-image: url(../nimg/bg_ttl_line.jpg);
	background-repeat: no-repeat;
	width: 170px;
}

#ttl_handle {
	float: left;
	padding-top: 5px;
	width: 50px;
	background-image: url(../nimg/bg_ttl_line.jpg);
	background-repeat: no-repeat;
}

#ttl_color1 {
	float: left;
	padding-top: 5px;
	width: 70px;
	background-image: url(../nimg/bg_ttl_line.jpg);
	background-repeat: no-repeat;
}

#ttl_color2 {
	float: left;
	padding-top: 5px;
	width: 70px;
	background-image: url(../nimg/bg_ttl_line.jpg);
	background-repeat: no-repeat;
}

#ttl_year {
	float: left;
	padding-top: 5px;
	width: 50px;
	background-image: url(../nimg/bg_ttl_line.jpg);
	background-repeat: no-repeat;
}

#ttl_displacement {
	float: left;
	padding-top: 5px;
	width: 55px;
	background-image: url(../nimg/bg_ttl_line.jpg);
	background-repeat: no-repeat;
}

#ttl_mileage {
	float: left;
	padding-top: 5px;
	width: 65px;
	background-image: url(../nimg/bg_ttl_line.jpg);
	background-repeat: no-repeat;
}

#ttl_inspection {
	float: left;
	padding-top: 5px;
	width: 56px;
	background-image: url(../nimg/bg_ttl_line.jpg);
	background-repeat: no-repeat;
}

#ttl_shop {
	float: left;
	padding-top: 5px;
	width: 114px;
	background-image: url(../nimg/bg_ttl_line.jpg);
	background-repeat: no-repeat;
}

.list_box {
	width: 930px;
	height: 125px;
	float: left;
	background-image: url(../nimg/bg_list_box.jpg);
	margin-bottom: 10px;
}

.bg_list_box_l {
	width: 5px;
	height: 125px;
	float: left;
	background-image: url(../nimg/bg_list_box_l.jpg);
	background-repeat: no-repeat;
}

.bg_list_box_r {
	width: 5px;
	height: 125px;
	float: right;
	background-image: url(../nimg/bg_list_box_r.jpg);
	background-repeat: no-repeat;
}

.car_box {
	float: left;
	width: 920px;
	text-align: center;
}

.name {
	height: 32px;
	background-image: url(../nimg/bg_ttl_name.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	padding-left: 10px;
	text-align: left;
}

.car_detail {
	text-align: center;
	height: 93px;
}

.pic {
	text-align: center;
	width: 200px;
}

.price_l {
	width: 70px;
	background-image: url(../nimg/bg_car_detail.jpg);
	background-repeat: no-repeat;
}

td.paging {
	color: white;
}

.price_m {
	width: 20px;
}

.price_r {
	width: 80px;
}
.price_cen {
	width: 170px;
	background-image: url(../nimg/bg_car_detail.jpg);
	background-repeat: no-repeat;
}

.p_txt_line {
	text-decoration: line-through;
}

.p_txt_red{
	font-size:12pt;
	color: #FF0000;
	font-weight: bold;
}

.p_txt_big{
	font-size: 16px;
}

.handle {
	width: 50px;
	background-image: url(../nimg/bg_car_detail.jpg);
	background-repeat: no-repeat;
}

.color1 {
	width: 66px;
	background-image: url(../nimg/bg_car_detail.jpg);
	background-repeat: no-repeat;
	padding-right: 2px;
	padding-left: 2px;
}

.color2 {
	width: 66px;
	background-image: url(../nimg/bg_car_detail.jpg);
	background-repeat: no-repeat;
	padding-right: 2px;
	padding-left: 2px;
}

.year {
	width: 50px;
	background-image: url(../nimg/bg_car_detail.jpg);
	background-repeat: no-repeat;
}

.displacement {
	width: 55px;
	background-image: url(../nimg/bg_car_detail.jpg);
	background-repeat: no-repeat;
}

.mileage {
	width: 65px;
	background-image: url(../nimg/bg_car_detail.jpg);
	background-repeat: no-repeat;
}

.inspection {
	width: 56px;
	background-image: url(../nimg/bg_car_detail.jpg);
	background-repeat: no-repeat;
}

.shop {
	width: 114px;
	background-image: url(../nimg/bg_car_detail.jpg);
	background-repeat: no-repeat;
	padding-left: 2px;
}
