<!--
* {
        margin: 0px;
        padding: 0px;
}

body {
        /*background-color: #376da3;*/
}


div#menu_div {
        position:absolute; top:5%; left:0px;
        background-color: #376da3;
        width: 20%;
        height: 95%;
        overflow: auto;
}

div#con_div {
        position:absolute; top:5%; left:23%;
        background-color: #ffffff;
        background-image: url("../img/img_body_bg.jpe");
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: right bottom;
        width: 75%;
        height: 95%;
        overflow: auto;
}

div#header_div {
        position:absolute; top:0px; left:0px;
        background-color: #376da3;
        height: 5%;
        width: 100%;
}

div#left_div {
        position:absolute; top:5%; left:20%;
        background-image: url("../img/img_left_bg.jpe");
        background-repeat: repeat;
        height: 95%;
        width: 3%;
}

div#right_div {
        position:absolute; top:5%; left:98%;
        background-color: #376da3;
        height: 95%;
        width: 2%;
}

.cap {
        font-size: 11pt;
        padding-bottom: 13px;
}

.button {
        font-size: 11pt;
        font-weight: bold;
        padding-top: 13px;
        padding-right: 0px;
        padding-bottom: 13px;
        padding-left: 13px;
        line-height: 16pt;
}

.text {
        font-size: 10pt;
}

.l_text {
        font-size: 11pt;
}

.menu_s_text {
        color: #ffffff;
        font-size: 8.5pt;
        padding-bottom: 5px;
}

.con_s_text {
        color: #000000;
        font-size: 8.5pt;
        padding-bottom: 5px;
}

.menu_link {
        text-decoration : none;
        color : #ffffff;
}

.con_link {
        text-decoration : none;
        color : #ff9900;
}

/*
  桜(春)　        ：   background="img/img_menu00.jpe"
  すずらん(春)    ：   background="img/img_menu01.jpe"
  アジサイ(春?夏?)：   background="img/img_menu02.jpe"
  花火(夏)        ：   background="img/img_menu03.jpe"
  白い花(夏)      ：   background="img/img_menu04.jpe"
  猫じゃらし草(秋)：   background="img/img_menu05.jpe"
  柚子(秋)        ：   background="img/img_menu06.jpe"
  猫柳(冬)        ：   background="img/img_menu07.jpe"
*/
table#menu_img {
        background-image: url("../img/img_menu00.jpe");
        border: 1px solid white;
}

A:HOVER {
        color : #ff9900;
}

A:ACTIVE {
        color : #ff9900;
}

td {
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: left top;
}

-->

