@charset "utf-8";

/*
*	CSS Information
*
*	Site		: NEWWAVE Co.Ltd. (www.newwave98.co.jp)
*	Name		: import.css
*	Author		: aki
*	Style		: 各CSSファイルの読込用
----------------------------------------------------------------------*/

/*
*	Default Style ( Browser's Style Reset )
*
============================================================*/

@import url("reset.css");


/*
*	Common Style
*
============================================================*/

/* ヘッダ */
@import url("header.css");
/* フッタ */
@import url("footer.css");


/*
*	Page Style
*
============================================================*/

/* トップページ専用 */
@import url("home.css");
/* 各ページ共通 */
@import url("page.css");
