@charset "UTF-8";
/* CSS Document */

/*=========second==========*/
#container {
    background: url(../images/top/bg_toppage.jpg) top center no-repeat;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-top: #ffdc39 5px solid;
    padding: 5px 0;
    background-attachment: fixed;
}
#wrap {
    position: relative;
    width: 980px;
    height: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 5px;
}
#contents {
    width: 100%;
    height: 100%;
}

#header {
    width: 980px;
    height: 120px;
    position: relative;
    margin: 0 auto;
}
#header .logo {
    width: 168px;
    height: 103px;
    position: absolute;
    top: 10px;
    z-index: 120;
}
#header .logo a img {
    width: 168px;
}

#header .nav {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 130px;
    z-index: 21;
}
#panlist {
    margin-top: 70px;
}
#panlist li {
    float: left;
    min-height: 15px;
    margin: 0px 0px 5px 10px;
    line-height: 15px;
    font-size: 12px;
    color: #ccc;
}
#panlist li a {
    display: block;
    padding-right: 18px;
    background: url(../images/common/icn_arrow_next.gif) right no-repeat;
}

#contents #left {
    float: left;
    width: 221px;
    margin-right: 9px;
    text-align: center;
}
#contents #left img {
    margin-bottom: 15px;
}
#contents #left .campain {
    width: 220px;
    min-height: 50px;
    padding-top: 17px;
    background: url(../images/common/bg_campain.jpg) no-repeat;
}
#contents #left .campain_bottom {
    width: 220px;
    min-height: 21px;
    margin-bottom: 15px;
    background: url(../images/common/bg_campain_bottom.jpg) bottom no-repeat;
}
#contents #left .campain img {
    margin-bottom: 5px;
}

#contents #main {
    float: left;
    width: 750px;
    margin-bottom: 40px;
    background: url(../images/common/bg_main.jpg);
}
#contents #main .main_top {
    width: 750px;
    background: url(../images/common/bg_main_top.jpg) top center no-repeat;
}
#contents #main .main_bottom {
    width: 750px;
    min-height: 450px;
    background: url(../images/common/bg_main_bottom.jpg) bottom center no-repeat;
}

h1 {
    width: 100%;
    height: 73px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #3a5539;
    line-height: 75px;
    position: absolute;
    top: 20px;
    background: url(../images/common/bg_page_title.png) no-repeat top center;
    z-index: 110;
}
#contents #main h2 {
    margin: 0;
    padding: 0 0 0 45px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 47px;
}
#contents #main h3 {
    width: 690px;
    height: 74px;
    margin: 20px 0px 10px 0px;
    padding-left: 90px;
    line-height: 77px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: url(../images/common/bg_h3.gif) no-repeat;
}
#contents #main .outer h3 {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: medium;
    font-weight: normal;
    color: black;
    background: none;
}
#contents #main .outer h3:before {
    content: '■';
}

#contents #main h4 {
    height: 35px;
    margin-bottom: 10px;
    padding-left: 40px;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/common/icn_h4.gif) left center no-repeat;
}
#contents #main h5 {
    padding-left: 16px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    background: url(../images/common/icn_li_red.gif) left 4px no-repeat;
}
#contents #main .detail {
    padding: 20px 30px 30px 30px;
    margin: 0 auto;
}
#contents #main p {
    margin: 0px;
    padding-bottom: 20px;
}
#contents #main .arrow {
    display: block;
    margin: 0px;
    padding-left: 16px;
    color: #000000;
    background: url(../images/common/icn_arrow.gif) 5px 7px no-repeat;
}
#contents #main .border_box {
    border: 1px #c3b38a solid;
    padding: 20px;
    margin: 10px 0px;
}
#second #contents h3.top {
    margin-top: 0px !important;
}
