@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 10px;
	padding: 20px;
	background-repeat: no-repeat;
	line-height: 150%;
}
h1 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #007fbf;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

main {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	background-color: #000000;
	color: #FFFFFF;
	left: 200px;
	top: 50px;
	right: 250px;
	position: relative;
	height: auto;
	width: auto;
}
