<html>
<head>
	<title>CSS</title>
<STYLE type="text/css">
<!--
A { text-decoration:none;}
A:hover {text-decoration:underline overline;color:#999999;}
body,td,th{
    margin:0;
    color:777777;
    font-size:10pt;
    font-family:'Osaka';
}
TD.c-set {border-style:solid;border-color:#999999;
          border-top-width:0px;border-bottom-width:0px;
          border-left-width:0px;border-right-width:1px}
}
.title{
  background-color: #cce5ee;
  color: #777777;
  width: 295px;
  padding: 2px 1em;
  border-left: double 17px #999999;
  border-right: dashed 2px #999999;
  font-size: 10pt;
  font-weight: bold;
  font-family: 0saka;
  letter-spacing: 0.2em;
  }
.text{
  width: 292px;
  padding: 8px 4px 7px 9px;
  margin: 0px 0px 0px 3px;
  border-left: solid 1px #888888;
  border-bottom: solid 1px #989898;
  border-right: dashed 2px #FDFDFD;
  background-color: #FFFFFF;
  font-size: 9pt;
  }
.title2{
  background-color: #cce5ee;
  color: #777777;
  width: 595px;
  padding: 2px 1em;
  border-left: double 17px #999999;
  border-right: dashed 2px #999999;
  font-size: 10pt;
  font-weight: bold;
  font-family: 0saka;
  letter-spacing: 0.2em;
  }
.text2{
  width: 592px;
  padding: 8px 4px 7px 9px;
  margin: 0px 0px 0px 3px;
  border-left: solid 1px #888888;
  border-bottom: solid 1px #989898;
  border-right: dashed 2px #FDFDFD;
  background-color: #FFFFFF;
  font-size: 9pt;
  }
.start {
width:600;
height:600;
padding-left:1px;
border-style:solid;
border-color:#999999;
border-top-width:0px;
border-bottom-width:0px;
border-left-width:1px;
border-right-width:1px;
}
<!--BODY{
scrollbar-face-color:#ffffff; /*スクロールバー本体の色*/
scrollbar-highlight-color:cccccc; /*スクロールバー左側（上）の影*/
scrollbar-shadow-color: ffffff; /*スクロールバー右側（上）の影*/
scrollbar-3dlight-color: #ffffff; /*スクロールバーの左側（下）の影*/
scrollbar-arrow-color: cccccc; /*矢印の色*/
scrollbar-track-color: #ffffff; /*背面の色*/
scrollbar-darkshadow-color: #ffffff;/*スクロールバー右側（下）の影*/
}-->
</STYLE>
</head>
<body>
  </body>
    </html>