@charset "utf-8";
/* CSS Document */
body, html {
	background-color:#FFFFFF;
}
#page{
	width:1000px;
	margin:0px auto;
	height:100%;
	min-height:758px;
}
#titlebar{
	width:1000px;
	height:163px;
	float:left;
	margin-top:6px;
}
#logo{
	width:237px;
	height:153px;
	margin:0px auto;
}
#slogan{
	width:820px;
	height:40px;
	margin:0px auto;
	margin-top:12px;
}
#toyota_logo{
	width:190px;
	height:120px;
	float:left;
	margin:10px 0px 0px 226px;
}
#honda_logo{
	width:190px;
	height:120px;
	float:left;
	margin:10px 0px 0px 158px;
}
#address{
	width:440px;
	height:30px;
	float:left;
	margin:10px 0px 0px 270px;
}
.address{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
	color:#333;
	font-weight:bold;
}
#phone_toyota{
	width:350px;
	height:18px;
	float:left;
	margin:0px 0px 0px 146px;
	padding:3px 0px 20px 0px;
}
#phone_honda{
	width:350px;
	height:18px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:3px 0px 20px 0px;
}
.phone{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	color:#333;
	font-weight:600;
	line-height:20px;
}
#btn_toyota{
	width:190px;
	height:126px;
	float:left;
	margin:10px 0px 0px 226px;
	background-color:#0F0;
}
#btn_honda{
	width:190px;
	height:126px;
	float:left;
	margin:10px 0px 0px 30px;
	background-color:#F00;
}
#btn1{
	width:190px;
	height:42px;
	float:left;
	background-color:#FF0;
	margin:2px 0px 0px 0px;
}
#bottom_image{
	width:1000px;
	height:196px;
	float:left;
	margin-top:14px;
}
#footer{
	width:1000px;
	height:31px;
	margin:0px auto;
	padding-top:6px;
}








