html {
  height: 100%;
}

body {
  height: 100%;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
  color: #000;
  	background: #ffffff;
	background-image: url("../../images/bgtop-mini.png");
	background-repeat: repeat-x;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: 800px;
  margin: 20px auto;
  padding: 30px;
  overflow: hidden;
}

.container span,
.container p,
.container div {
  line-height: 1.6;
}

h1 {
  margin-bottom: 30px;
  font-size: 20px;
  position: relative;
  text-align: center;
}


.submit_area {
  margin-top: 45px;
  text-align: center;
}
