body {
    margin: 0;
    padding: 0;
    background: #dfdede;
    font-family: 'Montserrat', sans-serif;
}

#imSite {
    width: 1000px;
    margin: 10px auto;
    text-align: left;
}

#imHeader {
    height: 20px;
    background: url('header.png') no-repeat left top;
}

#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: #000;
}

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;
}

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: 20%;
}

.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;
}

body #imCel {
    display: inline-block;
}

.equalsSizeChildBlocks.threeImagesLikeOne #imObj {
    width: 100%;
}

.equalsSizeChildBlocks.threeImagesLikeOne a {
    margin: 0 10px;
}

