@charset "UTF-8";
/* CSS Document */


/* link */
a:link {
	color: #1A96D5;
	text-decoration: none;
}
a:visited {
	color: #1A96D5;
	text-decoration: none;
}
a:hover {
	color: #0158AF;
	text-decoration: underline;
}
a:active {
	color: #0158AF;
	text-decoration: underline;
}
