@charset "UTF-8";
/* CSS Document */
html, body, #wrapper {
	height: 100%;
  overflow: auto;
}
body {
	font-size: 78%;
	margin: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
	
#wrapper{
	margin: 0 auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
  background-position: 50% 0%;
	text-align: center;
}
	
h4 {
  margin-top: 0;
  margin-bottom: 0.2em;
}
