@charset   "Shift_JIS";
/*****************************************
　■リンクの色設定
*****************************************/

a:link {
	color:#003333;
	text-decoration: none;
}

a:visited {
	color: #003333;
	text-decoration: none;
}

	
a:hover {
	color: #0000ff;
	text-decoration: underline;
	position:relative;
	top:1px;
	left:1px;
}

a:active {
	color: #003333;
	text-decoration: none;
	}