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

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

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

#mainObject {
	width: 940px;
	margin: 0 auto;	z-index: 1;
	}

#menu {
	position: absolute;
    bottom: 30px;
	height: 220px;
	width: 100%;
	text-align: center;
	z-index: 1;
	}

*:first-child+html #menu {
    bottom: 0px;
	text-align: left;
	}

* html #menu {
	bottom: 10px;
	vertical-align: bottom;
	left: 0;
	}

#logo {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	}

#footer{
    position:absolute;
	z-index: 1;
	background: url(../imgs/footer_bg.gif) repeat-x #131313;
    bottom:0px;
    height:30px;
    width:100%;
}

#copyright {
	text-align: right;
	margin: 4px 20px 0 20px;
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #2e3032;
	}

#copyright img {
	float: left;
	margin: 5px 0 0 0;
	}
	

