/*ボディのスタイル*/
body     {margin-top:0px;
          margin-left:0px;
          scrollbar-3d-light-color:red;
          scrollbar-face-color:white;
          scrollbar-arrow-color:#9999ff;
          scrollbar-base-color:white;
          scrollbar-darkshadow-color:white;
          scrollbar-highlight-color:#9999ff;
          scrollbar-shadow-color:#9999ff;
          scrollbar-track-color:white;
          text-align:center;
          background:#f5f5f5
         }

a:link   {color:#0000ff;text-decoration:none}
a:visited{color:#0000ff;text-decoration:none}
a:active {color:#0000ff;text-decoration:none}
a:hover  {text-decoration:underline}


/*全体を覆うスタイル*/
#wrapper {width:810px;
          margin-left:auto;
          margin-right:auto;
          text-align:center;
          background:url(bgimg/reportback.jpg)
         }

/*ヘッダー*/
#header     {width:750px;padding-top:25px
            }
#header h1  {margin-top:0px;
             font-size:15pt;
             line-height:1.5em;
             font-family:serif
            }
#header p   {font-size:10pt;
             line-height:1.5em;
             font-family:serif;
             text-align:justify;text-justify:distribute;
             text-indent:1em;
             text-align:right;
             margin-bottom:25px
            }


/*コンテンツ*/
#content    {width:750px;
             text-align:left;
             margin-left:auto;
             margin-right:auto;}
#content h1 {font-size:15pt;
             line-height:1.5em;
             font-family:serif
            }
#content h2 {font-size:12pt;
             line-height:1.5em;
             font-family:serif
            }
#content p  {font-size:10pt;
             line-height:1.5em;
             font-family:serif;
             text-align:justify;text-justify:distribute;
             text-indent:1em
            }
#content dl {font-size:10pt;line-height:1.5em;font-family:serif}
#content li {font-size:10pt;line-height:1.5em;font-family:serif}
#content img{margin-right:25px}

/*フッター*/
#footer     {width:810px;
             height:30px;
             margin-left:auto;
             margin-right:auto;
             text-align:center;
             background:url(bgimg/reportbackbottom.jpg) no-repeat
            }
#footer p   {
             font-size:10pt;
             text-align:right;
             margin-top:5px;
             margin-right:5px
            }