@charset "utf-8";

/* --- 全体の背景・テキスト --- */
body{
	margin-top: 200px;
	padding: 0;
	border: 0;
	background-color: #000000; /* ページの背景色 */
	color: #ffffff; /* 全体の文字色 */
	font-size: 100%; /* 全体の文字サイズ */
	}
div.centering	{
	text-align: center;
	}
div.footer	{
	padding-top: 50px;
	font-size: 15px;
	font-family: sans-serif;
	}
h1	{
	font-size: 40px;
	margin-bottom: 0px;
	}
h2	{
	margin-top: 50px;
	font-size: 20px;
	font-family: sans-serif;
	color: orange;
}
a	{
	font-size: 20px;
	color: red;
	text-decoration: none;
	}
a:hover,h2:hover	{
	color: white;
}