@charset "Shift_JIS";

body {
    background-image: none;
}
div#middle {
  width: 950px;
  margin: 0 auto;
}
#middle a {
    line-height: 0;
}

/* ---------- .footer ---------- */

.footer {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 12px;
    line-height: 1.5;
    color: #996600;
}
.footer a {
    color: #996600;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer__top {
    padding: 10px 0;
    border-top: 1px solid #CCB27F;
    text-align: center;
    background: #FFFFFF;
}
.footer__middle {
    padding: 10px 0;
    border-top: 1px solid #CCB27F;
    text-align: center;
    background: #FFFFFF;
}
.footer__middle li {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #CCB27F;
}
.footer__middle li:first-child {
    border-left: none;
}
.footer__bottom {
    padding: 10px 0;
    border-top: 1px solid #CCB27F;
    font-style: normal;
    text-align: center;
    background-color: #F7F2DA;
}
.footer__bottom > br {
  display: none;
}
