@charset "Shift_JIS";

table#menu A:link {
  color: #CFD8EF; 
  background-color: transparent;
  text-decoration: none;
}

table#menu A:visited {
  color: #FFDAB9;
  background-color: transparent;
  text-decoration: none;
}

table#menu A:active {
  color: #00ffff;
  background-color: #AFB8CF;
  text-decoration: none;
}

table#menu A:hover {
  color: #D5EABF;
  background-color: #AFCFCF;
  text-decoration: underline;
}

A:hover {
  color: #0000cc;
  background-color: #586892;
  text-decoration: underline;
}

table#menu td#term {
    color: 0000ff;
}

table#menu td#title {
    line-height: 25px;
}

p.footer {
    margin-top: 0px;
    text-align: center;
    font-size: 80%;
}

span.news_title {
    font-weight: 500;
    font-size: 105%;
    /* color: #EFDFF4; */
    /* color: #FFAAEA; */
    /* color: #D5FFAA; */
    color: #DFFFBF;
}
span.news {
    font-size: 90%;
    line-height: 1.2;
}
span.comment {
    font-size: 90%;
    color: #CFEFD8;
    line-height: 1.5;
}
span.update {
    font-size: 90%;
    color: #FFE4C4;
    line-height: 1.5;
}

body.background {
    /* background: #d0d7d7; */ /* grey */
    background: #000080; /* Navy */
    /* background: #c7d7b0; */ /* green */
    /* background: #d7d7b0; */ /* beige */
}
