/* リセット
------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p{
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
}
ol,ul {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
caption,th {
	text-align: left;
}
img {
	border: none;
}
.clearfix:after{ content:"."; height:0px; clear:both; display: block; visibility:hidden; }

/* 共通
-----------------------------------*/
body {
	text-align: center;
	padding: 0 10px;
}

/* float解除用 */
div:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}
div { /* IE7 Hack */
	zoom: 1;
}

/* ヘッダ
-----------------------------------*/



/* Header Definition */

h1{
	font-weight: bold;
	font-size: 75%;
	padding: 4px 0;
}
ul#gnav {
	font-size: 75%;
}
ul#gnav li{
	float: right;
	white-space:nowrap;
}
ul#gnav li a{
}
li#gnav1 { padding: 4px 0 4px 16px; background: #fff url(/common/img/icon_world.gif) left center no-repeat; }
li#gnav2 { padding: 4px 0 4px 18px; background: #fff url(/common/img/icon_mypage.gif) left center no-repeat; }
li#gnav3 { padding: 4px 0 4px 20px; background: #fff url(/common/img/icon_guide.gif) left center no-repeat; }
li#gnav4 { padding: 4px 0 4px 12px; background: #fff url(/common/img/icon_help.gif) left center no-repeat; }
li#gnav5 { padding: 4px 0 4px 16px; background: #fff url(/common/img/icon_goo.gif) left center no-repeat; margin-left:20px; }
div#subheader{
	clear: both;
	border-top: #ccc 1px solid;
}
div#subheader p.logo1{
	margin: 15px 0px 5px 0;
	float: left;
	width: 300px;
	height: 50px;
}
div#subheader p.logo2{
	margin: 15px 0 5px 0;
	float: left;
	width: 500px;
	text-align:left;
	padding-top:30px;
	padding-left:15px;
	font-weight:bold;
}
div#subheader p.banner{
	margin: 8px 0 5px 0;
	float: right;
	width: 468px;
	height: 60px;
}
#subheader div.lead{
	clear: both;
	background: #900 url(/used/common/img/lead_left.gif) left top no-repeat;
	color: #fff;
}
#subheader div.lead p{
	background: url(/used/common/img/lead_right.gif) right top no-repeat;
	height: 2em;
	color: #fff;
	padding: 8px 0 0 10px;
}
#subheader div.lead p em{
	font-weight: bold;
}	
#subheader .message{
	font-size: 75%;
	padding: 5px 20px 7px 20px;
	text-align: right;
	border-top: 2px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: url(/used/common/img/message_bottom.gif) bottom repeat-x;
}
p.topicpath{
	font-size: 75%;
	padding: 2px 0 15px 8px;
}


/* バナー（728x90） */
#top_banner {
	width: 728px;
	margin: 20px auto;
}
/* ページタイトル */
table#pagetitle {
	width: 100%;
	background: url("/car/common/img/cnr_bg_gray.gif") repeat-x #737373;
}
table#pagetitle_car {
	width: 100%;
	background: url("/car/common/img/cnr_bg_car.gif") repeat-x #330099;
}
td#pagetitle_l {
	text-align: left;
}
td#pagetitle_l img {
	width: 7px;
	margin-left: 0;
	margin-right: auto;
}
td#pagetitle_bg {
	width: 100%;
	font-weight: bold;
	color: #ffffff;
}
td#pagetitle_bg span {
	padding-left: 15px;
}
td#pagetitle_r {
	text-align: right;
}
td#pagetitle_r img {
	width: 7px;
	margin-left: auto;
	margin-right: 0;
}
/* 全文検索 */
#search_box {
	height: 31px;
	background: url("/car/common/img/bg_search.gif") repeat-x;
	border-left: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;
	border-bottom: solid 2px #d1d1d1;
}
#search_box span {
	width: 100%;
}
#search_box input {
	margin: 0;
	padding: 0;
}
#search_box .txt { /* 検索ボックス */
	display: inline; /* IE 5x,6 Hack */
	margin-top: 7px;
	margin-left: 15px;
	float: left;
}
#search_box .button { /* 検索ボタン */
	display: inline; /* IE 5x,6 Hack */
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}
#search_box p{/*比較表を見るボタン*/
	display: inline; /* IE 5x,6 Hack */
	margin-top: 5px;
	margin-right: 10px;
	float: right;
}

/* パンくず */
.breadcrumbs {
	padding: 5px 10px;
	text-align: left;
}
.border_btm {
	border-bottom: solid 1px #cccccc;
}


/* フッタ
-----------------------------------*/
#footer {
	clear: left;
	width: 100%;
}
#footer_link {
	margin-top: 10px;
}
#footer_link img {
	float: left;
	margin-right: 5px;
}
#footer_link ul {
	float: left;
}
#footer_link li {
	float: left;
}
li#copyright {
	clear: left;
	white-space: nowrap;
}
table.f_brand_link_catalog {
	width: 100%;
	background-color: #eeeeee;
	margin-top: 5px;
}
table.f_brand_link_catalog ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:100%;
}
table.f_brand_link_catalog li {
	float: left;
	border-right: 1px #ccc solid;
	border-left: 1px #fff solid;
	white-space: nowrap;
}
table.f_brand_link_catalog li a {
display: block;
position: relative;
float:left;
padding-left:10px;
padding-right:10px;
padding-top: 3px;
padding-bottom: 3px;
}
/* 全体サイズ
-----------------------------------*/
#container {
	width: 100%;
	text-align: left;
}
/* 車種名
-----------------------------------*/
#carname {
	padding: 10px 5px 5px 5px;
	border-bottom: dashed 1px #999999;
}
#carname h1 {
	font-size: 125%;
	text-align: left;
}
/* メインコンテンツ
-----------------------------------*/
#main_content {
	width: 100%;
}
/* コンテンツエリア
-----------------------------------*/
#main_area {
	width: 99%;
	vertical-align: top;
	text-align: left;
}
#content {
	margin-left: 2px;
	margin-right: 8px;
	text-align: left;
}
#main {
	width:99%;
	text-align: center;
}
h2 {
	font-size: 125%;
	font-weight: bold;
	padding:7px 10px;
	text-align: left;
	border: solid 1px #cccccc;
	background-image: url(/common/img/mtc.gif);
	background-repeat: repeat-x;
	margin-bottom:10px;
}
h3 {
	font-weight: bold;
	background-image: url(/common/img/stc.gif);
	background-repeat: repeat-x;
	border: solid 1px #cccccc;
	padding: 4px 10px;
	text-align: left;
	margin-bottom:10px;
}

div.box {
	border: 1px solid #cccccc;
	line-height: 133%;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: left;
	margin-bottom:10px;
}
img.left {
	float:left;
	width:200px;
	margin-right:10px;
}
p.right {
	text-align:right;
	margin-bottom:10px;
}
p.left {
	float:left;
}
.table_bg {
	border: 1px solid #cccccc;
	margin-bottom:20px;
}
.table_bg th {
	background-color: #EEEEEE;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding:3px;
}
.table_bg td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding:3px;
	line-height:180%;
	background-color:#FBFBFB
}
.table_bg th.picup_t {
	color: #2E1203;
	background-color: #FCDFCF;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding:3px;
}
.table_bg th.picup_t img.close {
	vertical-align:bottom;
}
.table_bg td.picup {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color:#FEF3ED;
}
.table_bg td div.right {
	text-align:right;
}
.table_bg2 {
	border: 1px solid #cccccc;
	margin-bottom:10px;
}
.table_bg2 td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.table_bg2 td.off {
	background-color:#ffffcc;
	text-align:center;
	font-size:85%;
}
.table_bg3 {
	border: 1px solid #cccccc;
	text-align:left;
	margin-bottom:20px;
}
.table_bg3 th {
	color: #1e245e;
	background-color: #EEEEEE;
	border-right: 1px solid #cccccc;
	border-bottom:1px dotted #cccccc;
	padding:5px;
}
.table_bg3 td {
	background-color: #FFFFFF;
	border-right: 1px solid #cccccc;
	border-bottom:1px dotted #cccccc;
	padding:5px;
}
.table_bg4 {
	border: 1px solid #cccccc;
	margin-bottom:20px;
}
.table_bg4 th {
	background-color: #EEEEEE;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding:3px;
}
.table_bg4 td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding:3px;
	line-height:180%;
}
.red {
	color: #FF0000;
}
.red_B {
	color: #FF0000;
	font-size:1.8em;
	font-weight:bold;
}
.photo_img_s {
	margin-top: 10px;
	margin-bottom: 10px;
	width:95px;
}
li.L_R {
	float:left;
	width:4%;
	padding:5px;
	margin-top:45px;
}
li.photo {
	float:left;
	width:17%;
	border-top:5px solid #CCCCCC;
	border-right:5px solid #CCCCCC;
	border-bottom:5px solid #CCCCCC;
}
li.photo_left {
	float:left;
	width:17%;
	border-top:5px solid #CCCCCC;
	border-left:5px solid #CCCCCC;
	border-bottom:5px solid #CCCCCC;
}
li.play {
	float:left;
	width:17%;
	border:5px solid #FF0000;
}
li.photo_left2 {
	float:left;
	width:17%;
	border:5px solid #CCCCCC;
}
/* メイン画像
-----------------------------------*/
#main_img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/main_img_bg.jpg);
	width:621px;
	height:319px;
}
#main_img img {
	margin-top: 23px;
}
img.w_button {
	margin-right:10px;
}
div.grade_button {
	width:621px;
}

/* サイドエリア
-----------------------------------*/
.side_area_200 { /* 横幅 200px */
	width: 200px;
	vertical-align: top;
	text-align: left;
}
/* このクルマの情報 */
.car_info {
	margin-left: auto;
	margin-right: 0;
	border: solid 1px #cccccc;
	margin-bottom: 10px;
}
.link_p {
	line-height:1.6em;
}
.side_area_200 .car_info { /* 横幅 200px */
	width: 198px;
}
.car_info_bg {
	padding: 10px 5px;
}
.car_info_bg2 {
	text-align:center;
	padding: 10px 5px;
}
.car_info_bg2 ul li {
	margin-bottom:15px;
}
.car_info_bg2 ul li.m-0 {
	margin-bottom:0px;
}
.car_info_bg2 ul li p {
	text-align:left;
}
.car_info_bg img {
	width: 140px;
	margin: 5px 0px;
}
.car_info_bg2 img {
	width: 140px;
	margin: 5px 0px;
}
.car_info .midashi {
	background-image: url(/common/img/stc.gif);
	background-repeat: repeat-x;
	border-bottom: solid 1px #cccccc;
	color: #000000;
	padding: 3px 7px;
	text-align: left;
	font-weight: bold;
}
.extra_cars {
	background-color: #ffffff;
	color: #333333;
	border: solid 1px #cccccc;
	padding-bottom: 10px;
}
.used_info_list {
	padding: 10px 10px 0px 10px;
	width: 90%;
}
.used_info_list h3 {
	margin-bottom: 5px;
}
p.rank_midashi {
	margin-top: 5px;
	padding-left: 10px;
}
.pickup_list {
	padding-bottom: 5px;
	padding-left: 10px;
	width: 87%;
}
.pickup_list h3 {
	padding-left: 17px;
}
ol.rank li {
	padding-left: 17px;
	padding-bottom: 3px;
}
.no1 { background: url("/newcar/search/img/icon_no1.gif") no-repeat 0 50%;}
.no2 { background: url("/newcar/search/img/icon_no2.gif") no-repeat 0 50%;}
.no3 { background: url("/newcar/search/img/icon_no3.gif") no-repeat 0 50%;}
.no4 { background: url("/newcar/search/img/icon_no4.gif") no-repeat 0 50%;}
.no5 { background: url("/newcar/search/img/icon_no5.gif") no-repeat 0 50%;}

.car_info ul.car_info_list li {
	background: transparent url("/newcar/common/img/icon_tri_006699.gif") no-repeat 0% 50%;
	padding-left: 12px;
	margin-bottom: 7px;
}
.car_info ul.car_info_list li.in{
    margin-bottom:7px;
    padding-left:12px;
	background:url(/common/img/_.gif) no-repeat 15px 1px;
    line-height:1.0em;
}
.car_info p.car_info_d {
	background-color: #ffffff;
	color: #333333;
	padding: 10px;
	border: solid 1px #cccccc;
}
.car_info_l {
	float: left;
}
dl.car_info_r {
	float: left;
}
dl.car_info_r dt, dl.car_info_r dd {
	padding-left: 5px;
}
p.car_info_r {
	float: left;
	margin-left: 3px;
	white-space: nowrap;
}
p.pickup_shop {
	clear: both;
}
dl.inc_rnavi dt {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 1px;
margin-left: 0px;
padding-top: 3px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #bbbbbb;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #bbbbbb;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #bbbbbb;
background-color: transparent;
background-image: url(/include/img/aucrnavi_bg.gif);
background-repeat: repeat-x;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
font-weight: bold;
text-align: left;
}
dl.inc_rnavi dd {
margin: 0px;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #bbbbbb;
}
dd.incr_ip img {
border-width: medium;
border-style: none;
border-color: -moz-use-text-color;

}
dd.incr_ip div.ip_img img {
float: left;
}
dd.incr_ip div.ip_img p {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 85px;
color: #ff0000;
font-weight: bold;
}
dd.incr_auc img {
margin-bottom: 5px;
float: left;
border-width: medium;
border-style: none;
border-color: -moz-use-text-color;
}
dd.incr_ip p span {
color: #ff0000;
font-weight: bold;
}
dd.incr_auc p.voice_foot span {
color: #ff0000;
}
dl.inc_rnavi,dl.inc_rnavi {
font-size:80%;
}

.style1 {color: #DB5700; background-color: #DB5700;}
.style2 {color: #FF9900; background-color: #FF9900;}
.style3 {color: #F3E1A3; background-color: #F3E1A3;}
.style4 {color: #7175A8; background-color: #7175A8;}
.style5 {color: #BEC3E0; background-color: #BEC3E0;}

/* 080703追記
-----------------------------------*/

p.sagasu{
margin-top:20px;
padding:10px 0;
border-top:1px #CCCCCC dotted;
border-bottom:1px #CCCCCC dotted;
}

p.right_01 {
	text-align:right;
	margin-bottom:20px;
}

