@charset "utf-8";

@import "default.css";
@import "module.css";
@import "font_size.css";
@import "top.css";
@import "other.css";

/*Explanation--------------------------------------------------*/
/*
default.css (Reset)

module.css (Common style)
	1: Basic layout
	2: Common layou
	3: Header layou
	4: NewsBox layou
	5: Footer layout
	6: Side Nav layout
	7: Main Content layout
		pageTop
		link
		inquiryBox
		content
		layoutSet
		layoutSet Parts
		layoutSet color

top.css (Only the top page style)

other.css (Other page style)
*/

/*Target browser--------------------------------------------------*/
/*
Win IE7 6 5.5 5, Firefox3 2
Mac Firefox2 safari3.0
*/


/*
coding: aya mikami
info@mikamiya.com
2008/06/26 ver.1
*/