@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: url(../images/common/bg.jpg) #3590ff;
  font: 13px/24px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #4a4a4a;
}
body.hide {
  overflow: hidden;
}

header, nav, section, footer {
  display: block;
}

header {
  width: 100%;
  height: 100px;
  background: url(../images/common/logo.png) no-repeat center top;
  overflow: hidden;
  text-indent: -9999px;
}

footer {
  text-align: center;
  color: #006acc;
  font: bold 11px Avenir, sans-serif;
  text-shadow: 0px 1px 0px #61a7ff;
  width: 100%;
  height: 20px;
  left: 0;
  margin-top: 24px;
}

a img {
  border-style: none;
}

form {
  margin: 0;
  padding: 0;
}

div#container {
  width: 982px;
  min-height: 575px;
  margin: 0 auto 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 102, 186, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 102, 186, 0.5);
  padding-top: 25px;
}
div#note {
  width: 100%;
  height: 53px;
  line-height: 53px;
  color: #007aff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: url(../images/common/note_bg.png) repeat-x #d3efff;
}
