 BODY{margin-top:;
      margin-right:5%;
      margin-left:5%;
      padding:0px;
      font-size:9pt;
      font-color:#ff00cc;
      line-height:120%;
      background:#ffaad6 url("") no-repeat fixed 5% center;
      scrollbar-arrow-color:#ffe0e0;
      scrollbar-base-color:#ff00cc;
      scrollbar-face-color:#ffe0e0;
      scrollbar-highlight-color:#ff00cc;
      scrollbar-3dlight-color:#ffe0e0;
      scrollbar-shadow-color:#ffe0e0;
      scrollbar-darkshadow-color:#ff00cc;
}     /* ボディ設定 */

.input{border-style:inset;
       border-color:#c0c0c0;
       background-color:#ffe0e0;
       color:#ff00cc;
}      /* フォームの設定 */

.button{border-style:outset;
	border-color:#ff00cc;
	background-color:#ffe0e0;
	color:#ff00cc;
}       /* ボタンの設定 */

 table{font-size:9pt;
       background-color:#ff99cc;
}      /* テーブルの設定 */

 td{font-size:9pt;
}   /* セル内の設定 */


 A:link,A:visited,A:active{font-color:#ff00cc;
                           text-decoration:none;
}                          /* リンク文字の装飾設定 */

 A:hover{color:#;
         text-decoration:underline;
}        /* マウスオーバー時の設定 */

