/* -----リンク指定----- */
/* 通常時 */
A:link
{
    COLOR: #6060ff
}
/* アクセス済み */
A:visited
{
    COLOR: #6060c0
}
/* ポイント時 */
A:hover
{
    COLOR: white;
    BACKGROUND-COLOR: #6060ff;
    TEXT-DECORATION: none
}
/* クリックした瞬間 */
A:active
{
    COLOR: #6060c0;
    TEXT-DECORATION: none
}
/* Index:メニュー指定 */
.menu_font{
    /* フォント */
    color: #59755e;
    font-size: 18px;
    font-weight: bold;
}

/* ルビタグ用 */
ruby{
    font-size: 2px;
}
rt{
    font-size: 8px;
}

/* Table:メニュー指定 */
.t_frame_m{
    background-color: #ffffff;
    height: 30px;
}

/* Table:タイトルバー */
.title_font{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

/* Table:文字太字指定 */
.font_w{
    font-weight: bold;
}

/* Table:背景色 */
.t_color{
    background-color: #478ca3;
}

/* Table:見出し色 */
.t_find{
    background-color: #c4f4ff;
}

/* Table:枠内色(白) */
.t_frame_1{
    background-color: #ffffff;
    height: 14px;
}

/* Table:枠内色(黄) */
.t_frame_2{
    background-color: #ffffff;
    height: 14px;
}
