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

@import "common.css";		/* 共通CSS */
@import "overCustom.css";	/* ロールオーバーCSS */

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

/* コンテンツとナビの境界線 */
#main{
	background: url(../images/common/bgMainSeparater.gif) 650px 0 repeat-y;
}


/*------------------------------------------------
 index.html
------------------------------------------------*/

/* キービジュアル */
#main #mainBody #mainBodyInner div#keyvisCustom{
	margin: 15px 0;
}

/* サブ サブ タイトル */
#main #mainBody #mainBodyInner h4.customSubtitle{
	margin:25px 0;
	padding: 0;
	clear: left;
}

/* GS-iシリーズ */
#main #mainBody #mainBodyInner ul.listCustomIndexGSi{
	list-style-type: none;
	text-align:center;
	font-size: 90%;
	margin: 10px 0;
}

ul.listCustomIndexGSi li{
	float: left;
	margin: 0 15px;
	line-height: 1.4;
}


/* WHEEL STYLE COLLECTION */
h5.customIndexWheel{
	font-size: 120%;
	font-weight: bold;
	margin: 16px 0 10px 10px;
}

#main #mainBody #mainBodyInner table#customWheelTable{
	width: 620px;
	margin: 0 0 20px 0;
	padding: 0;
}

table#customWheelTable td{
	text-align: center;
	width: 200px;
}

div.customWheelBody{
	background: url(../images/custom/index/bgCustom_index_body.gif) center top repeat-y;
}
div.customWheelFooter{
	background: url(../images/custom/index/bgCustom_index_footer.gif) center bottom no-repeat;
}
#main #mainBody #mainBodyInner div.customWheelHeader1{
	background: url(../images/custom/index/bgCustom_index_header_1.gif) center top no-repeat;
	padding: 68px 0 10px 0;
}
#main #mainBody #mainBodyInner div.customWheelHeader2{
	background: url(../images/custom/index/bgCustom_index_header_2.gif) center top no-repeat;
	padding: 68px 0 56px 0;
}
#main #mainBody #mainBodyInner div.customWheelHeader3{
	background: url(../images/custom/index/bgCustom_index_header_3.gif) center top no-repeat;
	padding: 68px 0 56px 0;
}

#main #mainBody #mainBodyInner table#customWheelTable td div.customWheelHeader1,
#main #mainBody #mainBodyInner table#customWheelTable td div.customWheelHeader2,
#main #mainBody #mainBodyInner table#customWheelTable td div.customWheelHeader3{
	font-size: 90%;
	text-align: left;
	line-height: 1.5;
}

#main #mainBody #mainBodyInner table#customWheelTable p{
	width: 180px;
	margin: 0 auto;
	padding: 0;
}

#main #mainBody #mainBodyInner table#customWheelTable p.customWheelTxt{
	width: 175px;
	margin:0 auto;
}

#main #mainBody #mainBodyInner div#customWheelBtn{
	margin: 8px 0 30px 0;
	text-align:center;
}