/* ページのバックグラウンドの色 */
body { background-color: honeydew; }

a:link, a:visited { color: #0000FF; text-decoration: none; }
a:hover           { color: #FF3300; text-decoration: underline; }

a.footermenu
{
    font-size: x-small;
    color: #ffffff;
    text-decoration: none
}

/* テーブルの色 */
.TableHeadingColor     { background: #AAAAFF } /* 濃い藤色 */
.TableSubHeadingColor  { background: #BBBBFF } /* 薄い藤色 */
.TableSub2HeadingColor { background: #CCCCFF } /* もっと薄い藤色 */
.TableSub3HeadingColor { background: #DDDDFF } /* もっともっと薄い藤色 */
.TableRowColor         { background: #FFFFFF } /* 白 */
/*.TableColColor         { background: #99FF99; color:#005500 }*/ /* 薄い緑色 */
.TableColColor       { color:#000066; background-color: #9999FF; } /* 薄い青色 */

/* 左側のフレームのリストに使用するフォント */
.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; }
*/
