a:link {color: #0033ff;text-decoration: none}
a:visited {color: #6633cc;text-decoration: none}
a:hover {color: #ff33aa;text-decoration: underline}
a:active {color: #ff33aa;text-decoration: none}
#li1   {
      top:      39;      /*　表示位置　*/
      left:      160;}
#li2   {
      top:      73;      /*　表示位置　*/
      left:      160;
   }
#li3   {
      top:      105;      /*　表示位置　*/
      left:      160;
   }
#li4   {
      top:      135;      /*　表示位置　*/
      left:      160;
   }
#li1   {
      position:   absolute;
      background:   #fff;      /*　背景色　*/
      display:   none;
   }
#li2   {
      position:   absolute;
      background:   #fff;      /*　背景色　*/
      display:   none;
   }
#li3   {
      position:   absolute;
      background:   #fff;      /*　背景色　*/
      display:   none;
   }
#li4   {
      position:   absolute;
      background:   #fff;      /*　背景色　*/
      display:   none;
   }
   #menu   {
width:      200px;      /*　メニュー全体の幅　*/
height:     420px;      /*　メニューの高さ　*/
background:   #fccfff;      /*　背景色　*/
text-align:   left;      /*　センタリング　*/
cursor:      hand;      /*　カーソルの形　*/
   }
