@charset "UTF-8";
/* CSS Document */

/* for main navigation ==================================*/

/* 現在ページ表示 */
#main_nav li#home a {
	background-image:url(../img/common/01nav_on.jpg);
	background-repeat:repeat-x;
}


/* for left contents ==================================*/

/* リード文章エリア背景 */
.leadtext {
	background-image: url(../img/index/left_content_bg01.gif);
	background-repeat: no-repeat;
	background-position: 240px 50px;
}
/* 車両画像 */
.entry h4 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	border-bottom: 2px dotted #96C84F;
}
.entry ul#car_pic {
	width: 470px;
	margin-bottom: 10px;
	display: block;
	float: left;
	margin-top: 10px;
}
.entry ul#car_pic li {
	float: left;
	padding-right: 5px;
}
div.entry img.newcar {
	margin-bottom: 10px;
}

/* 価格表 */
.entry img.btn_price {
	margin-bottom: 10px;
}
/* 最新のブログ記事 */
.entry ul#recent_entry {
	line-height: 1.5em;
	margin-bottom: 10px;
}
.entry #recent_entry span {
	font-size: 0.85em;
	margin-right: 10px;
}
.leadtext dl dt {
	font-size: 1em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
.leadtext dl dd {
	font-size: 0.96em;
	line-height: 1.5em;
}
div.leadtext dd span {
	font-weight: bold;
}
