@charset "utf-8";
/* CSS Document */

#topTxt{
	border:3px double #de1500;
	padding:10px;
	margin:10px 0 10px 0;
	text-align:center;
	font-weight:bold;
	font-size:13px;
}
/*========================================
 + メーカーから探す
========================================*/
.kokusanmaker{
	margin-top:10px;
}
.kokusanmaker li{
	background-image: url(/usedcar/images/top/maker_bck.png);
	background-repeat:no-repeat;
	width:132px;
	height:38px;
	float:left;
	margin:0 3px 5px 0px;
	padding:2px 0 0 0 2px;
}
.kokusanmaker li:hover{
	background-position:0px -38px;
}
.pink_link{
	background-image:url(../../common/images/arrow_icon_pink.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 13px;
	width:140px;
	float:right;
	margin:0 0 10px 0px;
	font-size:14px;
}

/*========================================
 + ボディタイプから探す
========================================*/
#type_back{
	margin-top:10px;
}
#type_back li{
	width:132px;
	height:69px;
	float: left;
	margin:0 2px 10px 2px;
}
#type_back li a{
	width:132px;
	height:69px;
	display:block;
	text-align:center;
	line-height:115px;
	font-size:11px;
}
#type_back li a:hover{
	background-position:0 -69px;
}
#type01{background-image:url(../../newcar/images/type/01.gif);}
#type02{background-image:url(../../newcar/images/type/02.gif);}
#type03{background-image:url(../../newcar/images/type/03.gif);}
#type04{background-image:url(../../newcar/images/type/04.gif);}
#type05{background-image:url(../../newcar/images/type/05.gif);}
#type06{background-image:url(../../newcar/images/type/06.gif);}
#type07{background-image:url(../../newcar/images/type/07.gif);}
#type08{background-image:url(../../newcar/images/type/08.gif);}
#type09{background-image:url(../../newcar/images/type/12.gif);}
#type10{background-image:url(../../newcar/images/type/09.gif);}
#type11{background-image:url(../../newcar/images/type/04.gif);}
#type12{background-image:url(../../newcar/images/type/13.gif);}


/*========================================
 + 価格から探す
========================================*/
.priceList{
	margin:10px 0 20px 0;
}
.priceList li{
	background-image: url(../../common/images/orange_icon.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	padding:0 0 0 25px;
	width:205px;
	float:left;
	margin:0 0 10px 0px;
}
