/*共通*/
body {font-family      : "ＭＳ Ｐゴシック",
                         osaka,
                         sans-serif;
      font-size        : medium;

      color            : #FFFFFF;
      background-color : #FFFFFF;}

a:link    {color       : "#0000EE";}
a:visited {color       : "#551A8B";}
a:active  {color       : "#FF0000":}

/*メインレイヤー*/
.Layer_Main {width      : 500px;
             height     : 100%;
             top        : 0px;
             left       : 186px;
             position   : absolute;
             z-index    : 1;
             visibility : visible;}

/*左側の広告バナー*/
.Layer_Left_Bnr {width      : 170px;
                 height     : 100%;
                 top        : 100px;
                 left       : 8px;
                 position   : absolute;
                 z-index    : 2;
                 visibility : visible;}
