<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">A { 
 
 

  

  
  

  
  text-decoration : none;
  
}
A:hover {
text-decoration:underline; 
background:none; color:#cc0000; 
}

.menu A {
	text-decoration:none;
	color: #FFFFFF;
	font-size: 10px;
}

.menu A:hover {
	text-decoration:none;
	background:#99CC66;
	color:#ffffff;
 }
 
.sub_menu A {
	text-decoration:none;
	color: #666666;
	font-size: 10px;
}

.sub_menu A:hover {
	text-decoration:underline;
	color:#FF3300;
 }
 
.sub_menu {
	font-size: 10px;
}

.link A {
	COLOR: #ffffff; TEXT-DECORATION: none;
}

.link A:hover {
	COLOR: #ffcc00; TEXT-DECORATION: none;
	background:none;
}

BODY{
	font-size: 12px;
  color : white;
  background-color : #dbe6f2;
  
}

TR {
	font-size: 12px;
  text-decoration : none;
}

.gyoukan {
	line-height: 150%;
	font-size: 12px;

}
</pre></body></html>