@charset "utf-8";

/*
	Site Name: APACE
	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 "dldtdd.css";/* Difinition list style */

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