@charset "UTF-8";
/* body */

body {
    font-family: Helvetica, Arial, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    margin: 0;
}

body,
html {
    background-color: #F0E4CC;
}

/* anchor */

a:link {
    color: #43332b;
    text-decoration: underline;
}

a:visited {
    color: #43332b;
    text-decoration: none;
}

a:hover,
a:active {
    color: #c69f68;
    text-decoration: underline
}

/* -----------------base----------------- */

#header,
#content,
#footer {
    text-align: left;
    margin: 0 auto;
}

.pattern_1 {
    height: 46px;
    background: url(../images/common/pattern_1.jpg) repeat-x;
}

#home-information {
    z-index: 1;
}

.pattern_2_top {
    height: 35px;
    background: url(../images/common/pattern_2.png) top center repeat-x;
}

.pattern_2_bottom {
    height: 35px;
    background: url(../images/common/pattern_2.png) bottom center repeat-x;
}

.pattern_3 {
    height: 45px;
    background: url(../images/common/pattern_3.jpg) repeat-x;
}

.pattern_4 {
    height: 53px;
    background: url(../images/common/pattern_4.jpg) repeat-x;
}

.pattern_5 {
    height: 63px;
    background: url(../images/common/pattern_5.jpg) repeat-x;
}

#content-wrap {
    width: 980px;
    margin: 0 auto;
    text-align: left;
}

.breadcrumb {
    margin-bottom: 15px;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb .active {
    color: #c69f68;
}

.breadcrumb>li+li:before {
    content: "\00a0/\00a0";
    color: #a28679;
}

/* -----------------header----------------- */

#header-wrap {
    background: url(../images/common/header_bg.jpg) repeat-x;
    width: 100%;
}

#header {
    width: auto;
    background: url(../images/common/header_leaf.png) -50px 25px no-repeat;
    min-height: 240px;

}

.wrap980 {
    width: 980px;
    margin: 0 auto;
}

#navi-area {
    /* width: auto; */
    margin: 0 auto;
    /* position: absolute; */
    overflow: visible;
}

#navi-area-naka {
    width: 980px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: url(../images/common/bg_header02.png) center top no-repeat;
    height: 220px;
}

#logo {
    position: relative;
    width: 326px;
    height: 114px;
    margin-left: 650px;
    margin-top: 39px;
}

#navi-area ul,
#navi-area-naka ul {
    margin: 0 78px;
    padding: 0;
    position: relative;
    /* overflow: hidden; */
    /* float: left; */
    margin-top: 65px;
}

#navi-area ul li,
#navi-area-naka ul li {
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 13px;
}

#navi-area h1 a:hover img,
#navi-area ul li a:hover img,
#navi-area-naka ul li a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#header_bottom {
    background-image: url(../images/common/top_obi01.jpg) height:auto;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.obi-wrap {
    height: auto;
    margin: 0 auto;
    overflow: visible;
}

#footer_obi {
    height: 75px;
    position: relative;
    z-index: 999;
    margin-top: -4px;
}

footer {
    margin: 50px auto 20px auto;
    overflow: hidden;
    background: url(../images/common/footer_bg.jpg) center top repeat-x;
    padding-top: 120px;
}

footer a {
    color: #43332b;
}

ul.footer-links {
    text-align: center;
    width: 980px;
    margin: 0 auto 20px auto;
}

ul.footer-links li {
    display: inline;
    margin: 0 13px;
    text-align: center;
}

ul.footer-links a {
    text-decoration: none;
}

ul.footer-links a:hover {
    text-decoration: underline;
}

.copyright {
    clear: both;
    text-align: center;
    position: relative;
    color: #bcaa82;
    margin-bottom: 30px;
    font-size: 10px;
}

#breadcrumb {
    width: 970px;
    margin: 0 auto;
    padding: 8px 0;
    text-align: left;
}

.notfound {
    text-align: center;
    margin: 40px auto;
}

.notfound h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.notfound p {
    font-size: 13px;
    line-height: 200%;
}
