/* CSS Document */
.OrangeDisp{
	border:1px solid #fcde64;
	background-color:#fef9e3;
	border-radius: 5px; /* 右下 */
	-webkit-border-radius: 5px; /* 右下 */
	-moz-border-radius: 5px; /* 右下 */
	padding:10px;
}
.sub_TT{
	clear:left;
	padding:0px 0 0px 50px;
	position:relative;
}
.sub_TT h2{font-size:15px;}
.sub_TT img{
	position:absolute;
	top:7px;
	left:15px;
}
#import .sub_TT img{
	position:absolute;
	top:1px;
	left:15px;
}




/************************/
#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;
}

#kokusan{
	background-image:url(/usedcar/images/top/kokusan.gif);
	background-repeat:no-repeat;
	background-position:10px center;
	padding:0 0 0 45px;	
}
#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:10px 0 15px 0px;
}
.Nc_SchList li{
	width:210px;
	height:40px;
	float:left;
	margin:0 6px 7px 0px;
	background-image:url(../images/main/link_bck.gif);
	background-repeat:repeat;
	border-bottom:1px solid #ababab;
	border-right:1px solid #efefef;
}
.Nc_SchList li a{
	display:block;
	text-align:center;
	line-height:39px;
}
.Nc_SchList li a img{
	height:40px;
}

