@charset "UTF-8";

/* レイアウト
---------------------------*/
#topPageContents {
	width:942px;
	margin:0 auto;
}

#left_content {
	float:left;
	width:341px;
}
#left_contentIn {

}

#right_content {
	float:right;
	width:596px;
}
#right_contentIn {
}

/* ===========================
  左サイドstart
============================*/

/* 検索box
---------------------------*/
.search_box {
	background-color:#dbe8f7;
	padding:0 0 5px 0;
	margin:0 0 8px 0;
}

/* クルマの条件から探す
---------------------------*/
table#searchTable01 {
	width:328px;
	margin:5px auto 0 auto;
	border-collapse:collapse;	
}
table#searchTable01 td, table#searchTable01 th {
	text-align:left;
	padding:0 0 3px 0;
	font-size:12px;
	 
}
td.padtp10 {
	vertical-align:bottom;
}


table#searchTable01 select {
	font-size:12px;
	height:22px;
	line-height:150%;
}
.searchBtn01 {/*検索ボタン*/
	text-align:center !important;
	vertical-align:bottom !important;
	
}
/* キーワードから探す
---------------------------*/
.keyWords input {
	margin-left:8px;
	height:20px;
}
.keyWords p {
	font-size:10px;
	padding:5px 4px 4px 7px;
	line-height:140%;
}
.keyWords table {
	border-collapse:collapse;
	width:334px;
	margin:0 auto;
}
.annotate {
	font-size:10px;
}
.keyWords input#key {
	width:138px;
}
/* マトリックス検索
---------------------------*/
.matirix_search {
	position:relative;
	height:26px;
	margin:3px 0 8px 0;
	/*border:1px solid #07407e;*/
	border-top:3px solid #cccccc;
	border-bottom:3px solid #cccccc;
}
.matirix_search .title img {
	
}
.matirix_search em {
	position:absolute;
	top:3px;
	right:8px;
}

/* 新着車両
---------------------------*/
#newCarBox {
	background-image:url(../images/index/bgi-newcar_001.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#d71619;
	padding:5px 0 0 0; 
}
#newCarBoxIn {
	background-image:url(../images/index/bgi-newcar_002.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:50px 0 18px 0;
	position:relative;
}
#newCarBoxIn h3#newCarTtl {/*タイトル*/
	position:absolute;
	left:3px;
	top:0;
	height:22px;
}
#newCarBoxIn table#type {/*色分け解説*/
	position:absolute;
	left:105px;
	top:1px;
	width:228px;
	height:20px;
	border-collapse:collapse;
	background-color:#FFFFFF;
	border:1px solid #004ea2;	
}
#newCarBoxIn table#type td {
	font-size:11px;
	line-height:140%;
	padding-right:3px;
	vertical-align:middle;
}
#newCarBoxIn table#type th {
	padding-left:3px;
}
#newCarBoxIn table#type th img {
	vertical-align:middle;
}
#newCarBoxIn em#newCarPage {/*新着車両一覧へ*/
	display:block;
	position:absolute;
	top:26px;
	left:6px;
	font-size:12px;
	background-color:#f6e804;
}
#newCarBoxIn em#newCarPage a {
	padding:4px;
	line-height:150%;
	text-decoration:underline;
	font-weight:normal;
}

#newCarBoxIn table#kaerutype {/*かえるマーク解説*/
	position:absolute;
	left:105px;
	top:26px;
	width:228px;
	height:20px;
	border-collapse:collapse;
	background-color:#FFFFFF;
	border:1px solid #004ea2;	
}
#newCarBoxIn table#kaerutype th {
	padding-left:24px;
}
#newCarBoxIn table#kaerutype th img {
	vertical-align:middle;
}
#newCarBoxIn table#kaerutype td {
	font-size:11px;
	line-height:140%;
	padding-right:3px;
	vertical-align:middle;
}
/*白下地*/
#newCarBoxIn2 {
	width:327px;
	margin:0 auto;
	background-color:#FFFFFF;
	padding:5px 0 8px 0;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
#newCarBoxIn2 .step {
	border-bottom:1px dashed #CCCCCC;
}

/*新車index--------------------*/
.newCarIndex {
	float:left;
	width:162px;
	padding:6px 0 5px 0;	
}
.newCarIndex .icon_L {
	float:left;
	width:35px;
	text-align:center;	
}
.newCarIndex .icon_L em {
	display:block;
	padding:0 0 4px 0;
}
.newCarIndex .newCarPic {/*車写真*/
	float:left;
	width:117px;
	text-align:center;
}
.newCarIndex .newCarPic a {
	font-size:0.85em;
	line-height:140%;
	color:#000000;
}
.newCarIndex .newCarPic a:hover {
	text-decoration:underline;
}
.newCarIndex span.newCarPrice {
	font-weight:bold;
}
.colorRed {
	color:#FF0000;
}

/*軽自動車（ピンク）*/
.car_type1 .newCarPic img {
	border:3px solid #e4007f;
}
/*軽商用車（グリーン）*/
.car_type2 .newCarPic img {
	border:3px solid #009944;
}
/*小型車（ブルー）*/
.car_type3 .newCarPic img {
	border:3px solid #00a0e9;
}

/* ==========================
  右サイドstart
============================*/

/* 掲載台数・ログイン
---------------------------*/
#running_log {
	padding:0 0 5px 0;
}
/* 掲載台数
---------------------------*/
table#running {
	border-collapse:collapse;
	width:372px;
	border:1px solid #e5004f;
	float:left;
}
table#running th {
	vertical-align:bottom;
	color:#000000;
	line-height:130%;/*add20100309*/
	padding:2px 0 2px 5px;/*add20100309*/	
}	
table#running #runTxt {/*add20100309*/
	font-size:14px;
	font-weight:bold;
}
table#running td {
	color:#000000;
	padding:2px 1px 2px 5px;
	/*font-size:12px;*//*add20100309*/
	line-height:130%;/*add20100309*/
	vertical-align:bottom;
}
table#running th.today {
	font-size:12px;/*add20100309*/
	border-left:1px solid #e5004f;
	font-weight:bold;/*add20100309*/
}
table#running .runningRed {
	font-size:23px;/*add20100309*/
	color:#FF0000;
	font-weight:bold;
	line-height:110%;
}
/* safari only \*//*add20100309*/
html[xmlns*=""] body:last-child table#running .runningRed { /*Safari用のハック*/
	letter-spacing:-1px;
}
table#running #linknew {
	text-align:right;
	padding-right:5px;
}
table#running #linknew a img {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;	
}
table#running #linknew a:hover img {
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-right:none;
	border-bottom:none;
}
/* ログイン
---------------------------*/
table#login {
	border-collapse:collapse;
	float:right;
	width:218px;
	margin-top:8px;
    border-left:4px solid #FFFFFF;
}
table#login td {
	padding:1px;
}
table#login a img {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;	
}
table#login a:hover img {
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-right:none;
	border-bottom:none;
}
/*
table#login td#newregister {
	text-align:center;
}
*/
table#login td#newregister a {
	font-size:11px;
	text-decoration:underline;
	color:#1d2088;
}
table#login td#newregister a:hover {
	text-decoration:none;
	color:#FF0000;
}

/* flashエリア
---------------------------*/
#flashArea {}

/* 車種から探す
---------------------------*/
.carTypeSelect {
	margin:8px 0 0 0;
	padding-bottom:8px;
}
.carTypeTtl {
	position:relative;
	height:26px;
}
.carTypeTtl table#type2 {/*色分け解説*/
	position:absolute;
	right:10px;
	top:3px;
	width:228px;
	height:20px;
	border-collapse:collapse;
	background-color:#FFFFFF;
	border:1px solid #004ea2;	
}
.carTypeTtl table#type2 td {
	font-size:11px;
	line-height:140%;
	padding-right:3px;
	vertical-align:middle;
}
.carTypeTtl table#type2 th {
	padding-left:3px;
}
.carTypeTtl table#type2 th img {
	vertical-align:middle;
}

/*車種一覧
-----------------------------*/
.carTypeSelectBox {
	border-left:1px solid #FFFFFF;
	width:594px;
	margin:2px 0 0 3px;
}
.carTypeSelectBox input {
	vertical-align:top;
	margin:2px 0 0 0;
}
.carTypeSelectBox img {
	vertical-align:middle;
}
.carTypeSelectBox .carBox {
	float:left;
	width:111px;
	height:59px;
	margin-right:1px;
	margin-bottom:1px;
}
.carTypeSelectBox .car_type1 {/*軽自動車*/
	border:3px solid #e4007f;
}
.carTypeSelectBox .car_type2 {/*商用車*/
	border:3px solid #00a0e9;
}
.carTypeSelectBox .car_type3 {/*小型車*/
	border:3px solid #009944;
}
.carTypeSelectBox .car_type0 {/*その他*/
	border:3px solid #9f9fa0;
	background-color:#f5f5f5;
}
.carTypeSelectBox .car_type0 p {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#333333;
	padding:8px 0 5px 0;
}
.carTypeSelectBox .car_type0 input {
	margin:0 0 0 43px;
}
.carTypeSelectBox .car_type00 {/*検索ボタン*/
	border:3px solid #f5f5f5;
	background-color:#f1f5fa;
}
.carTypeSelectBox .car_type00 input {/*検索ボタン*/
	display:block;
	width:61px;
	margin:18px auto 0 auto;
}

/*20100329add*/
.carTypeSelectBox .car_type1 input, .carTypeSelectBox .car_type2 input, .carTypeSelectBox .car_type3 input {
width:12px;
margin-left:2px;
}

/*かえるプランバナー、地図のエリア
-----------------------------*/
#rightInLeft {
	float:left;
	width:369px;
}

/*かえるプランバナー
-----------------------------*/
#kaeruplan_bnr {
	position:relative;
	height:129px;
	width:369px;
	margin-bottom:8px;
}
#kaeruplan_bnr em#kaeruplan_bnr1 {
	height:129px;
	position:absolute;
	left:0;
	top:0;
}
#kaeruplan_bnr em#kaeruplan_bnr2 {
	position:absolute;
	left:12px;
	bottom:4px;
	z-index:50;
}
#kaeruplan_bnr em#kaeruplan_bnr3 {
	position:absolute;
	right:12px;
	bottom:4px;
	z-index:50;
}

/*地図エリア
-----------------------------*/
.mapArea .title3 {
	margin-bottom:5px;
}
.mapAreaIn {
	position:relative;
	height:370px;
	width:369px;
}
#mapselectBox {
	position:absolute;
	left:6px;
	top:10px;	
	z-index:50;
}

#mapselectBox table {/*select検索ボタン等*/
	height:25px;
	border-collapse:collapse;
}
#mapselectBox table th, #mapselectBox table td {
	vertical-align:middle;
	font-size:12px;
	text-align:left;
}
#mapselectBox p {
	font-size:11px;
	padding-top:8px;
}

.mapLinkArea {
	position:absolute;
	left:0;
	top:0;
	width:367px;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #ffffff;
}
	
	
/*バナーエリア
-----------------------------*/
#rightInRight {
	float:right;
	width:215px;
}
#rightInRight ul {
}
ul.barnerArea {
	list-style-type:none;
}
ul.barnerArea li {
	display:block;
	padding:0 0 7px 0;
}
ul.barnerArea li img {
	vertical-align:top;
}
ul.barnerArea li#padtp8 {
	
}


* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
img {
	border: none;
}
