@charset "utf-8";
/*------------------------------------------------
 * タイトル：トップページCSS
 * 著作権  ：Copyright(c) 2009 ネッツトヨタ兵庫
-------------------------------------------------*/

@import "common_t.css";		/* トップのみのcommonCSS */
@import "overTop.css";		/* ロールオーバーCSS */

/*------------------------------------------------
 ページレイアウト要素
------------------------------------------------*/

/* コンテンツとナビの境界線 */
#mainTop{
	background:#ffffff;
}


/*------------------------------------------------
 キービジュアル
------------------------------------------------*/
#topKeyVis{
	margin-top: 16px;
}


/*------------------------------------------------
 １段目コンテンツレイアウト 
------------------------------------------------*/
#topToku4{
	margin-top: 16px;
	background: url(../images/top/topContHeader_toku4.gif) left top no-repeat;
}

#mainTop #topToku4 p{
	margin: 0;
	padding: 0;
}

#mainTop #topToku4 p a{
	text-indent: -300px;
	overflow: hidden;
	width: 910px;
	height: 40px;
	display: block;
}

#topToku4 ul{
	padding-top: 0px;
	list-style-type: none;
}

#topToku4 ul li{
	float: left;
}



/*------------------------------------------------
 ２段目コンテンツレイアウト 
------------------------------------------------*/
#topContainerTwo{
	width: 910px;
	margin:12px auto 0px auto;
}

/* 左： */
#topContainerTwo div#topDam1{
	float:left;
	width: 445px;
}

/* 右：TOPICS */
#topContainerTwo #topTopics{
	float:right;
	width: 445px;
	background:url(../images/top/topContHeader_topics.gif) 0 2px no-repeat;
}

#topContainerTwo #topTopics p#topTopicsIndex{
	float: left;
	margin: 8px 0 0 2px;
}


#topContainerTwo #topTopics dl{
	clear:both;
	list-style-type: none;
	font-size: 80%;
	line-height: 1;
	padding-top: 8px;
	width: 445px;
}

#topContainerTwo #topTopics dl dt{
	padding:4px 2px 4px 2px;
	clear: both;
	float: left;
}

#topContainerTwo #topTopics dl dd{
	padding: 4px 0 4px 78px;
	line-height: 1.2;
	border-bottom: 1px dotted #ccc;
	background:url(../images/common/iconListArrowBlue.gif) 60px 5px no-repeat;
}

/*------------------------------------------------
 ３段目コンテンツレイアウト 
------------------------------------------------*/
#topContainerThree{
	margin-top: 16px;
	margin-bottom: 8px;
}

/* 左：中古車情報 */
#topUcar{
	float: left;
	width: 290px;
}

#topUcarIndex p{
	margin: 0;
	padding: 0;
}

#topUcarIndex a{
	width: 270px;
	height: 26px;
	display: block;
	text-indent: -300px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#topUcar #topUcarBody{
	background: url(../images/top/topContBodyBg_u-car.gif) transparent center top repeat-y;
}

#topUcar #topUcarFooter{
	background: url(../images/top/topContFooter_u-car.jpg) transparent center bottom no-repeat;
}

#topUcar #topUcarHeader{
	background: url(../images/top/topContHeader_u-car.gif) transparent center top no-repeat;
	padding: 0 10px 0 10px;
}

#topUcar #topUcarHeader ul{
	list-style-type: none;
	font-size: 78%;
}

#topUcar #topUcarHeader li{
	border-bottom: 1px dotted #ccc;
	line-height: 2;
	padding:9px 0;
}

p.topUcarThumb{
	float: left;
	margin-right: 4px;
}

span.topUcarPrice{
	margin-left: 1em;
}



/* 中： */
#topContainerThree #topCustom{
	float:left;
	margin:0 0 0 15px;
	padding: 0;
}

#topCustom img{
	margin: 0;
}

/* 右：軽四 */
#topKei4{
	float:left;
	margin:0 0 0 15px;
	background: url(../images/top/topContHeader_kei4.gif) no-repeat;
}

#topKei4 #topKei4Index a{
	width: 290px;
	height: 25px;
	display:block;
	text-indent: -200px;
	overflow: hidden;
}

#topKei4 ul{
	margin: 0;
	list-style-type: none;
}

#topKei4 li{
	line-height:0.9;
	margin: 1px 0;
}


/*------------------------------------------------
 バナースペース
------------------------------------------------*/
#topBanner{
	clear:both;
	margin: 0 auto;
	widht: 910px;
	padding: 0;
}

#topBanner ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topBanner ul li{
	margin: 0;
	padding:10px 6px 5px 6px;
	float: left;
}

#topBanner ul li#topBannerFirst{
	padding: 8px 5px 5px 0;	
}

#topBanner ul li#topBannerLast{
	padding: 8px 0 5px 5px;	
}
