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

 file name  :import.css
 author     :hirasawa(admin)
 style info :各cssファイル読み込み用
 message    :CSSまで見ていただいてありがとうございます。
=================================================================== */

/* default, reset
（デフォルトCSSとかリセットCSSと呼ばれてるスタイルです）
----------------------------------------------------------- */
@import url("/prx/000/http/zero.css-happylife.com/css/default.css");


/* header, footer, sub
（ヘッダーとか共通部分を読み込んでます）
----------------------------------------------------------- */
@import url("/prx/000/http/zero.css-happylife.com/css/module.css");


/* share style
（上記共通部分以外の大半の指定がここに）
----------------------------------------------------------- */
@import url("/prx/000/http/zero.css-happylife.com/css/style.css");


/* print style
（印刷する時はこのスタイルが適用されます。）
----------------------------------------------------------- */
@import url("/prx/000/http/zero.css-happylife.com/css/print.css");


/* sh_style
（ソースのハイライト表示用のスタイルです）
----------------------------------------------------------- */
@import url("/prx/000/http/zero.css-happylife.com/css/sh_style.css");


/* example reset
（ZEROのスタイル打ち消し）
----------------------------------------------------------- */
@import url("/prx/000/http/zero.css-happylife.com/css/example_reset.css");


/* ■サンプル用CSSのURL一覧
CSSの基本（未使用）http://css-happylifezero.com/css/example_basic.css
プロパティ- http://css-happylifezero.com/css/example_property.css
セレクタ- http://css-happylifezero.com/css/example_selectors.css
ブラウザバグ- http://css-happylifezero.com/css/example_bug.css
レイアウト講座（未使用）- http://css-happylifezero.com/css/example_layout.css
Tips・コラム（未使用）- http://css-happylifezero.com/css/example_tips.css
サンプルDL（未使用）- http://css-happylifezero.com/css/example_dl.css
----------------------------------------------------------- */
