A {
	text-decoration: none;
	font-family: "Meiryo", "MS UI Gothic", sans-serif;
}
a img {
	border: none;
	background-color: none;
}

A:link {
	color: #1a50b8;
	text-decoration: none;
}
A:visited {
	color: #010b1d;
}
A:hover {
	color: #ffffff;
	background-color: #1a50b8;
}
A:active {
	color: #1a50b8;
}
