@charset "utf-8";
/* ===================================================================
 CSS information

 Theme Name  : NewSite [TAKI]
 Theme URI   : http://takis.jp/
 File name   : import.css
 Description : NewSite Template
 Date        : 2011/09/01
 Version     : 1.0
 Author      : Taki
 Author URI  : http://takis.jp/
 Style Info  : 各ｃｓｓファイルの読み込み用
 =================================================================== */

/* common フォルダ */
/* style style - スタイル
 ----------------------------------------------------------- */
@import url("common/style.css");

/* reset style - リセット
 ----------------------------------------------------------- */
@import url("common/reset.css");

/* base style - 共通設定、レイアウトなどの基本設定
 ----------------------------------------------------------- */
@import url("common/base.css");

/* default style - デフォルト値の設定
 ----------------------------------------------------------- */
@import url("common/default.css");

/* nav style - 各ナビゲーションの設定
 ----------------------------------------------------------- */
@import url("common/nav.css");

/* text style - テキスト関連の設定
 ----------------------------------------------------------- */
@import url("common/text.css");


/* each フォルダ 　ページごとのスタイル*/
/* トップページ用
 ----------------------------------------------------------- */
@import url("top.css");
/* そのほかのページ用
 ----------------------------------------------------------- */
@import url("other.css");


/* ex フォルダ 　拡張スタイル */
/* form style - フォーム用
 ----------------------------------------------------------- */
@import url("form.css");
/* print style - 印刷用
 ----------------------------------------------------------- */
@import url("print.css");





/* END */


