@charset "utf-8";
/*init*/
a img {
  border: none;
}
body {
  padding: 0;
  margin: 0;
}
/*template*/
html {
  height: 100%;
}
body {
  height: 100%;
}
#wrapper {
  height: 100%;
}
body > #wrapper {
  height: auto;
  min-height: 100%;
}
#tpl-header {
  height: 113px;
  background: url(/common/imgs/bg_header.gif) repeat-x;
}
#tpl-header_in {
  width: 960px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}
#tpl-panNavi {
  width: 960px;
  height: 33px;
  margin: 0 auto;
  font-size: 12px;
  color: #333333;
  font-family: sans-serif;
}
#tpl-panNavi td {
  vertical-align: middle;
}
#tpl-panNavi a:link {
  color: #333333;
  text-decoration: underline;
  font-weight: normal;
}
#tpl-panNavi a:visited {
  color: #333333;
  text-decoration: underline;
  font-weight: normal;
}
#tpl-contents {
  margin: 0 auto;
  padding-bottom: 80px;
}
#tpl-footer {
  height: 60px;
  margin-top: -61px;
  border-top: 1px solid #cccccc;
  background-color: #FFF;
}
#tpl-footer_in {
  width: 960px;
  margin: 0 auto;
  height: 60px;
  position: relative;
}
.tpl-headerLogo {
  position: absolute;
  top: 11px;
}
.tpl-headerBtn {
  position: absolute;
  left: 764px;
  top: 11px;
}
.tpl-footerLogo {
  position: absolute;
  top: 16px;
  left: 10px;
}
.tpl-cr {
  position: absolute;
  right: 0;
  top: 38px;
  /*background-image: url(%E8%91%97%E4%BD%9C%E6%A8%A9);*/
}
@media screen and (max-width: 769px) {
  #tpl-header_in, #tpl-panNavi, #tpl-footer_in {
    width: 100%;
  }
  #tpl-panNavi td, .tpl-headerLogo {
    padding-left: 1em;
  }
}