/* ページのバックグラウンドの色 */
body { background-color: honeydew;}

/* テーブルの色 */
.TableHeadingColor     { background: #AAAAFF } /* 濃い藤色 */
.TableSubHeadingColor  { background: #BBBBFF } /* 薄い藤色 */
.TableSub2HeadingColor { background: #CCCCFF } /* もっと薄い藤色 */
.TableSub3HeadingColor { background: #DDDDFF } /* もっともっと薄い藤色 */
.TableRowColor         { background: #FFFFFF } /* 白 */
.TableColColor         { background: #99FF99; color:#005500 } /* 薄い緑色 */

/* 左側のフレームのリストに使用するフォント */
.FrameTitleFont   { font-size: small }
.FrameHeadingFont { font-size: small }
.FrameItemFont    { font-size: small }

/* フレームにおける、より小さい、セリフなしフォントの例 */
/* .FrameItemFont  { font-size: 8pt; font-family: Helvetica, Arial, sans-serif } */

/* ナビゲーションバーのフォントと色 */
/*
.NavBarCell1    { background-color:#EEEEFF;}/* 薄い藤色 */
.NavBarCell1Rev { background-color:#00008B;}/* 濃い青 */
.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}

.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
*/

a:link, a:visited { color: #0000FF; text-decoration: none; }
a:hover           { color: #FF3300; text-decoration: underline; }
/*
A:link    { color:"#003399"; }
A:visited { color:"#003399"; }
A:hover   { color:"#FF3300"; }
*/
A.footermenu
{
    FONT-SIZE: x-small;
    COLOR: #ffffff;
    TEXT-DECORATION: none
}
body {
      font-size: x-small
}

ul {
      padding-left: 1em;
      margin-left: 0
}
li {
      list-style-type: none
}

a {
      color: #0000FF; text-decoration: none
}