/* CSS Document */
/***********************/
#ModelDisp{
	margin:10px 0 0 0;
}
/**************************************************
                タブ
***************************************************/
#top_area{
	background-color:#FFF;
	padding:10px 10px;
	color:#4b260d;
	font-weight:bold;
	border:3px double #dedede;
}

#top_area p{
	padding:0px 0px 8px;
}

#top_link{
	margin:3px 0 0px 0;
	padding:0;
	list-style:none;
}
#top_link li{
	float:left;
	height:28px;
	width:64px;
	border:solid #b3b2b1;
	border-width:1px 1px 1px 0px;
}
#top_link li:first-child{
	border-width:1px 1px 1px 1px;
}

#top_link li a{
	font-weight:bold;
	height:27px;
	width:63px;
	display:block;
	line-height:28px;
	text-align:center;
	background-image: url(../images/Normal.png);
	background-repeat: repeat-x;
	border:solid #FFF;
	border-width:1px 0px 0px 1px;
}
#top_link span{
	float:right;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}




/**************************************************
                リスト
***************************************************/

.modelLst{
	height:auto;
	padding:10px 0px 15px;
	margin:0 auto 15px;
	list-style:none;
	background-image:url(../images/main/border_bm.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.modelLst li{
	width:143px;
	margin:10px 9px 0 9px;
	float:left;
}
.CarNm{
	width:138px;
}
.CarNm span{
	display:block;
}
.ModelCar{
	background:#fff;
	border:1px solid #c6c6c6;
	width:137px;
	height:133px;
	padding:2px 2px;
	cursor:pointer;
}
.ModelCar:hover,.ModelCar:hover.hover{
	border:1px solid #ff3657;
}
.CarNM{
	border-top:1px dashed #bbbbbb;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin-top:5px;
	padding:5px 0 0 0;
}


