/* $Id: std.css,v 0.04 2004/09/29 (C) Watanabe Keiji(k%elt,ne,jp) Exp $ */
body{
 background-color:#dfffdf;
 color:#001f00;
 font-size:12pt;
}
h1{
 background-color:#cfff9f;
 border-style:solid;
 border-width:0 3px 3px 0;
 border-color:#001f00;
 color:#003f00;
 font-size:24pt;
 padding-right:0.2em 0.2em;
}
h2{
 background-color:#9fff9f;
 border-style:solid;
 border-width:2px 2px 2px 0;
 border-color:#001f00;
 color:#006f00;
 font-size:18pt;
 padding-right:0.2em;
}
h3{
 background-color:#7fff7f;
 border-style:solid;
 border-width:1px 1px 1px 0;
 border-color:#001f00;
 color:#008f00;
 font-size:14pt;
 padding-right:0.2em;
}
a{
 text-decoration:none;
}
a:link{
 color:#1f1fff;
}
a:visited{
 color:#1f1f6f;
}
a:hover{
 color:#ff1f1f;
 text-decoration:underline;
 font-weight:bold;
}
a:active{
 color:#ff1f1f;
 text-decoration:underline;
 font-weight:bold;
}
ul{
 list-style-type:circle;
}
hr{
 border:1px groove #003f00;
}
pre{
 font-size:10pt;
}
table{
 border-color:#333333;
 border-collapse:collapse;
 border-spacing:2px 2px;
 border-style:solid;
 border-width:2px;
 empty-cells:show;
 table-layout:auto;
}
th{
 border-style:solid;
 border-width:1px;
 border-bottom:2px solid #333333;
}
td{
 border-style:solid;
 border-width:1px;
}
img{
 border-style:none;
}
/* ORIGINAL */
font.red{
 color:#ff0000;
}
a.little{
 font-size:8pt;
}
/* SIGNATURE-STYLE */ 
hr.signature{
 border:1px dashed #003f00;
}
div.block{
 margin-left: 30pt;
}
ul.block{
 margin-left: 30pt;
}
div.centering{
 text-align: center;
}
div.signature{
 font-size:11pt;
 font-style:italic;
 font-weight:bold;
 text-align:right;
}
/* Other */

div.mymenu {
 text-align: right;
}

span.mymenu {
 background-color: #99ff99;
 color: #000;
 border-style: solid;
 border-color: #eef #aaf #aaa #eee;
 border-width: 1px;
 padding: 2px;
}

div.border-frame {
 background-color: #efffef;
 border-style: solid;
 border-color: #00cf00 #003f00 #001000 #009f00;
 border-width: 1px;
 padding-right: 2px;
}


