@charset "shift_jis";

body {
  margin: 0px;
  padding: 0px;
}

/********** 繝輔ャ繧ｿ繝ｼ驛ｨ蛻・**********/
#global_footer {
  font-family: "ＭＳ ゴシック", sans-serif;
  font-size: 12px;
  height: auto;
  width: 100%;
  background-color: #cdd0bf;
  text-align: center;
  z-index: 50;
  margin: 0;
  position: fixed;
  _position: inherit;
  z-index: 9999;
  border-top: solid 1px #9fa291;
  bottom: 0;
  left: 0;
  margin-top: 30px;
  text-align:center;
}
#global_footer .pageup,#global_footer .copy{
  position:relative;
  display:inline-block;
}
#global_footer .foot_c {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  width: 1000px;
}

#global_footer .pageup {
  width: 92px;
  padding: 0px;
  padding-left: 10px;
}

#global_footer .copy {
  color: #494632;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  height: 20px;
  float: left;
  padding-left: 80px;
}


.pageup a img {
  border: none;
}

a:hover img#pageTop {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
