@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	margin-top: 20px;
}

h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #006600;
	left: 10px;
}

h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 10px;
	line-height: 1.5em;
	left: 10px;
}
#footer {
	height: auto;
	width: auto;
	background-color: #000;
	padding: 5px;
	line-height: 1.5em;
	font-size: small;
	color: #ccc;
	clear: left;
	margin-top: 5px;
}
