@charset "shift_JIS";

/*初期化CSSの読み込み*/
@import url("./reset.css");

/*表示指定CSSの読み込み*/
@import url("./base.css");

/*文字指定CSSの読み込み*/
@import url("./pixel.css");

/*その他追加CSSの読み込み*/
@import url("./ones.css");

