<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  margin:0px 0px 0px 0px;
  color : #111;  
  font-size:11pt;
  font-family:"Arial";
  letter-spacing:1.5pt;
  line-height:16pt;
  background-color:#fff;
}
  
html{ 
  scrollbar-face-color: #eee;
  scrollbar-highlight-color: #666; 
  scrollbar-shadow-color: #666; 
  scrollbar-3dlight-color: #eee;
  scrollbar-darkshadow-color: #eee;
  scrollbar-arrow-color: #666; 
  scrollbar-track-color: #eee;
}  

table{
  font-family:"Arial";
  font-size:11pt;
  letter-spacing:1.5pt;
  line-height:16pt;
}

a{
  color:#B21811;
  letter-spacing:1.5pt;
  line-height:18pt;
  font-weight:bold;
  text-decoration : underline;
}

a:hover{
  color:#666;
  text-decoration : none;
}

.gotop {font-size: 20px}
.link {font-size: 10pt}
.intro {font-size: 10pt}
.memo {color:#444;font-size: 9pt}
.note {color:#111;font-size: 9pt}

.article_title{
  background-attachment :no-fixed;
  background-position:50% 0%;
  background-repeat:no-repeat;
}

.bottom_bg{
  background-image:url('6_bg.png');
  background-attachment :no-fixed;
  background-position:0% 100%;
  background-repeat:repeat-x;
}

.bg1{
  background-image:url('bg1.png');
  background-attachment :no-fixed;
  background-position:50% 0%;
  background-repeat:no-repeat;
}

.bg2{
  background-image:url('bg2.png');
  background-attachment :no-fixed;
  background-position:0% 0%;
  background-repeat:repeat-x;
}</pre></body></html>