 
A{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-size : 10pt;
  color : blue;
  text-decoration : none;
}
A:HOVER{
  text-decoration : underline;
}
BODY{
  font-size : 10pt;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
TD{
  font-size : 10pt;
}
H1{
  font-size : 14pt;
  color : blue;
}
h2{
	font-size:12pt;
	font-weight:bold;
	color:#00F;
}
p.honbun {
	font-size:14px;
	line-height:200%;
}
ul li{
	margin-left:-20px;
	line-height:180%;
	list-style:none;
	margin-right:10px;
}
li a{
	color:#00F;
	text-decoration:none;
}
li a:hover{
	color:#F00;
	text-decoration:underline;
}