@charset "Shift_JIS"; 

/*
このファイルはスタイルの初期値を定義しています。
*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* ========== リンク ========== */

a:link {
	color: #336699;
	text-decoration: underline;
}

a:visited {
	color: #777777;
	text-decoration: underline;
}

a:hover {
	color: #336699;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}