@charset "UTF-8";
.f_big {
	font-size: 120%;
	color: #333;
}
.f_green_s {
	font-size: 90%;
	color: #6a813b;
	line-height: 1.4em;
}
.f_green {
	color: #6a813b;
}
.f_red {
	color: #b72d27;
}
.f_black_b {
	color: #333;
	font-weight: bold;
}
a:link {
	color: #6a813b;
	text-decoration: none;
}
a:visited {
	color: #6a813b;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
