@charset "utf-8";
/**********************************************************************
	for "hanbai.css" Style Sheet
	Last Update 2008-05-20
***********************************************************************/

#page #main #content table { /* 表全体の設定（枠をつけた場合）*/
	height: 178px;
	width: 480px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #3674AB;
}

#page #main #content .img { /* 車の画像部分の設定 */
	width: 240px;
	padding-right: 5px;
}

#page #main #content .midashi { /* 表の見出し欄 */
	width: 5em;
	text-indent: 0.5em;
	background: #98BDDE;
}

#page #main #content .shousai { /* 表の詳細欄 */
	padding-left: 1em;
	border: 1px solid #639ACE;
	line-height: 1.1;
}

#page #main #content .kakaku { /* 価格のみ太字の赤文字にする */
	font-size: 110%;
	font-weight: bold;
	color: #FF0000;
}



