@charset "utf-8";

@import url("base.css");
@import url("layout.css");

/* =====================================================================
　1.トップイメージ
　2.リード
　3.インフォメーション
　4.問い合わせフォーム
　5.アドレス
　6.バナー
　7.ナノ紹介
===================================================================== */

/* =====================================================================
　1.トップイメージ
===================================================================== */
#topimage{
	position: relative;
	z-index: 1;
	height:300px;
	width:850px;
}

#flash{
width:640px;
height:300px;
float:left;
}

#flash_right{
width:200px;
height:300px;
float:right;
margin-left:10px;
}

/* =====================================================================
　2.リード
===================================================================== */
#lead{
	margin-bottom:15px;
}
#lead h2{
	height:34px;
	line-height:34px;
	background:url(img/lead_h2.gif) no-repeat top left;
}
	#lead_txt{
		margin:0;
		padding:8px 8px 7px 8px;
		border-width:0 1px 1px 1px;
		border-color:#DDD;
		border-style: solid;
	}
	#lead_txt p{
		margin-bottom:0.5em;
		font-size:100%;
		line-height:1.5;
	}

#swap{
  padding:8px;
  border:5px solid #DDDDDD;
	margin-bottom:15px;
}

#swap h3{
border-bottom:1px solid #C0C0C0;
border-left:5px solid #339C2C;
padding:5px 0px 5px 8px;
}

#swap p{
margin:5px 0px;
}

#swap ul{
margin-left:2em;
}

#swap li {
 list-style-type: disc;
}


/* =====================================================================
　3.インフォメーション
===================================================================== */
#info{
	margin-bottom:15px;
}
/* 自動車ニュース */
#car_news{
	float:left;
	width:350px;
}
#car_news h2{
	height:34px;
	line-height:34px;
	/*background:url(img/carnews_h2.gif) no-repeat top left;*/
}
#car_news h2 a{
	display:block;
	height:34px;
	line-height:34px;
	background:url(img/carnews_h2.gif) no-repeat top left;
}
#car_news h2 a:hover{
	background:url(img/carnews_h2_f2.gif) no-repeat top left;
}
	#news_txt{
		height:150px;
		overflow:auto;
		margin:0;
		padding:5px 8px;
		border-width:0 1px 1px 1px;
		border-color:#DDD;
		border-style: solid;
	}
	#news_txt p{
		margin-bottom:0.5em;
		font-size:100%;
		line-height:1.5;
	}

/**********************************************************************/
/* お知らせ　一時的 */
/**********************************************************************/


/* お知らせ */
#whats_new{
	margin-bottom:15px;
	height:250px;
	width:425px;
	margin-right:5px;
	float:left;
}
#whats_new h2{
	height:35px;
	line-height:35px;
	background:url(img/whatsnew2_h2.gif) no-repeat top left;
}
#whats_new h2 a{
	display:block;
	height:35px;
	line-height:35px;
	background:url(img/whatsnew2_h2.gif) no-repeat top left;
}
#whats_new h2 a:hover{
	background:url(img/whatsnew2_h2_f2.gif) no-repeat top left;
}

#motorshow_list{
	width:200px;
	height:250px;
	float:right;
	}
ul#bt_pavilion{
	background-color:#f5f5f5;
	border:1px solid #CCC;
	}

ul#bt_pavilion li{
	text-align:center;
	margin:1px 0px;}



/**********************************************************************/

/* お知らせ 
#whats_new{
	float:right;
	width:260px;
}
#whats_new h2{
	height:34px;
	line-height:34px;
	background:url(img/whatsnew_h2.gif) no-repeat top left;
}
#whats_new h2 a{
	display:block;
	height:34px;
	line-height:34px;
	background:url(img/whatsnew_h2.gif) no-repeat top left;
}
#whats_new h2 a:hover{
	background:url(img/whatsnew_h2_f2.gif) no-repeat top left;
}

*/

#top_list{
	height:200px;
	overflow:auto;
	margin:0;
	padding:5px 8px;
	border-width:0 1px 1px 1px;
	border-color:#DDD;
	border-style: solid;
	list-style-type: none;
}
#top_list li{
	padding:5px 0 5px 10px;
	color:#333;
	font-size:12px;
	line-height:1.2;
	list-style:none;
	border-bottom:1px dotted #CCC;
	background:url(img/list.gif) no-repeat left top;
}
#top_list li .date{
	color:#339900;
}
#top_list li a,
#top_list li a:link,
#top_list li a:visited,
#top_list li a:active { color:#666; text-decoration:none;}
#top_list li a:hover { color: #666; text-decoration: underline;}



/* =====================================================================
　4.問い合わせフォーム
===================================================================== */
#form{
	float:left;
	width:350px;
	margin-bottom:15px;
}
#form h2{
	height:34px;
	line-height:34px;
	background:url(img/form_h2.gif) no-repeat top left;
}
#form div.waku{
	/*height:150px;*/
	/*overflow:auto;*/
	margin:0;
	padding:5px 8px;
	border-width:0 1px 1px 1px;
	border-color:#DDD;
	border-style: solid;
}
#form table{
	width:330px;
	margin:0 auto;
	padding:0;
	border-collapse:collapse;
}
#form th{
	width:120px;
	padding:3px 5px;
	background: #EEFCD6;
	border:2px solid #FFF;
}
#form td{
	border:2px solid #FFF;
}
#form td span{
	display:block;
	color:red;
}
#form td input.form_t,
#form td textarea{
	width:190px;
	padding:2px;
	border:1px solid #ccc;
}
#form p.thanks{
	font-size:100%;
	line-height:1.5;
}


/* =====================================================================
　5.アドレス
===================================================================== */
#address{
	padding:8px 8px 3px 8px;
	margin-bottom:15px;
	border:5px solid #DDD;
}

	#address p{
		margin-bottom:0.5em;
		font-size:100%;
		line-height:1.5;
		text-align:center;	
	}

/* =====================================================================
　6.バナー
===================================================================== */

div#motor_result{
height:145px;
}

div#motor_result div.result_title{
margin-bottom:7px;
}

div#motor_result div.result_photo{
	float:left;
}

div#motor_result div.result_movie{
	float:right;
}


#banner_common img {
	text-align:center;
}

#banner_countdown{
	padding:1px;
	border:5px solid #DDD;
	text-align:center;
	font-size:120%;
}

#banner_countdown span{
	font-size:30px;
	color:#ff7f50;
}

#banner_common{
	padding:5px 0px;
	border:5px solid #DDD;
	text-align:center;
}

div#freebanner{
padding:10px;
}

div#freebanner ul{
margin:0;
padding:0;
}

div#freebanner ul li{
display:inline;
float:left;
}

#freebanner img{
padding:0px 15px 0px 0px;
}

div #freebanner p{
padding:8px 0px 0px 0px;
clear:both;
}

/* =====================================================================
　7.リード
===================================================================== */
#nano{
	width:630px;
	margin-bottom:15px;
	padding-bottom:10px;
	background:url(img/nano_bg.jpg) no-repeat left bottom;
	clear:both;
}
#nano h2{
	height:65px;
	font-size:20px;
	line-height:65px;
	background:url(img/nano_h2.jpg) no-repeat left top;
}
#nano h3{
	height:20px;
	font-size:14px;
	line-height:20px;
}
#nano_txt{
	height:145px;
	margin:0;
	padding:0 8px 0 230px;
	background:url(img/nano_ph.jpg) no-repeat left top;
}
#nano_txt p{
	margin-top:10px;
	margin-bottom:1em;
	font-size:13px;
	line-height:1.5;
}
#nano_txt sub{
	font-size:10px;
	line-height:1.5;
}
#nano ul{
	height:60px;
	margin:5px 0 0 15px;
	list-style:none;
}
#nano li{
	float:left;
	width:50px;
	margin-right:5px;
}
#nano .nano_info{
	clear:both;
	height:85px;
	margin:0 15px;
	padding:0 0 0 225px;
	background:url(img/info_bg.gif) no-repeat left top;
}
#nano .nano_info h3{
	height:28px;
	font-size:14px;
	line-height:28px;
	text-indent:-9999px;
}
#nano .nano_info  p{
	color:#FFF;
	font-size:13px;
	line-height:1.3;
}