@charset "UTF-8";


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	max-width: 1260px;
	margin: 0 auto;
}

div#container {
   margin: 0 auto;
}

.square {
width: 200px;
height: 200px;
}
.horiz {
width: 100px;
height: 70px;
}
.vert {
width: 100px;
height: 130px;
}



#footer{
	margin-top:20px;
	margin-bottom:20px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #786A56;
	font-family: myfont;
}

