 
BODY{
font-size : 11px;

margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
background-color : white;



background-attachment : fixed;
}
A:HOVER{
font-size : 11px;
color : #0000FF;
text-decoration : underline;
}
A{
font-size : 11px;

text-decoration : none;

color : #0000FF;
}
TABLE{
font-size : 11px;
text-decoration : none;
}
/*見出し用追加*/
.headLine{
	width:800px;
	height:30px;
	background-color:#82BF20;
	color:#FFFFFF;
	text-align:left;
	margin-bottom:5px;
}
.headLine h2{
	padding-left:5px;
	padding-top:5px;
}