@charset "shift_JIS";

/*初期化CSSの読み込み*/
@import url("../common/css/reset.css");

/*表示指定CSSの読み込み*/
@import url("../common/css/base.css");

/*文字指定CSSの読み込み*/
@import url("../common/css/pixel.css");

/*トップページCSSの読み込み*/
@import url("./index.css");


