body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	position: relative;
	background-image: url(../images/index_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
}

/* IE6 */
body {
	_padding-left: 1px;
}
/* IE7 */
*:first-child + html body {
	padding-left: 1px;
}

html {
	height: 100%;
	overflow: hidden;
}
h1 {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	opacity: 0.2;
}
a {
	color: #886300;
	text-decoration: none;
}

a:hover {
	color: #886300;

}
p {
	margin: 0px;
	padding: 0px;
}
#enter {
	text-align: center;
	position: fixed;
	bottom:10px;
	right: 0;
	left: 0;
}










