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

 file name  : import.css
 day        : 2008.12.26
 author     : kasamoto
 style info : 各cssファイル読み込み用
=================================================================== */

/* share style - リセット及びbody初期設定
----------------------------------------------------------- */
@import url("share.css");

/* 共通のスタイル指定(ヘッダー、フッター)
----------------------------------------------------------- */
@import url("header.css");
@import url("footer.css");

/* all style
----------------------------------------------------------- */
@import url("style.css");
