@charset "utf-8";

@import "reset.css";
@import "base.css";
@import "typography.css";
@import "module.css";
@import "page.css";


/*Explanation--------------------------------------------------*/
/*
reset.css (Reset)

base.css (Common layout)
	1: Basic layout

typography.css (typography)
	1:Base
	2:Family of Fonts	
	3:Size of Fonts	
	4:Color

module.css
	0:Structure
	1:Common layout
	2:header layout	
	3:content layout
	4:Parts of contents
	5:SubContent layout
	6:Side layout
	7:Footer layout

page.css
	0:common
	1:index.html	
	2:html/index.html
	3:html/folw.html
	4:html/seido.html
	5:sitemap/index.html
	6:faq/
	7:case/

*/

/*Target browser--------------------------------------------------*/
/*
Win IE6+, Firefox3+,
Mac safari3+, Firefox3+ 
*/


/*
Markup: aya mikami
info@mikamiya.com
2009/12/08 ver.1
*/
