@charset "utf-8";
/* ------------------------------------------------------------

	dealer style

------------------------------------------------------------ */


/* ----------common---------- */

h3{
	padding: 0px;
	color: #CCCC99;
	font-weight: normal;
	font-size: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


/* ---------sub_container---------- */

#sub_container{
	width: 740px;
	margin-left: 10px;
}

.img_right{
	float: right;
	margin-left: 10px;
}

ul#dealer{
	margin-top: 20px;
}

ul#dealer li{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 18px;
	padding-right: 15px;
	padding-bottom: 18px;
	padding-left: 35px;
	background-image: url(../images/yellow_icon.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
}

