@charset "UTF-8";
.{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
}

body {
	background-image: url(../img/back.png);
}

#main{
	margin: 0px auto;
	width:860px;
	height:630px;
    text-align: center;
	background-image: url(../img/top.png);
	
}


h1{
	padding:140px 0 0 0;
	font-size:16px;
	color:#666666;
}