@charset "EUC-JP";
body {
        background-color: #ffff99;
        color: "brack";
        font-size: x-small;
        line-height: 110%;
     }
form {
        margin: 2px 2px;
     }
td {
        background-color: transparent;
        line-height: 100%;
     }
td.form {
        background-color: #FFFFFF;
        font-size: x-small;
        line-height: 100%;
     }
th {
        background-color: "orange";
        font-weight: bold;
        line-height: 150%;
        text-align: center;
     }
a:link {
        color: "maroon";
        text-decoration: none;
     }
a:visited {
        color: "steelblue";
        text-decoration: none;
     }
a:hover {
        color: "deepskyblue";
        text-decoration: underline;
     }
div.pagetitle {
        background-color:"orange";
        color: #FFFFFF;
        font-size: 25pt;
        font-weight: bold;
        text-align: center;
        line-height: 130%;
        margin: 15px 10px;
        padding: 7px;
        border-right: 2px solid #CCCCCC;
        border-bottom: 2px solid #CCCCCC;
     }

div.description {
        text-align: center;
        font-size: x-small;
        color: "black";
        margin: 0px 10px;
     }
div.menu {
        text-align: center;
        padding: 6px 12px;
     }
span.menu{
        font-size: x-small;
        padding-right: 10px;
     }
     
div.page {
        text-align:right;
        padding-right: 10px;
     }
span.page_active {
        font-size: x-small;
        font-weight: bold;
        padding-right: 3px;
     }
     
span.page {
        font-size: x-small;
        padding-right: 3px;
     }

div.title {
        color: #222222;
        font-size: x-small;
        font-weight: bold;
        text-align: left;
        background-color: "chartreuse";
        padding: 8px 15px;
     }

div.posted  {
        background-color: "lightgoldenrodyellow";
        padding: 4px 15px;
     }
     
span.posted {
        font-size: x-small;
        margin-left: 15px;
     }
div.body {
        color: #333333;
        font-size: small;
        line-height:140%;
        padding: 15px 30px;
     }
div.move {
        font-size: x-small;
        text-align: right;
        margin-right: 10px;
     }
     
