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


/*common*/
body{
	line-height:1.5m;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	color:#ffffff;
	background:#000000;
}

/*main structure*/

div#container{
	max-width:960px;
	margin:0 auto;
}
header{
	height:500px;
	position:relative;
	background-color:#000000;
}
header h1{
	text-align:center;
	margin-top:120px;
}
header h2{
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}
header p{
	text-align:center;
	margin-top:80px;
}

footer p#copyright{
	text-align:center;
	margin-top:20px;
	font-size:12px;
}

