@charset "utf-8";
/* CSS Document */

@charset "utf-8";
body {
	color:#FFFFFF;
	margin: 0;
	font: 12px "メイリオ", "ＭＳ Ｐゴシック";
	background: #333333;
}
p {
	margin-top: 3px;
	margin-bottom: 3px;
	color: #AAFFFF;
}a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 95%;
}
a:hover {
	background: #000000;
}

