/* CSS Document */

body{
font-size:12px;
color:#333333;
line-height: 17px;
background-color:#B5DA6A;
}


.back001{
	background-color:#FFF;
	font-size:13px;
	color:#630;
	padding-left:10px;
	}


.font14{
font-size:14px;
color:#F60;
font-weight:bold;
}

#back{
background-image:url(img/futa.jpg);
background-repeat:repeat-x;
background-position:bottom;

}

.font14b{
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	}

/*---▼テキスト・E鵐・・--*/
a:link{
       color:#006600;
	   text-decoration:none;
}
a:visited{
       	   text-decoration:none;
		   color:#006600;
}	   
a:hover{
       	text-decoration:underline;
		color:#006600;
}
a:active{
         text-decoration:none;
}