@charset "UTF-8";

===== 3: link setting ===========================
*/
a:link{
	color: #009933;
	text-decoration:underline;
}
a:visited{
	color: #459C05;
}
a:hover{
	color: #009933;
	text-decoration:none;
}
a:active{
	color: #009933;
}