<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!--
body{/*全体のフォントサイズ・色・背景色*/
  font-size: 10pt;
  color: #888888;
  }
p,td{/*全体のフォントサイズ*/
  font-size: 10pt;
  }
A{cursor:crosshair;}
a:link{/*リンク色*/
  color: #DDDDDD;
  text-decoration: none;
  }
a:visited{/*訪問済みリンク色*/
  color: #444444;
  text-decoration: none;
  }
a:hover,a:active{/*アクティブリンク色*/
  color: #AA0000;
  }
img{
  border: 0px;
  }
h1{/*Links部分の設定*/
  font-size: 12pt;
  font-family: Arial,Verdana;
  font-weight: normal;
  margin-bottom: 1.0em;
  color: #660000;
  letter-spacing: 0.4em;
  text-align: center;
  }
h2{/*リンク分類タイトル部分の設定*/
  font-size: 9pt;
  font-family: Tahoma,Arial,sans-serif;
  font-weight: normal;
  margin: 0px 0.3em 0.7em 0px;
  padding: 0px 1em 1px 1em;
  border-bottom: dashed 1px #660000;
  color: #660000;
  letter-spacing: 0.1em;
  text-align: right;
  }
td.banner{/*バナー部分*/
  width: 220px;/*幅*/
  text-align: center;
  padding: 0.5em 5px 0.5em 2px;
  }
.center{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  }
.box7{/*全体枠*/
  width: 630px;/*全体の幅*/
  border-style: solid;
  border-width: 4px 1px 1px 1px;
  border-color: #660000;/*枠色*/
  padding: 1em;
  text-align: left;
  background-color: #000000;
  }
.menu{/*リンク分類メニュー部分*/
  font-size: 8pt;
  font-family: Tahoma,Arial,sans-serif;
  text-align: center;
  margin: 0.6em;
  }
.cont2{/*Type2の設定*/
  border-left: solid 5px #660000;/*左側の線*/
  margin: 3em 0.2em 1em 0.2em;
  padding: 0px 0.5em 0.5em 0.5em;
  }
.cont2 dl{
  margin: 0px;
  }
.cont2 dt{/*サイト名部分*/
  font-weight: bold;
  padding: 1px 1em 1px 0.3em;
  border-bottom: solid 1px #660000;
  }
.cont2 dd{/*説明文*/
  font-size: 9pt;
  font-family: MS UI Gothic,sans-serif;
  margin: 0px 0px 1em 0.5em;
  padding: 0.3em;
  }

--&gt;</pre></body></html>