/* CSS Document */
/***********************/
#ModelDisp{
	margin:10px 0 0 0;
}

.h2_border_bm {
    background-image: url("/index/images/priceTT.gif");
    background-repeat: no-repeat;
    font-size: 12px;
    height: 41px;
    line-height: 35px;
    margin: 10px 0 0;
    padding: 0 0 0 50px;
    position: relative;
}

.sub_TT{
	color:#482b18;
	font-size:14px;
	background-image: url(../images/search/subTT_icon.png);
	background-repeat:no-repeat;
	background-position:10px center;
	padding:0 0 0 55px;
	height:27px;
	line-height:27px;
	margin:10px 0 0 0;
}


/**************************************************
                タブ
***************************************************/
#top_area{
}

#top_area p{
	padding:0px 0px 8px;
}

#top_link{
	margin:3px 0 0px 0;
	padding:0;
	list-style:none;
	background-image: url(../images/search/model_list.png);
	height:42px;
	padding:10px 0 0 10px;
}
#top_link li{
	float:left;
	height:31px;
	width:60px;
}
#top_link li:first-child{
}

#top_link li a{
	font-weight:bold;
	height:30px;
	width:60px;
	display:block;
	line-height:30px;
	text-align:center;
	color:#FFF;
}
#top_link li a:hover{
	color:#ff8008;
}
#top_link span{
	float:right;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}




/**************************************************
                リスト
***************************************************/

.modelLst{
	height:auto;
	background-image: url(../images/main/line.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:0 0 20px;
	margin:0px 0 30px 0;

}
.modelLst li{
	width:143px;
	margin:10px 9px 0 9px;
	float:left;
}
.CarNm{
	width:138px;
}
.CarNm span{
	display:block;
}
.ModelCar{
	border:1px solid #c6c6c6;
	width:137px;
	height:133px;
	padding:2px 2px;
	cursor:pointer;
	background:#FFF;
}
.ModelCar:hover,.ModelCar:hover.hover{
	border:1px solid #f88300;
}
.CarNM{
	border-top:1px dashed #bbbbbb;
}


