@charset "utf-8";
/* CSS Document */
#LftNavi{
	background-image: url(../images/sub_Navi.png);
	background-repeat:no-repeat;
	height:310px;
	width:230px;
	margin:0 0 10px -3px;
	position:relative;
	z-index:999;
	padding:15px 0 0 12px;
}
#LftNavi ul{
	margin:5px 0 0 0;
	width:205px;
	border-top:1px dashed #6c3808;
}
#LftNavi ul li{
	height:36px;
	border-bottom:1px dashed #6c3808;
	line-height:43px;
	padding:2px;
}
#LftNavi ul li:first-child{
	height:40px;
}
#LftNavi ul li a{
	display:block;
	height:36px;
	line-height:43px;
	padding:0 0 0 25px;
	background-image:url(../images/leftnavi/orangeIco.png);
	background-repeat:no-repeat;
	background-position:10px center;
}
/***********/
.AllCarSch .active{ background-color:#ffe5ea !important;}