/****************************** -link- ******************************/
a:link,a:visited,a:active {
 color:#886655;
 text-decoration:none;
 }
a:hover {
 color:#886655;
 text-decoration:underline;
 }
/****************************** -body- ******************************/
body {
 background-color:#000;
 color:#705040;
 font-size:10pt;
 scrollbar-arrow-color:#705040;
 scrollbar-face-color:#000;
 scrollbar-shadow-color:#000;
 scrollbar-darkshadow-color:#705040;
 scrollbar-track-color:#000;
 scrollbar-3dlight-color:#705040;
 scrollbar-highlight-color:#000;
 }
.menu {
 background-image:url("pic/system/uper.jpg");
 background-repeat:no-repeat;
 }
.top {
 background-image:url("pic/system/top.jpg");
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-position:50% 50%;
 }
.bgwhite {
 background-color:#fff;
 scrollbar-arrow-color:#705040;
 scrollbar-face-color:#000;
 scrollbar-shadow-color:#000;
 scrollbar-darkshadow-color:#705040;
 scrollbar-track-color:#000;
 scrollbar-3dlight-color:#705040;
 scrollbar-highlight-color:#000;
 }
/****************************** -other- ******************************/
hr {
 color:#705040;
 height:1pt;
 width:100%;
 }
.subtitle {
 width:520px;
 }
p {
 font-size:10pt;
 }
div {
 font-size:10pt;
 }
/****************************** -illust comment- ******************************/
.table {
 width:60%;
 text-align:left;
 }
.title {
 width:100%;
 border-style:solid;
 border-color-:#705040;
 border-top-width:0px;
 border-left-width:2px;
 border-right-width:2px;
 border-bottom-width:1px;
 margin-bottom:-12px;
 }
.comment {
 font-size:8pt;
 margin-left:10px;
 }