@charset "Shift_JIS";

.link01 a:link {
	color: #003399;
	text-decoration: underline;
}

.link01 a:visited {
	color: #003399;
	text-decoration: underline;
}

.link01 a:visited:hover {
	color: #ff0000;
	text-decoration: underline;
}

.link01 a:focus {

}

.link01 a:focus:active {

}

.link01 a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.link01 a:hover:active {
	color: #ff0000;
	text-decoration: underline;
}
