@charset "utf-8";
/*browser format style-----------------------end*/
body{
	text-align: left;
}
#banner {
   position: absolute;
   top:  50%;
   left: 50%;
   width:  600px;        /* 横幅 */
   height: 270px;        /* 高さ */
   margin-left: -300px;  /* マイナス「横幅÷2」 */
   margin-top:  -135px;  /* マイナス「高さ÷2」 */
   overflow: hidden;  /* 内容がはみ出る場合の表示方法 */
}
#over_wrapp {
	height: 100%;
	width: 940px;
	margin: 0 auto; /* センタリング */
	background-color: #000000;
}

#head_area {
	background-color: #000000;
	text-align: center;
	width: 100%;
	position: relative;
	margin: 0px;
	height: 33px;
}

#main_naviarea {
	height: 40px;
	width: 100%;
	position: relative;
	background-color: #000000;
	font-size:0.85em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
/*
ul.navi {
	width:100%;
    margin-top:2px;
    font-size:12px;
    padding-left:0;
    margin-left:0;
	text-decoration: none;
}

ul.navi li {
	list-style:none;	
    background:url('head-menu-back.gif');
    padding:3px 10px;
    float:left;
    border-width:1px;
    border-color:#888888;
    border-style:solid;
	text-decoration: none;
}
il.navi li a{
	text-decoration: none;
}
*/

#main_image_area {
	background-color: #000000;
	background-image: none;
	background-repeat: repeat;
	text-align: center;
	width: 100%;	
	z-index: 1;
}

#main_bread_list {
	background-color: #000000;
	height: 10px;
	width: 100%;
/*
	position: relative;
*/
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	background-color: #000000;
	padding-left:10px;
}

#main_contents_area {
	background-color: #000000;
	width: 100%;
/*
	position: relative;
*/
	text-align:center;
	padding-left:0;
	margin: 10px 0px;
	z-index: 1;
}
#contents_area{
	width: 95%
}

#info_left{
	width:450px;
	float:left;
	text-align:left;
	padding-right: 10px;
	padding-left: 20px;
}
#info_right{
	float:none;
	margin-left:490px;
	text-align:left;
	padding-right: 15px;
	padding-left: 10px;
}

#main_left{
	width: 100%;
	float:left;
	text-align:left;
}


#left_contents_area{
	width: 610px;
	text-align:left;
	position: relative;
}
#right_contens_area{
	width: 610px;
	position: relative;
	font-size: small;
	line-height: 150%;
}

#car_left{
	width: 400px;
	float:left;
	text-align:left;
	position: relative;
}
#car_right{
	width: 520px;
	float:right;
	text-align:left;
	position: relative;
}

#text_area1 {
	/*
	font-size: small;
	*/
	line-height: 200%;
	width: 90%;
	/*
	position: relative;
	*/
	margin: auto;
	color: #FFFAFA;
	text-align: center;
}
#gall {
	text-align:left;
	position: relative;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#details {
	clear:left;
	/*margin: 0 auto;  センタリング */	
	text-align:left;
}

#t_box {
	text-align: right;
	width: 100%;
	position: relative;
}

#car_name_left{
	float:none;
	margin-left:30px;	
	text-align:left;
}

#t_scroll {
	width:400px;
	height:200px;
	overflow:auto;
	background:#000;
	border:1px solid #333;
	padding:10px;
}

#t_scroll_2 {
	width:400px;
	height:200px;
	overflow:auto;
	background:#000;
	border:1px solid #333;
	padding:10px;
}
#footer {
	clear: left;
	background-color: #000000;
	height: 120px;
	width: 100%;
	/*
	position: relative;
	*/
	text-align: center;
	font-size:9px;
	background-image: url(../images/tk_rew_090606_gr_slice_27.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 30px;
}
