@charset "UTF-8";
/* CSS Document */
.color_1 {
	color:#D1EB23;
}
.color_2 {
	color:#5F665B;
}

.link_style_a a:link, .link_style_a a:active, .link_style_a a:visited {
	color:#D1EB23;
	}
.link_style_a a:hover {
	color:#EBE728;
	}

.link_style_b a:link, .link_style_b a:active, .link_style_b a:visited {
	color:#5F665B;
	}
.link_style_b a:hover {
	color:#BDCBDE;
	}
	
.link_style_c a:link, .link_style_c a:active, .link_style_c a:visited {
	color:#769BAC;
	}
.link_style_c a:hover {
	color:#DAE0E0;
	}