body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
img.bg {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}
div#container {
  position: relative; 
  text-align: center;
}
/*index*/
img.logo {
  margin: 200px 0 300px;
}
/*maintenance*/
div.maintenance-message {
  width: 500px;
  margin: 100px auto 200px;
  height: 250px;

  background: url(../img/maintenance/bg-message.png) no-repeat 0 0;
  text-align: center;
}
div.maintenance-message p {
	padding-top: 180px;
	font-size: 13px;
}
/*footer*/
footer {
  text-align: center;
}
footer div.copyright {
  font-size: 0.8em;
}