<html>
<head>
	<title>CSS</title>
<STYLE type="text/css">
<!--
A { text-decoration:none;}
A:hover {text-decoration:underline overline;color:lightsalmon;}
body,td,th{
    margin:0;
    color:777777;
    font-size:10pt;
    font-family:'Osaka';
}
body{
       background-color:#ffffff;
       background-image:url("bg.png");
       background-repeat:repeat-y;
       background-position:center;
}
.title{
  text-align:center;
  background-color: #FFE7D0;
  color: #777777;
  width: 170px;
  padding: 2px 1em;
  border: solid 1px 1px 1px 1px; 
  font-size: 10pt;
  font-weight: bold;
  font-family: 0saka;
  letter-spacing: 0.2em;
  }
.text{
  width: 170px;
  padding: 8px 4px 7px 9px;
  margin: 0px 0px 0px 3px;
  border-left: dotted 1px #888888;
  border-bottom: dotted 1px #989898;
  border-right: dashed 2px #FDFDFD;
  background-color: #FFFFFF;
  font-size: 9pt;
  }
.title2{
  text-align:center;
  background-color: #FFE7D0;
  color: #777777;
  width: 404px;
  padding: 2px 1em;
  border: solid 1px 1px 1px 1px; 
  font-size: 10pt;
  font-weight: bold;
  font-family: 0saka;
  letter-spacing: 0.2em;
  }
.text2{
  width: 404px;
  padding: 8px 4px 7px 9px;
  margin: 0px 0px 0px 3px;
  border-left: dotted 1px #888888;
  border-bottom: dotted 1px #989898;
  border-right: dashed 2px #FDFDFD;
  background-color: #FFFFFF;
  font-size: 9pt;
  }
.start {
width:600;
height:600;
padding-left:1px;
border:none;
}
li{
list-style-type:circle;
}
<!--BODY{
scrollbar-face-color:#FFE7D0; /*スクロールバー本体の色*/
scrollbar-highlight-color:#ffffff; /*スクロールバー左側（上）の影*/
scrollbar-shadow-color: ffffff; /*スクロールバー右側（上）の影*/
scrollbar-3dlight-color: #ffffff; /*スクロールバーの左側（下）の影*/
scrollbar-arrow-color: #ffaacc; /*矢印の色*/
scrollbar-track-color: #ffffff; /*背面の色*/
scrollbar-darkshadow-color: #ffffff;/*スクロールバー右側（下）の影*/
}-->
</STYLE>
</head>
<body>
  </body>
    </html>
