@charset "utf-8";

@import "reset.css";

/*基本のスタイル---------------------------------------------------------------------------------*/
html {
	height: 100%;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	color: #FF0000;
	text-align: center;
	background-image: url(../img/bgBody.jpg);
	background-repeat: repeat;
	background-color: #000000;
	font-weight: bold;
}
div#content {
	height: 1200px;
	width: 975px;
	background-image: url(../img/TOP.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-top: 920px;
	text-align: center;
}
table {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
table td {
	padding: 5px;
}
/*-------------------------------------------------------------------------基本のスタイルここまで*/

