/* 以下の1行のコメントアウトを外すと、divのラインを見れる。*/
/*div{border:#f00 solid 3px}

/*==========================================================================
  MMCホームページ用スタイルシート
==========================================================================*/

/***************************************************************************
  各CSSファイルのインポートのみ行う。
  定義は、別ファイルに記述し、このファイルはインポートのみとする。
　/library/css3/pull.css	TOPページのプルダウンメニューを操作
　/library/css3/common.css	2階層目以降の外観を操作
　/library/css3/top.css	TOPページ用外観を操作
　/library/css3/second.css	見出し・メニュー・リスト等を操作
　/library/css3/sitemap.css	サイトマップを操作
　/library/css3/tag.css	h2・h3などのタグを操作
　/library/css3/table.css	テーブルを操作（不使用）

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

@import url("/library/css3/pull.css");
@import url("/library/css3/common.css");
@import url("/library/css3/top.css");
@import url("/library/css3/second.css");
@import url("/library/css3/sitemap.css");
@import url("/library/css3/tag.css");
@import url("/library/css3/table.css");
