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

body {
	background: url(../imgs/bg.jpg) repeat-x center top #559742;
	margin: 0;
	color: white;
	font-family:'ヒラギノ丸ゴ Pro W3', 'Hiragino Maru Gothic Pro, Me', 'osaka', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif ;
	font-size: 12px;
	scrollbar-base-color: #559742;
	}

#main {
	width: 100%;
	text-align: center;
	}

#mainObject {
	width: 880px;
	height: 620px;
	margin: 0 auto 0 auto;
	}

/*
#footer {
	background: url(../imgs/footer.png) repeat-x left bottom;
	position: absolute;
	height: 150px;
	width: 100%;
	bottom: 0;
	text-align: center;
	}
*/