@charset "utf-8";

/*
	Site Name: Fujiwara Natural History Fund
	Description: style import
	Some CSS descriptions were cited by STOPN'LISTEN (http://stopnlisten.no.land.to/)
*/

/* Set Base Style
----------------------------------------- */

@import url("init.css"); /* initial setting */
@import "base.css";/* base parts style */
@import "modules.css";/* module style */
@import "iepc.css";/* hack for ie */
@import "sample.css";/* Sample Styles */

/* Style for MacIE 5.x gp
------------------------------------------*/
/*for MacIE5*/
/*\*//*/
  @import "ie5m.css";
/**/