<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";



body {
    font-family: "Times New Roman", Times, serif;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    color: black;
    background-color: #fff;
}

a { color: #d2be8b; text-decoration: none; }
a:link { color: #d2be8b; text-decoration: none; }
a:visited { color: #d2be8b; text-decoration: none; }
a:hover, a:active { color: black; text-decoration: underline	; }

h1 {
    font-size: 13px;
    color: #c8d4c8;
}

h2 {
    font-size: 13px;
    font-style: italic;
    color: #c8d4c8;
}

#container {
    position: relative;
    width: 935px;
    margin: 0 auto;
    margin-top: 105px;
    text-align: left;
}


.content {
    position: static;
    padding-top: 51px;
    width: 935px;
    height: 342px;
    line-height: 21px;
    border: 1px;
    border-top: 1px solid;
    border-color: #bbcabe;
}

#content2 {
    position: static;
    padding-top: 51px;
    width: 935px;
    height: 232px;
    line-height: 20px;
    border: 1px;
    border-top: 1px solid;
    border-color: #bbcabe;
}

#content3
{
    position: static;
    padding-top: 51px;
    width: 935px;
    height: auto;
    line-height: 20px;
    border: 1px;
    border-top: 1px solid;
    border-color: #bbcabe;
}

#content4 {
    position: static;
    padding-top: 51px;
    width: 935px;
    height: 216px;
    line-height: 20px;
    border: 1px;
    border-top: 1px solid;
    border-color: #bbcabe;
}

.pic_wrapper {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    padding-top: 17px;
    padding-bottom: 12px;
    padding-right: 12px;
}

.gallery img {
    display: inline-block;
}

#navi_box {
    position: relative;
    margin: auto;
    margin-top: 113px;
    width: 935px;
    height: auto;
    padding-bottom: 10px;
}

#navi {
    position: relative;
    float: left;
    margin-top: 85px;
    color: #d2be8b;
    letter-spacing: 0;
    width: auto;
    margin-left: 40px;
}

#navi a { color: #d2be8b; text-decoration: none; }
#navi a:link { color: #d2be8b; text-decoration: none; }
#navi a:visited { color: #d2be8b; text-decoration: none; }
#navi a:hover, a:active { color: #d2be8b; text-decoration: underline	; }

#logo {
    position: relative;
    float: left;
}

#logo img {
    max-width: 450px;
    height: auto;
    margin-top: 3px;
}

a.link,
a.link:link,
a.link:hover,
a.link:active {
    color: black;
    text-decoration: underline;
    font-style:normal;
}

@media screen and (max-width:800px) {
body {
    font-family: "Times New Roman", Times, serif;
    font-size: 9px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    color: black;
    background-color: #fff;
}


}</pre></body></html>