@charset "euc-jp";

@import "basic.css";

@import url("main.css");
@import url("about.css");
@import url("products.css");
@import url("employment.css");
@import url("knowledge.css");
@import url("access.css");
@import url("other.css");


a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

