<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link {
  color: RoyalBlue;
  text-decoration: none;
}
a:hover {color: #FF9900;}

body {
	font-size: 10pt;
　　padding: 0px;
　　margin: 0px;
　　background-image: url(./img/topback4_2.gif);
　　background-repeat: no-repeat;
　　background-position: left top;
　　background-attachment: fixed;
　　border: 0px solid #999999;
　　color: Navy;
}

.LINE {
  border-bottom: 1px dashed #666666;
}

hr {
  border: 1px dotted Maroon;
}

table {
	font-size: 10pt;
}



li {
  list-style-image: url(../img/point.gif);
  margin-left: -20;
  padding: 2px;
  border-bottom: 1px dashed #666666;
}

.BOX_TD {
    border: 1px solid #663300;
}

.LIST_TD {
　　padding: 5px;
　　border-bottom: 1px solid #663300;
　　border-left: 1px solid #663300;
　　border-right: 1px solid #663300;
}

.img_s {
border-left: 1px outset #666666;
 border-right: 1px outset #666666;
}

.img_f {
float: left;
margin-top: 3px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 3px;
}</pre></body></html>