/* CSS Document */
/************************/
#MainDisp{
	min-height:500px;
}

#newcarToptxt{
	background-color:#ebebeb;
	padding:5px 10px;
	color:#4b260d;
	font-weight:bold;
}
.MakerDisp{
	margin:0px 0 10px 0;
	padding:10px 10px 15px;
	background-color:#FFF;
}

#kokusanTT{background-image:url(../images/maker/kokusan.gif) !important;}
#importTT{ background-image:url(../images/maker/import.gif) !important;}
#import{
	background-image: url(/usedcar/images/top/import.gif);
	background-repeat:no-repeat;
	background-position:10px center;
	padding:0 0 0 45px;	
}
/* 共通リスト */
.Nc_SchList{
	margin:20px 0 20px;
}
.Nc_SchList li{
	width:222px;
	height:71px;
	background-image:url(../images/index/type_a.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:inline-block;
	margin:7px;
}
.Nc_SchList li:hover{
	background-position: center -71px;
}
.Nc_SchList li a{
	display:block;
	text-align:center;
	line-height:1.5em;
	font-size:13px;
	text-decoration:none;
	line-height:71px;
}
.Nc_SchList li a:hover{
	color:#e84f7e;
	font-weight:bold;
}