@charset "utf-8";
/* CSS Document */

/*グローバルナビ*/
@import "navistyle_kids.css";

/* TOPページ、共通ヘッダー・フッター・サイド */
@import "basestyle_kids.css";


/*---下層ページ---*/

/*KIDS*/
@import "kids.css";

/*動画*/
@import "../css/movie.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 */
}

