@charset "utf-8";
body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}
#container, #carscontainer { 
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージンにより、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: left;
} 
#header { 
	background: #FFF; 
	padding: 0;
	border-bottom: thick solid #06F;
}
#carscontainer #header {
	background: FFF;
	border-bottom: thick solid #F36;
}
#header img {
	display:inline;
}
#header h1 {
	margin: 0 20px;
	text-indent: -9999px;
	background: url(img/logo4gra.png) no-repeat left bottom;
	width: 400px;
	height: 100px;
	float: left;
}
#header #logoimg {
	text-indent: -9999px;
	margin: 0;
	background: url(img/top/toplogoimg.jpg) no-repeat;
	width: 780px;
	height: 250px;
	float: none;
}
#mainContent { 
	margin: 0 0 0 215px;
	padding: 0 10px;
}
#carsContent {
	padding: 0 10px;
}
#mainContent h2 {
	background: url(img/bg_520.png) no-repeat;
	width: 520px;
	height: 80px;
	line-height: 100px;
	text-indent: 20px;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	margin: 5px 0;
}
h3 {
	margin-bottom: 0;
	border-left: thick solid #6CF;
	text-indent: 0.5em;
}
h3.blue {
	background: url(img/bg_100.png) no-repeat;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	text-indent: 0;
	text-align: center;
	border: none;
}
p.caption {
	margin: 0 0 0 30px;
	font-size: smaller;
}
#info {
	margin: 20px;
	background: #EEF;
	border: double thick #CCC;
}
#info dt {
	padding: 5px 10px;
	width: 80px;
	float: left;
	border-bottom: 1px solid #DDD;
}
#info dd {
	padding: 5px;
	border-bottom: 1px solid #DDD;
}
#info dt.bottom, #info dd.bottom {
	border: none;
}
dl.about {
	width: 480px;
	margin: 10px 17px;
	border: 3px double silver;
	font-size: smaller;
}
dl.about dt {
	float: left;
	width: 100px;
	padding-left: 0.5em;
}
dl.about dd {
	border-bottom: 1px dashed silver;
}


/* サイドバー */
#sidebar {
	float: left;
	width: 200px; 
	background: #FFF;
	padding: 5px 0 15px;
	border-top: thick solid #3F9;
}
#sidebar h2 {
	background: #6CF;
	color: #FFF;
	font-size: 12px;
	padding: 0.3em;
	margin: 1em 0 0.2em;
}
#sidebar ul {
	margin: 0 0 15px;
	padding: 0;
	background: #CCC;
	border-bottom: 1px solid #DDD;
}
#sidebar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: 26px;
	line-height: 34px;
}
#sidebar li a {
	width: 200px;
	height: 32px;
	display: block;
	text-decoration: none;
	color: #666;
	background: url(img/bg_menu.gif) 0 0;
}
#sidebar li a:hover {
	background: url(img/bg_menu.gif) 0 32px;
}
#sidebar p {
	margin: 5px 10px;
	font-size: smaller;
}

/* フッター　*/
#footer { 
	padding: 0 10px 0 20px;
	background:#DDDDDD; 
} 
#footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。*/
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.aligncenter {
	text-align: center;
}
.red {
	color: red;
}
/*　販売例　*/
#example div.caption {
	width: 258px;
	-webkit-border-radius:3px;
	background: #eee;
	border: 1px solid #999;
	margin-bottom: 15px;
	padding-top: 4px;
	text-align: center;
	float: left;
}
#example div.caption p {
	font-size: small;
	margin: 0 5px 5px;
	padding: 0;
	text-align: left;
}
/*　お問合せ　*/
form input.blue {
	background: #CFF;
	height: 1.5em;
}
textarea.blue {
	background: #CFF;
}

/*　中古車バザール　*/
#bazzmobile {
	float: right;
	text-align: center;
	margin: 0 0 15px 15px;
	padding: 0.5em;
	border: solid thin #6CF;
	-webkit-border-radius: 10px;	/* Safari、Google Chrome */
	-moz-border-radius: 10px;	/* Firefox */
}
#bazzmobile p {
	margin: 0;
}
