/* ストックリスト・パーツリスト・掲示板などの<tr>下でセンター寄せになってしまう箇所を左寄せに修正 */
/* cgi読み込み部分の大外を <div class="include"> でくくる必要アリ */
.include tr { text-align: left; }



/* トップページ：ニュース＆トピックス */
#nest_index_news_topics_scroll { height: 160px; width: 641px; overflow-y:scroll; overflow-x:hidden; background-color: #ffffff; }
#nest_index_news_topics { height: auto; width: 621px; }

/* ニュース＆トピックスbbs用のbbs_design_wht-green.cssを移植（一覧表示部分のみ） */
	#nest_index_news_topics td {font-size: 12px; color: #555555; }
	/* 一覧：背景色１ */
	#nest_index_news_topics .listcolor1 { background: #E8F0E1; }
	/* 一覧：背景色２ */
	#nest_index_news_topics .listcolor2 { background: #D3E1C1; }
	/* 一覧：ボーダー色 */
	#nest_index_news_topics .listcolor3 { background: #719F42; }
	/* 一覧：未訪問リンク色 */
	#nest_index_news_topics .listlink1:link { COLOR: #555555; }
	/* 一覧：訪問済リンク色 */
	#nest_index_news_topics .listlink1:visited { COLOR: #555555; }
	/* 一覧：クリック時リンク色 */
	#nest_index_news_topics .listlink1:active { COLOR: #555555; }
	/* 一覧：オンマウス時リンク色 */
	#nest_index_news_topics .listlink1:hover { COLOR: #CC0000; }



/* トップページ：RECOMMEND CAR INFO */
#nest_index_recommend { height: 215px; width: 641px; marginleft: 0px; background-color: #FFFFFF; }



/* ２階層目：ストックリスト */
#nest_stock_bg { min-height: 980px; height: auto; width: 980px; margin-right: auto; margin-left: auto; background-image: url(../img/2013/stockbg.png); background-repeat: repeat; }
#nest_stock { height: auto; width: 714px; margin-right: auto; margin-left: auto; }



/* ２階層目：UKオーダーリスト */
#nest_stock_uk_bg { min-height: 980px; height: auto; width: 980px; margin-right: auto; margin-left: auto; background-image: url(../img/2013/stockbg-uk.png); background-repeat: repeat; }
#nest_stock_uk { height: auto; width: 714px; margin-right: auto; margin-left: auto; }



/* ２階層目：パーツリスト */
#nest_parts_bg { min-height: 980px; height: auto; width: 980px; margin-right: auto; margin-left: auto; background-image: url(../img/2013/stockbg-parts.png); background-repeat: repeat; }
#nest_parts { height: auto; width: 665px; margin-right: auto; margin-left: auto; }
