@import "basic.css";

@import url("main.css");
@import url("contents_top.css");

@import url("post_org.css");
@import url("post_sub_contents.css");
@import url("post_navi.css");
@import url("post_style.css");


@import url("add_201007.css");/*2010/07 グローバルナビ修正のため追加*/


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 */
}


