/*---import CSS-----------------------------------*/
@import "base_layout.css";
@import "common_parts.css";
/*---import CSS-----------------------------------*/

/*---main image-----------------------------------*/

#mainImg_box{
	width: 870px;
	height: 400px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	background: url(../images/common/main_sales.jpg) no-repeat center top;
	}
	
/*---right contents-----------------------------------*/

#TextArticle{
	width: 600px;
	margin: 0px auto 20px auto;
	padding: 0px;
	font-size: 13px;
	line-height: 1.6;
	overflow: hidden;
	display: block;
	}
	
.textBox{
	width: 550px;
	margin: 0px auto 20px auto;
	padding: 0px;
	overflow: hidden;
	display: block;
	}
	
.text_L{
	width: 200px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	overflow: hidden;
	display: block;
	float: left;
	}
	
.text_R{
	width: 330px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	display: block;
	float: right;
	}
	
/*---title setting-----------------------------------*/

h2#title_sales{
	width: 600px;
	height: 50px;
	margin: 0px auto 10px auto;
	padding: 0px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/title/sales.jpg) no-repeat center top;
	}
	
/*---subtitle setting-----------------------------------*/

.sub_sales{
	width: 600px;
	height: 30px;
	margin: 0px auto 20px auto;
	padding: 0px;
	overflow: hidden;
	display: block;
	background: url(../images/subtitle/sub_bg.jpg) no-repeat center top;
	}
	
.car_title{
	width: 560px;
	height: 30px;
	margin: 3px auto 0px auto;
	padding: 0px;
	overflow: hidden;
	display: block;
	}
	
.car_name{
	width: 420px;
	height: 30px;
	margin: 0px 20px 30px auto;
	padding: 0px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
	display: block;
	float: left;
	}
	
.car_price{
	width: 120px;
	height: 30px;
	margin: 0px auto 0px auto;
	padding: 0px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	overflow: hidden;
	display: block;
	float: right;
	}
	
/*---Top tenpo box-----------------------------------*/
#tenpoBox{
	width: 870px;
	height: 170px;
	margin: 30px auto 0px auto;
	padding: 0px;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	display: block;
	overflow: hidden;
	float: clear;
	}
	
#tenpoArticle{
	width: 870px;
	height: 140px; 
	margin: 20px 0px 10px 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	}
	
#tenpo_naka{
	width: 423px;
	height: 140px;
	margin: 0px 25px 0px 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	background: url(../images/banner/tenpo_naka.jpg) no-repeat center top;
	}
	
#tenpo_kitaibaraki{
	width: 422px;
	height: 140px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	float: right;
	background: url(../images/banner/tenpo_kitaibaraki.jpg) no-repeat center top;
	}
	
	/*IE6—p*/
	#menu ul {
		behavior: url("csshover.htc");
		}
	*html #menu ul li ul {
		margin: 0 8px 0 0;
		width: 158px;
		}
	*html #menu ul li ul li a{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		float: left;
		width: 158px;
		}
