@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body {
	background:#000000;
	font-size:74.5%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:white;
	line-height:1.5;
}

html {
	overflow-y:scroll;
}
p {
	margin:0 0 1em;
}
#contents {
	position:absolute;
	top:50%;
	left:50%;
	width:1000px;
	height:730px;
	text-align: center;
	margin: -365px 0px 0px -500px;
}

body > #contents {
	height:auto;
	min-height:365px;
}
#textbox {
	padding: 0px;
	height: 80px;
	width: 500px;
	margin: 40px auto;
}

