/* CSS Document */
/***********************/
#MainDisp{
	min-height:500px;
}
.h3TT{
	background:url(../images/h3.png) no-repeat;
	background-position:center;
	font-size:18px;
	font-weight: bold;
	height:41px;
	line-height:41px;
	padding:0 0 0 60px;
	color:#474747;
}
/**************************************************
                タブ
***************************************************/
#top_area{
	background-color:#f7f1e1;
	padding:13px 13px 15px;
	margin:5px 0 10px;
}


#top_link{
	width:980px;
	margin:auto;
	background-color:#FFF;
}
#top_link li{
	width:9%;
	height:45px;
	float:left;
	margin:0;
	border-right:1px dotted #c6c6c6;
	position:relative;
}
#top_link li a{
	display:block;
	text-align:center;
	height:45px;
	line-height:45px;
	color:#000;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
}
#top_link li a:hover{ 	background-color:#febdd1;
	color:#f04477;
}



/*========================================
                リスト
========================================*/
.model_list_disp{
	margin:20px 0 35px 0px;
}
.modelLst{
	margin:20px 0 0 10px;
	text-align:left;
}

.modelLst li{
	width:170px;
	height:169px;
	display:inline-block;
	margin:0 0 20px 10px;
	background-image:url(../images/model/a_over.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:4px;
	position:relative;
	cursor:pointer;
}
.modelLst li:hover {
	background-position:0 -177px;
}
.modelLst2 li{
	float:left;
	background-image:url(http://www.yosidaauto.com/newcar//images/top/arrow.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 15px;
	display:inline-block;
	width:300px;
	margin:0 0 20px 5px;
}

.CarNM{
	font-size:12px;
	text-align:center;
	margin-top:5px;
	padding:5px 0 0px;
	position:absolute;
	bottom:4px;
	left:4px;
	height:27px;
	width:170px;
	line-height:1.1em;
}

.CarNM a{ color: #000; text-decoration:none;}
.modelLst li:hover .CarNM a{ text-decoration:underline; color:#FFF;}

