@import url("style.css");

/*-------------------------------------------------------------- ベース設定
*/
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 83.3%;
  /* 91.6% 11pt */
  /* 83.3% 10pt */
}
html > body {
  font-size: 10pt;
}
html {
  overflow-y: scroll;
  height: 100%;
}
* html .container,
* html .container-in {
  height: 100%;
}
body {
  color: #1f364d;
  line-height: 1.5em;
  font-family: "MS P Gothic", sans-serif;
  font-family: "meiryo";
  text-align: center;
  background: #fff url('images/main_bg.gif') center top;
  height: 100%;
}
body > .container,
body > .container .container-in {
  height: auto;
}
img {
  border: none;
  vertical-align: bottom;
}
h1 {
  text-indent: -1000em;
  height: 0;
  overflow: hidden;
}

/*-------------------------------------------------------------- header
*/
.header h1,
.header h2,
.header p {display: none;}

/*-------------------------------------------------------------- container
*/
.container {
  position: relative;
  background: url('images/main_bg_top.gif') repeat-x top center;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
}
.border01 {}

/*-------------------------------------------------------------- footer
*/
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url('images/footer_bg.gif');
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.footer p {
  text-indent: -1000em;
  background: url('images/footer_copyright.gif') no-repeat center top;
  width: 896px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
}

/*-------------------------------------------------------------- navigation
*/
.navigation {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  z-index: 100;
}
.navi-in {
  width: 896px;
  margin: 0 auto;
  padding: 8px 0;
}
.navi-in ul {
  margin: 0 auto 32px;
  list-style: none;
}
.navi-in li {
  display: inline;
  color: white;
  font-weight: bold;
  margin: 0 2px;
  padding: 0 4px;
}
.navi-in li a {color: white;}
.navi-in li a:hover {color: #ff8;}
.navi-in .notice,
.flash .notice {
  clear: both;
  font-size: 80%;
  text-align: left;
  border: 1px solid #2e7ae5;
  background: #fff;
  width: 768px;
  margin: 0 auto;
  padding: 4px 8px;
}

/*-------------------------------------------------------------- contents
*/
.contents {
  position: relative;
  width: 896px;
  margin: 0 auto;
  padding: 47px 0 56px;
}
.cn1 {
  background: url('images/contents_bg_main.jpg') repeat-y center top;
  width: 896px;
  margin: 0 auto;
}
.cn2 {
  background: url('images/contents_bg_btm01.jpg') no-repeat center bottom;
  width: 896px;
  padding-bottom: 47px;
  overflow: hidden;
}
.cn3 {
}
.cn4 {
  background: url('images/contents_bg_btm01.gif') no-repeat center top;
  width: 834px;
  height: 10px;
  margin: 0 auto;
  overflow: hidden;
}

/*-------------------------------------------------------------- Underconstruction
*/
.Contents .UC {
  text-align: center;
  margin: 16px 0;
}
.Contents .UC h3 {
  display: none;
}


