A { 
text-decoration:underline; 
color : blue; 

  font-size : 8pt;
}

A:HOVER {
text-decoration:underline; 
 
color : aqua; 

  font-size : 8pt;
}

.menu A {
	text-decoration:none;
	color : blue;
	font-size : 8pt;

}

.menu A:HOVER {
	text-decoration:none;
	background:#FFFFFF;
	color : aqua;
 
  font-size : 8pt;
}

.sub_menu A {
	text-decoration:none;
	color : blue;
	font-size : 8pt;
}

.sub_menu A:HOVER {
	text-decoration:underline;
	color : aqua;
  font-size : 8pt;
}

.sub_menu {
	font-size : 8pt;
}

 
.link A {
	text-decoration:none;
	color : blue;
	font-size : 8pt;
	line-height: 140%;
}

.link A:HOVER {
	text-decoration:underline;
	color : aqua;
 
  font-size : 8pt;
}
 
.link {
	font-size : 8pt;
  color : blue;
}

 
body{
	font-size: 12px;
}

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

tr {
	font-size: 12px;
}
.font10 {
	font-size: 10px;
	line-height: normal;
}
