/* CSS Document */
/***********************/
#ModelDisp{
	margin:10px 0 0 0;
}
/**************************************************
                タブ
***************************************************/
#top_area{
	background-color:#FFF;
	padding:10px 10px;
	color:#4b260d;
	font-weight:bold;
	border:double #cccccc;
	border-width:0 1px 1px;
}

#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:59px;
	border:solid #ababab;
	border-width:0px 1px 1px 0px;
}
#top_link li:first-child{
	border-width:0px 1px 1px 0px;
}

#top_link li a{
	font-weight:bold;
	height:27px;
	width:58px;
	display:block;
	line-height:28px;
	text-align:center;
	background-image: url(../images/model/tab.gif);
	background-repeat: repeat;
	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:0px 0px 15px;
	margin:0 auto 15px;
	list-style:none;
}
.modelLst li{
	width:157px;
	margin:10px 3px 0;
	float:left;
}
.ModelCar{
	background-image: url(../images/model/tab.gif);
	background-repeat: repeat;
	border:solid #ababab;
	border-width:0px 0px 1px 0px;
	width:143px;
	height:140px;
	padding:7px;
	cursor:pointer;
}
.ModelCar div{
	border:1px solid #cbcbcb;
}
.CarNm span{
	display:block;
}
.CarNM{
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin-top:5px;
}


