@charset "utf-8";

/* #############################################################
#WEB_SITES_CSS {
	--------------------------------------------
	#web site   : www.fits-japan.com;
	#author     : #Shigemi_Uehara;
	#version    : 6.0;
	#last update: 080228 by #Shigemi_Uehara;
	--------------------------------------------
}

#THIS_CSS {
	--------------------------------------------
	filename: import.css;
	--------------------------------------------
}

#CONTENT {
	CSSの読み込み & CSS読み込み対象ブラウザの振り分け
	--------------------------------------------
	+ 0: import css
	--------------------------------------------
}

#COPYRIGHT {
	--------------------------------------------
	Copyright(c) 2004-2008 FITS Corporation K.K. All rights reserved
	--------------------------------------------
}	
############################################################# */





/* ==============================================================

	[+0] import css
	
	Target browse = all
	
============================================================== */

/* DEFAULT STYLE SET */
@import url("init/init-style.css");
@import url("init/init-font.css");

/* ORIGINAL STYLE SET */
@import url("style/global.css");
@import url("style/local.css");
@import url("style/clearfix.css");

/* MODULES STYLE SET */
@import url("modules/class-modules.css");






