
*{
margin:0px;
paddin:0px;
}

body
    {
     margin:0px;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
     text-align:center;   /* 下記のautoに未対応用のセンタリング */
    }

#wrap{
	margin-left:auto;    /* 左側マージンを自動的に空ける */
    margin-right:auto;   /* 右側マージンを自動的に空ける */
    text-align:left;     /* 中身を左側表示に戻す */
	width: 1000px;
}

#main{
	width: 100%;
}

#main2{
	width: 100%;
	height:570px;
	background-image: url("image/result_02.jpg")
}

#btn_01{
	width:100%;
	text-align:center;
}

#name01{
	padding: 125px 0 0 360px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	font-size: 20px;
	font-weight:bold;
	color:#633;
	line-height: 40px;
}

#name02{
	padding: 140px 0 0 370px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	font-size: 16px;
	font-weight:bold;
	color:#633;
	line-height: 30px;
}