html{
	height:100%;
	margin-bottom:1px;
}

body{
	background-image:url("image/bg.gif");
	color:#505050;
	font-size:10pt;
	line-height:150%;
}

.main{
	margin-left: auto;
	margin-right: auto;
	position:center;
	padding:30px;
	width:750px;
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:#DDDDDD;
}

.box{
	width:230px;
	padding:10px;
	border-style:none;
	float:left;
}

.clear{clear:left}

.frame{
	width:708px;
	margin-top:5px;
	margin-bottom:50px;
	padding:20px;
	border-style:solid;
	border-width:1px;
	border-color:#808080;
	float:left;
}


.copyright{
	height:50px;
	background-image:url("image/copyright.gif");
}

h1{
	color:#000000;
	font-size:1.2em;
	margin:20px 0px 20px 0px;
}

h3{
	font-weight:bold;
	color:#000000;
	margin-top:30px;
}

hr{
	border-width:1px 0px 0px 0px;
	border-style:dashed;
	border-color:#C8C8C8;
	height:5px;
	color:#ffffff;
	margin:25px 0px 20px 0px;
}




/* テーブル２ */
table.tablelist {
	margin-bottom: 1em;
	width: 230px;
}
table.tablelist td.menu {
	white-space:nowrap;
	vertical-align:top;
	line-height:100%;
}
table.tablelist td.detail {
	color:green;
	line-height:100%;
}


/* 横幅制限なしのテーブル */
table.widetablelist {
	margin-bottom: 1em;
}
table.widetablelist td.menu {
	white-space:nowrap;
	vertical-align:top;
	line-height:100%;
}
table.widetablelist td.detail {
	text-align: left;
	color:green;
	line-height:100%;
}


/* 各車詳細ページ */
.car-main-image{
	width:320px;
	height:240px;
	float:left;
	padding:40px 30px 0px 0px;
}

.car-detail{
	width:400px;
	float:left;
	padding:40px 0px 0px 0px;
}

.car-more-image{
	width:750px;
	padding:20px 0px 0px 0px;
}

.mini-image{
	padding:0px 28px 10px 0px;
	float:left;
}

table.car {
	margin-bottom: 1em;
	width:400px;
}
table.car td.menu {
	white-space:nowrap;
	vertical-align:top;
	line-height:100%;
}
table.car td.detail {
	text-align: left;
	line-height:100%;
	color:green;
}
