@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #333333;
	font-family: "メイリオ", "Meirio" , "MS U1 Gothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "osaka" , sans-serif;
	font-size: 14px;
}

a:link		{ color: #992222 ; text-decoration:none; }
a:visited	{ color: #663333 ; text-decoration:none; }
a:hover		{ color: #CC6666 ; text-decoration:underline; }
a:active	{ color: #FF1111 ; text-decoration:underline; }

