@charset "utf-8";
/* CSS Document */
body {
	font: 12px "MS UI Gothic", "ＭＳ Ｐゴシック", Osaka, mono;
	background: #FFFFFF url(../images/background000.jpg) repeat-y center;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	text-decoration: none;
	border: none;
}
/* IE7でpadding指定 */
*:first-child+html body {
	padding-left: 0;
}

/* IE6以下でpadding指定 */
*html body {
	padding-left: 1px;
}


#y-Center {
	position: absolute;
	height: 490px;
	top: 50%;
	margin: -245px 0 0 0;
	padding: 0;
}
#x-Center {
	position: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/background001.jpg) repeat-x left;
}

