@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 Style
	2: Size of Fonts
	3: Color

module.css
	1:Common layout
	2:header layout	
	3:content layout
	4:side layout
	5:Footer layout

corporate.css 
	1:common
	2:index.html	
	3:director-profile/index.html
	4:about-company/index.html
	5:performer-comments/index.html
	6:link/index.html
	7:inquiry/index.html
	8:support/index.html
	9:news/index.html

page.css
	1:common
	2:index.html	
	3:about/index.html
	4:facilities/index.html	
	5:members/index.html	
	6:company_info/index.html	
	7:privacy/index.html	
	8:sitemap/index.html	
	9:inq/index.html	
   10:event/ information/	

*/

/*Target browser--------------------------------------------------*/
/*
Win IE6+(5+), Firefox3+,
Mac safari3+, Firefox3+ 
*/


/*
Markup: aya mikami
info@mikamiya.com
2009/05/05 ver.1
*/
