@charset "utf-8";
/* CSS Document */

/* スタイルリセット */

html,body{
	  margin: 0;
      padding: 0;
      border: none;
      list-style-type: none;
      font-style: normal;
      font-weight: normal;
      font-size: 100%;
      text-align: left;
      }

body{
	background-color:#FFFBE3;
    }
	
a,a:link,a:visited,a:hover{
	text-decoration:underline;
	margin:0px;
    }
	
img{
	border:none;
    }



/* 全体を入れるボックス */
.zentaibox{
	width:1000px;
	height:750px;
	margin:15px auto 0 auto;
	text-align:center;
	padding:0;
	background-image:url(1.jpg);
	background-repeat:repeat;
    }
	

/* 文字 */
p{
	font-size:12px;
	color:#000;
	text-align:center;
	margin:0 auto 0 auto;
	padding:0px 0px 0px 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
	

