
/* cgi読み込み部分の大外を <div class="include"> でくくる必要アリ */

/* ストックリスト内のフォントが本体ページのフォントの影響を受ける場合に、フォントを"ＭＳ Ｐゴシック"などに再指定する。 */
.include { font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
/* ストックリスト・パーツリスト・掲示板などの<tr>下でセンター寄せになってしまう箇所を左寄せに修正 */
.include tr { text-align: left; }



/* トップページ：NEW ARRIVAL CARS */
#nest_index_new_arrival { height: 225px; width: 478px; marginleft: auto; marginright: auto; background-color: #FFFFFF; }

/* 本体ページCSSの影響でストックリスト枠線内のパディングが0pxになってしまう場合、4pxを再指定。（ボーダー色はストックのCSSを参照） */
	#nest_index_new_arrival .img_list_edge { border: 1px solid #cccccc; padding: 4px; }



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

/* ニュース＆トピックスbbs用のスタイルを移植（一覧表示部分のみ） */
	#nest_index_news_topics td {font-size: 11px; line-height: 110%; color: #000000; }
	#nest_index_news_topics .titletxt { font-size: 12px; font-weight: bold; color: #333333; }
	#nest_index_news_topics .bottontxt {  font-size: 10px; text-decoration: none; color: #FFFFFF; }
	#nest_index_news_topics .datetxt { color: #000000; }
	#nest_index_news_topics a:link { color: #000000; text-decoration: none; }
	#nest_index_news_topics a:visited { color: #000000; text-decoration: none; }
	#nest_index_news_topics a:active { color: #ff9900; text-decoration: none; }
	#nest_index_news_topics a:hover { color: #ff9900; text-decoration: none; }



/* トップページ：キャンペーン */
#nest_index_campaign_scroll { height: 120px; width: 478px; overflow-y:scroll; overflow-x:hidden; background-color: #ffffff; }
#nest_index_campaign { height: auto; width: 458px; }

/* キャンペーンbbs用のスタイルを移植（一覧表示部分のみ） */
	#nest_index_campaign td {font-size: 11px; line-height: 110%; color: #000000; }
	#nest_index_campaign .titletxt { font-size: 12px; font-weight: bold; color: #333333; }
	#nest_index_campaign .bottontxt {  font-size: 10px; text-decoration: none; color: #FFFFFF; }
	#nest_index_campaign .datetxt { color: #000000; }
	#nest_index_campaign a:link { color: #000000; text-decoration: none; }
	#nest_index_campaign a:visited { color: #000000; text-decoration: none; }
	#nest_index_campaign a:active { color: #ff9900; text-decoration: none; }
	#nest_index_campaign a:hover { color: #ff9900; text-decoration: none; }



/* トップページ：パーツトピックス */
#nest_index_parts_topics_scroll { height: 165px; width: 238px; overflow-y:scroll; overflow-x:hidden; background-color: #ffffff; }
#nest_index_parts_topics { height: auto; width: 218px; }

/* パーツトピックスbbs用のbbs_design_gray2.cssを移植（一覧表示部分のみ） */
	#nest_index_parts_topics td { font-size: 12px; color: #555555; }
	/* 一覧：背景色１ */
	#nest_index_parts_topics .listcolor1 { background: #ffffff; }
	/* 一覧：背景色２ */
	#nest_index_parts_topics .listcolor2 { background: #f3f3f3; }
	/* 一覧：ボーダー色 */
	#nest_index_parts_topics .listcolor3 { background: #d3d3d3; }
	/* 一覧：未訪問リンク色 */
	#nest_index_parts_topics .listlink1:link { color: #555555; }
	/* 一覧：訪問済リンク色 */
	#nest_index_parts_topics .listlink1:visited { color: #555555; }
	/* 一覧：クリック時リンク色 */
	#nest_index_parts_topics .listlink1:active { color: #555555; }
	/* 一覧：オンマウス時リンク色 */
	#nest_index_parts_topics .listlink1:hover { color: #cc0000; }



/* ２階層目：ストックリスト（stock.html） */
#nest_stock_bg { height: auto; width: 722px; margin-right: auto; margin-left: auto; background-color: #ffffff; }
#nest_stock { height: auto; width: 714px; margin-right: auto; margin-left: auto; }

/* 本体ページCSSの影響でストックリスト枠線内のパディングが0pxになってしまう場合、4pxを再指定。（ボーダー色はストックのCSSを参照） */
	#nest_stock .img_list_edge { border: 1px solid #333333; padding: 4px; }



/* ２階層目：ストックリスト（stock_new.html） */
#nest_stock_new_bg { height: auto; width: 722px; margin-right: auto; margin-left: auto; background-color: #000000; }
#nest_stock_new { height: auto; width: 714px; margin-right: auto; margin-left: auto; }

/* 本体ページCSSの影響でストックリスト枠線内のパディングが0pxになってしまう場合、4pxを再指定。（ボーダー色はストックのCSSを参照） */
	#nest_stock_new .img_list_edge { border: 1px solid #ff9900; padding: 4px; }



/* ２階層目：ストックリスト（stock_us.html） */
#nest_stock_us_bg { height: auto; width: 722px; margin-right: auto; margin-left: auto; background-color: #ffffff; }
#nest_stock_us { height: auto; width: 714px; margin-right: auto; margin-left: auto; }

/* 本体ページCSSの影響でストックリスト枠線内のパディングが0pxになってしまう場合、4pxを再指定。（ボーダー色はストックのCSSを参照） */
	#nest_stock_us .img_list_edge { border: 1px solid #333333; padding: 4px; }



/* ２階層目：ストックリスト（us_stock.html） */
#nest_us_stock_bg { height: auto; width: 722px; margin-right: auto; margin-left: auto; background-color: #ffffff; }
#nest_us_stock { height: auto; width: 714px; margin-right: auto; margin-left: auto; }

/* 本体ページCSSの影響でストックリスト枠線内のパディングが0pxになってしまう場合、4pxを再指定。（ボーダー色はストックのCSSを参照） */
	#nest_us_stock .img_list_edge { border: 1px solid #333333; padding: 4px; }



/* ２階層目：ギャラリー（横６台並びの実寸は729px） */
#nest_gallery_bg { height: auto; width: 722px; margin-right: auto; margin-left: auto; background-color: #ffffff; }
#nest_gallery { height: auto; width: 722px; margin-right: auto; margin-left: auto; }

/* 横５台並びの場合 */
/* #nest_gallery { height: auto; width: 610px; margin-right: auto; margin-left: auto; } */

/* ギャラリーbbs用のbbs_design.cssを移植（一覧表示部分のみ） */
	#nest_gallery td { font-size: 12px; color: #000000; }
	/* 一覧：背景色１ */
	#nest_gallery .listcolor1 { background: #cccccc; }
	/* 一覧：背景色２ */
	#nest_gallery .listcolor2 { background: #eeeeee; }
	/* 一覧：ボーダー色 */
	#nest_gallery .listcolor3 { background: #0055aa; }
	/* 一覧：未訪問リンク色 */
	#nest_gallery .listlink1:link { color: #000000; }
	/* 一覧：訪問済リンク色 */
	#nest_gallery .listlink1:visited { color: #000000; }
	/* 一覧：クリック時リンク色 */
	#nest_gallery .listlink1:active { color: #000000; }
	/* 一覧：オンマウス時リンク色 */
	#nest_gallery .listlink1:hover { color: #ff0000; }

/* ギャラリーbbs用のhori_small3_style02.cssを移植 */
	#nest_gallery .comsp { margin: 5px 2px; padding: 0px 2px; }
	#nest_gallery .boxsp { padding: 7px 2px; margin: 0px; }
	#nest_gallery .trbox { margin-bottom: 5px; padding-bottom: 5px; }



/* ２階層目：修理（横６台並びの実寸は729px） */
#nest_repair_bg { height: auto; width: 722px; margin-right: auto; margin-left: auto; background-color: #ffffff; }
#nest_repair { height: auto; width: 722px; margin-right: auto; margin-left: auto; }

/* 横５台並びの場合 */
/* #nest_repair { height: auto; width: 610px; margin-right: auto; margin-left: auto; } */

/* 修理bbs用のbbs_design.cssを移植（一覧表示部分のみ） */
	#nest_repair td { font-size: 12px; color: #000000; }
	/* 一覧：背景色１ */
	#nest_repair .listcolor1 { background: #cccccc; }
	/* 一覧：背景色２ */
	#nest_repair .listcolor2 { background: #eeeeee; }
	/* 一覧：ボーダー色 */
	#nest_repair .listcolor3 { background: #0055aa; }
	/* 一覧：未訪問リンク色 */
	#nest_repair .listlink1:link { color: #000000; }
	/* 一覧：訪問済リンク色 */
	#nest_repair .listlink1:visited { color: #000000; }
	/* 一覧：クリック時リンク色 */
	#nest_repair .listlink1:active { color: #000000; }
	/* 一覧：オンマウス時リンク色 */
	#nest_repair .listlink1:hover { color: #ff0000; }

/* 修理bbs用のhori_small3_style02.cssを移植 */
	#nest_repair .comsp { margin: 5px 2px; padding: 0px 2px; }
	#nest_repair .boxsp { padding: 7px 2px; margin: 0px; }
	#nest_repair .trbox { margin-bottom: 5px; padding-bottom: 5px; }



/* 別ウィンドウ表示のネストページの<body>タグ設定 */
body.nest { margin: 0px; padding: 0px; }
