@charset "utf-8";
body {
	font-family: "メイリオ";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
a {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}

