<html>
<head>
	<title>CSS</title>
<STYLE type="text/css">
<!--
A { text-decoration:none;}
A:hover {text-decoration:underline overline;color:#D5A676;}
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: #f0E4CF;
  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: #f0E4CF;
  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;
}
h1{/*LINKs部分の設定*/
  font-size: 10pt;
  font-family: Verdana;
  font-weight: normal;
  color: #666666;
  letter-spacing: 0.4em;
  text-align: right;/*右寄せ*/
  }
.lay ul,.lay dl{/*リンク表の設定*/
  border-bottom: solid 1px #669966;/*リンク下部の境界線*/
  margin: 0.5em 6px 3em 1em;
  padding-bottom: 0.5em;
  }
li{
  list-style: square inside;
  color: darkseagreen;/*リンクの左の■のカラー*/
  margin: 0.1em;
  }
dd{
  margin: 2px 0px 8px 1.5em;
  }
.lay{
  height: 100%;
  width: 32em;/*全体の幅*/
  background-color: #ffffff;/*背景色*/
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  border-left: solid 1px #CACACA;
  border-right: solid 1px #CACACA;
  text-align: left;
  }
.linktitle{/*リンク項目タイトルの設定*/
  width: 10em;
  padding: 2px 1.5em 1px 1.5em;
  border: solid 1px darkseagreen;
  color: #333333;
  background-color: #FFFFFF;
  font-size: 9pt;
  letter-spacing: 0.2em;
  }
.mark{/*リンク項目タイトルの左のマーク部分*/
  width: 8px;
  height: 8px;
  font-size: 8px;
  background-color: darkseagreen;
  }
.mark2{/*リンク項目タイトルの設定の右のライン*/
  width: 100px;
  height: 1px;
  font-size: 1px;
  background-color: darkseagreen;
  }
<!--BODY{
scrollbar-face-color:#ffffff; /*スクロールバー本体の色*/
scrollbar-highlight-color:#C78042; /*スクロールバー左側（上）の影*/
scrollbar-shadow-color: ffffff; /*スクロールバー右側（上）の影*/
scrollbar-3dlight-color: #ffffff; /*スクロールバーの左側（下）の影*/
scrollbar-arrow-color: #C78042; /*矢印の色*/
scrollbar-track-color: #ffffff; /*背面の色*/
scrollbar-darkshadow-color: #ffffff;/*スクロールバー右側（下）の影*/
}-->
</STYLE>
</head>
<body>
  </body>
    </html>