@charset "UTF-8";

/*TOP画像*/
#top_image { position: relative; height: 80px; }
#top_image img { position: absolute; top: -22px; right: 0px; }

/*flash--TOP用*/
#flash2 {
	width: 614px;
	height: 205px;
	margin: 5px auto;
}


/*コンテンツ内容-----------------*/

/*フェア*/
#fair {
	margin-left: 5px;
}

/*新着情報*/
#news {
	width: 614px;
	height: 172px;

	background-image: url("../img/news_bg.gif");
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	margin: 5px auto;
	padding-top: 15px;
}

#news h2 {
	width: 450px;
	height: auto;
	font-size: 9pt;
	margin: 0 auto;
}

#news .shinchaku {
	width: 580px;
	height: 137px;
	overflow-y: auto;
	overflow-x:hidden;
	font-size: 85%;
	margin: 0 auto;
}

.shinchaku p { margin-bottom: 3px; }
.shinchaku p:first-line { color: #c65919; }

/*コンテンツボタン*/
#contentsbtn, #contents_btn {
	width: 614px;
	height: auto;
	margin: 10px auto;
	padding: 0;
}
#contents_btn li { display: inline; }

.contentsbtn_l,.contentsbtn_r {
	width: 188px;
	height: 151px;
	background-image: url("../img/conbtn_bg.gif");
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-right: 7px;
	padding: 0 6px;
}

.contentsbtn_r {
	float: right;
	margin-right: 0;
}

.contentsbtn_l h2,.contentsbtn_r h2 {
	padding-left: 20px;
	font-size: 80%;
	font-weight: normal;
	line-height: 22px;
}

.contentsbtn_l img,.contentsbtn_r img {
	padding-bottom: 3px;
}

/*おすすめ中古車*/
h2.osusume {
	width: 529px;
	height: auto;
	background-image: url("../img/osusume_title_bg.gif");
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	font-size: 9pt;
	line-height: 32px;
	margin: 5px auto 0 auto;
	padding-left: 85px;
}

.osusume_waku {
	width: 590px;
	height: auto;
	border: 2px solid #b9cee5;
	background-color: #ebf1f7;
	line-height: 1.2em;
	margin: 0 auto 5px auto;
	padding: 10px;
}
.osusume_waku { border-top: 0; }

.data {
	width: 168px;
	height: auto;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	float: left;
	display: inline;
	font-size: 85%;
	margin: 8px;
	padding: 5px;
	text-align: center;
}

.data img {
	width: 168px;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
}

.data table {
	width: 168px;
	height: auto;
	border-collapse : collapse;
	font-size: 80%;
	margin: 0 auto;
}

.data th,.data td {
	border: 0;
	padding: 1px;
	text-align: left;
	vertical-align:top;
}

.data th { white-space: nowrap; }
.data th.kakaku1 { border-top: 1px dotted #CCC; }
.data td.kakaku2 { border-top: 1px dotted #CCC; text-align: center; }

