body {
    margin: 0;
    padding: 0;
    background: #dfdede;
    font-family: 'Montserrat', sans-serif;
}
a {
    color: #000000;
}

#imSite {
    width: 1000px;
    margin: 10px auto;
    text-align: left;
}

#imHeader {
    height: 205px;
    background: url('header.jpg') no-repeat right top;
    background-size: cover;
    line-height: 205px;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 97%;
    border-left: 15px solid;
    border-right: 15px solid;
    border-color: #ada8a8;
    border-top: 15px solid #ada8a8;
}

.header-text {
    text-align: center;
    background-color: white;
    font-weight: bold;
}

#imBody {
    background: url('content.png') repeat-y left top;
}

#imContent {
    padding: 10px 30px;
}

#imFooter {
    clear: both;
    height: 50px;
    background: url('footer.png') no-repeat left top;
}

nav a {
    text-decoration: none;
    display: inline-block;
    position: relative;
}

nav ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #e4b673;
    font-size: 14px;
}

nav li {
    display: inline-block;
    margin: 0 5px 0 5px;
    transition: .5s linear;
    font-weight: bold;
}

.top-menu li {
    display: inline-block;
    margin: 0 5px 0 5px;
    transition: .5s linear;
}

.top-menu li.active {
    background: #c5c5c5;
    color: #113c19;
}

.top-menu li a {
    color: #113c19;
}

ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #d0cab4;
}

a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    text-indent: 0;
}

li a {
    color: #000000;
    text-transform: full-size-kana;
}

li {
    display: inline-block;
    margin: 0 5px 0 5px;
    transition: .5s linear;
}

li a:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #fcf5eb;
    transition: all 0.5s linear;
}

li a:hover:after {
    width: 100%;
}

@media screen and (max-width: 1000px) {
    ul {
        height: auto;
        line-height: 50px;
    }

    li {
        display: block;
        margin: 0;
    }

    li:hover {
        background: rgba(0, 0, 0, .1)
    }

    li a:after {
        content: none;
    }
}

p {
    margin: 0;
    padding: 0;
    color: #000000;
    text-align: justify;
    font-size: 19px;
    font-family: Times New Roman, serif;
    vertical-align: baseline;
    line-height: 25px;
    text-indent: 30px;
}

span {
    margin: 0;
    padding: 0;
    color: #000000;
    text-align: justify;
    font-size: 19px;
    font-family: Times New Roman, serif;
    vertical-align: baseline;
    line-height: 25px;
}

.top-menu li {
    line-height: 18px;
    border-radius: 8px;
    padding: 4px;
    max-width: 25%;
}

.top-menu {
    background-color: #aea8a7;
}

.top-menu li.active {
    background-color: #dfdede;
}

.top-menu li a:after {
    bottom: -3px;
}

#imCelImg_Cont p {
    font-size: 13px;
    text-align: center;
    line-height: 15px;
    text-indent: 0;
}

body #imCel {
    display: inline-block;
}

.equalsSizeChildBlocks.threeImagesLikeOne #imObj {
    width: 100%;
}

.equalsSizeChildBlocks.threeImagesLikeOne a {
    margin: 0 10px;
}

.equalsSizeChildBlocks.slimBetweenDivSpace #imObj {
    margin: 0 13px;
}

.lb-details .lb-caption p {
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
    text-indent: 0;
    color: white;
}

#imObj img {
    max-height: 200px;
    height: 200px;
}

#imBody nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
}