@charset "utf-8";

/*=====================================================
 * Style Name: Import All Stylesheet
 * Style URL: ./css/import.css
 * Description: Common Stylesheet
 * Version: 2.1
 * Last Up Date: 2008/02/27
 * Author: Prime works
 * Author URL: http://www.primeworks.jp/
 * Author Email: mail[at]example.ne.jp
 *
 * Markup Reference: stylesheet.html
 *
=====================================================*/



/*-----  contents -------

	1: Base Style Reset
	2: Screen Style
	3: Clearfix
	  
----------------------*/



/*
===== 1: Base Style Reset ===========================*/

@import url(./base.css);




/*
===== 2: Screen Style ===========================*/

@import url(./screen.css);




/*
===== 3: Clearfix ===========================*/

@import url(./clearfix.css);


