body{
	color: #009900;
	text-align: center;
	margin: 5px;
	background-color: #ffffff;
	}
A:link{ 
	color: #006633; 
	text-decoration: none;
	}
A:visited{ 
	color : #669900; 
	text-decoration: none;
	}
A:hover{ 
	color : #33cc00; 
	text-decoration: underline ;
	}


h2{
font-size: 120%;
color: #000000;
text-align: left;
padding: 7px;
border-bottom: 2px solid #006600;
border-left: 10px solid #006600;
width: 90%;
 }
h3{
font-size: 110%;
text-align: left;
width: 85%;
}
 
p{text-align: left; width: 85%;}
.p_right{text-align: right; width: 85%;}
.list{
	line-height: 150%;
	text-align: left;
	padding-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
	width: 80%;
}

.nengou{ background-color: #CAFFCA; }
.t_content{ background-color: #FFFFFF; }