@charset "utf-8";

/* ------------------------------------------------
CSS Information

 File name:   import.css
 Summary:     CSSファイル読み込み
--------------------------------------------------- */


/* 
 CSSの初期化 ページ枠レイアウト
--------------------------------------------------- */
@import "reset.css";
@import "style.css";

/* 
 ヘッダー
--------------------------------------------------- */
@import "header.css";

/* 
 フッター
--------------------------------------------------- */
@import "footer.css";

/*
 インデックス・メイン・下層コンテンツ
--------------------------------------------------- */
@import "index.css";
@import "lower.css";

@import "form.css";
@import "search.css";


/*
 印刷用
--------------------------------------------------- */
