@charset "utf-8";

/*
	Site Name: APACE2009
	Description: style import
	Some CSS descriptions were cited by STOPN'LISTEN (http://kennsu.jp/)
*/

/* Set Base Style
----------------------------------------- */

@import url("init.css"); /* initial setting */
@import "base.css";/* base parts style */
@import "lists.css";/* lists and tables style */

/* Style for MacIE 5.x gp
------------------------------------------*/
/*for MacIE5*/
/*\*//*/
  @import "ie5m.css";
/**/