@charset "EUC-JP";
body {
        background-color: #FFFFCC;
        color: #663300;
        font-size: 11pt;
        line-height: 150%;
     }
form {
        margin: 2px 2px;
     }
td {
        background-color: white;
        line-height: 100%;
     }
td.form {
        background-color: white;
        font-size: 10pt;
        line-height: 130%;
     }
th {
        background-color: #FFCC99;
        font-size: 10pt;
        line-height: 150%;
        text-align: center;
     }
a:link {
        color: #00008B;
        text-decoration: none;
     }
a:visited {
        color: indigo;
        text-decoration: none;
     }
a:hover {
        color: red;
        text-decoration: underline;
     }
div.pagetitle {
        background-color: #FFCC99;
        color: #330000;
        font-size: 15pt;
        font-weight: bold;
        text-align: center;
        line-height: 130%;
        margin: 15px 10px;
        padding: 10px;
        border:solid 3px;
        border-color: white #663300 #663300 white;
     }
div.titleimage {
        text-align: center;
     }
div.description {
        text-align: left;
        color: #660000;
        font-size: 11pt;
        margin: 0px 10px;
     }
div.menu {
        text-align: left;
        padding: 6px 12px;
     }
span.menu{
        font-size: 11pt;
        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.article {
        background-color: white;
        margin: 10px;
        border:solid 2px;
        border-color: white #996633 #FFCC99 #FFFFCC;
     }
div.sub-article {
        background-color: #FFFFFF;
        border-width: 1px;
        border-color: #996633;
        border-style: solid;
        margin: 10px 10px 10px 40px;
     }
div.title {
        color: white;
        font-size: 13pt;
        font-weight: bold;
        text-align: left;
        background-color: #663300;
        padding: 4px 15px;
     }
div.posted  {
        background-color: #FFCC99;
        padding: 2px 15px;
     }
     
span.posted {
        font-size: 11pt;
        margin-left: 15px;
     }
div.date  {
        background-color: #996633;
        padding: 6px 15px;
     }
     
span.date {
        font-size: x-small;
        margin-left: 15px;
     }
div.treeitem {
        font-size: x-small;
        font-weight: bold;
        margin: 5px 20px;
        padding-bottom: 7px;
        border-bottom: 1px solid #FF9999;
     }
div.treesubtitle {
        font-size: x-small;
        line-height: 150%;
        padding: 10px 20px;
     }
div.body {
        color: #663300;
        font-size: 11pt;
        line-height:140%;
        padding: 15px 30px;
     }
div.move {
        font-size: x-small;
        text-align: right;
        margin-right: 10px;
     }
     
.border {
        background-color: #996633;
     }