/* CSS Document */

#footer {
  position: relative;
  height: 120px;
  top: 30px;
  border-top: dotted #CCCCCC 1px;
  background-image: url(../img/footer/footer-back.gif);
  background-repeat: no-repeat;
  clear: both;
}

#footer-page-top {
  position: absolute;
  top: 8px;
  right: 6px;
}

#sonota-nav {
  margin-top: 38px;
  margin-left: 10px;
}

#copyright {
  font-size: 11px;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 40px;
}

#copyright-top {
  font-size: 11px;
  margin-top: 30px;
  text-align: right;
  margin-bottom: 40px;
}

#footer-ban {
  float:left;
  margin-top: 36px;
  text-align: left;
  padding-bottom: 40px;
}

