@charset "Shift_JIS";

/* -------------------------------------------------------------------
 *
 * 	Style info	: 画面表示の為のCSSをインポートするためのファイル
 *	Since		: 2009-04-09
 *  Modified    : 2009-07-21
 *	Author		: kato
 *  URL			: http://mosk.co.jp/
 *  Email		: web@mosk.co.jp
 *  Company     : MOSK CREATION Co., Ltd.
 *
 * ------------------------------------------------------------------- */


@import url(default.css);						/* 基本情報初期化 */
@import url(base.css);							/* サイト固有 ベース要素全般定義 */
@import url(mod_module.css);					/* 汎用性のあるCLASS or ID定義 */
@import url(template.css);		/* サイト固有の区画定義 */
@import url(contents.css);		/* サイト固有のコンテンツ表示 */
@import url(mod_table.css);						/* 汎用性のあるTABLE定義 */
@import url(print.css);							/* 印刷用 */