@charset "UTF-8";

/* リンクスタイル
----------------------------------------*/

a:link {
	color: #06C;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #039;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
}
a img {
	border-style: none;
}
