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

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/*--------------------------------------------------------
　index設定
--------------------------------------------------------*/

#wrapper h1 {
	margin-top:300px;
	text-align:center;
}

#wrapper p {
	margin-top:60px;
	text-align:center;
	color:#666666;
	font-size:14px;
}