@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

body {
	background:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:100%;
	color:#FFF;
	width:100%;
	height:100%;
	/*min-width:1000px;
	_display: inline;
	_zoom:1;*/
	
}

h1 {
	font-size:14px;
	margin-bottom:20px;
}

p {
	font-size:12px;
	margin-bottom:20px;
}

#allWrapper {
	width:100%;
	height:100%;
}

#all {
}

#container{
	margin:50px;
	padding:20px;
	background:url(../images/bg.png);
	position:relative;
}

.copyright {
	margin:0;
	font-size:11px;
}
