<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------*
 * attention
 *--------------------*/
#attention A:link{color:#B20000}
#attention A:visited{color:#B20000}
#attention A:active{color:#E80000}
#attention A:hover{color:#E80000}

#attention{
  margin: 20px auto 0;
  padding-bottom: 24px;
  width: 690px;
  line-height: 1.3em;
  color: #666;
}
#attention H3{
  width: 690px;
  height: 42px;
  margin: 0 auto 10px;
  text-align:center;
  text-indent: -100000px;
  background: url(/so-net/ronri/image/index/attention.gif) no-repeat 50% 0;
}
#attention #attentionbody{
  width: 576px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
}
/*--------------------*/
#attention UL{
  list-style-type: disc;
}
#attention OL{
  list-style-type: decimal;
}
#attention LI{
  margin: 0 0 3px 20px;
}
#attention LI A{
  font-weight: 700;
}
#attention LI.noMark{
  list-style-type: none;
}
#attention UL.attentionLink{
  margin: 30px 0 0;
}

/*---------------------------*/
#attention #attentionTable{
  margin: 15px auto 20px auto;
  text-align:center;
}
#attention #attentionTable TABLE{
  width: 540px;
  margin:0 auto;
  padding: 0;
  border: solid #666;
  border-width: 1px 1px 0px 1px;
}
#attention #attentionTable TH{
  width: 90px;
  _width:100px;
  padding: 5px;
  text-align:center;
  vertical-align:middle;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
#attention #attentionTable TD{
  width:100%;
  padding: 5px;
  text-align:left;
  vertical-align:middle;
  border-bottom: 1px solid #666;
}
#attention #attentionTable TH,
#attention #attentionTable TD{
  color:#666;
}
#attention #attentionTable IMG{
  width: 88px;
  height: 31px;
  vertical-align:middle;
}
/*---------------------------*/
#attention .attentionLine{
  width: 100%;
  height: 0;
  line-height: 0;
  margin: 10px auto;
  border-top: 1px dashed #666;
}
/*---------------------------*/
#attention #attention_banner{
  text-align:center;
  margin:10px auto;
</pre></body></html>