@charset "UTF-8";
/* CSS Document - Code copyright Studio Riki*/

body {
    font-family: 'Oswald', sans-serif;
    background: url(images/bg_tile.png) repeat;
}

#wrapper {
    width: 1100px;
    margin: 0 auto;
}

#left {
    float: left;
    margin-top: 90px;
    margin-left: 5px;
}

#middle {
    float: left;
    margin-left: 7px;
    margin-top: 80px;
    font-size: 11px;
    color: #9c3636;
    width: 600px;
    display: inline;
}

#middle a {
    text-decoration: none;
    color: inherit;
}

#under-main-img {
    text-align: right;
    padding-right: 15px;
}

#main-image {
    padding-top: 5px;
}

#right {
    float: left;
    position: relative;
    padding-top: 95px;
    color: #FFFFFF;
}

#right ul li {
    position: relative;
    list-style-image: url(images/arrow_btn.png);
    line-height: 20px;
    width: 200px;
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 12px;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

#right ul li a {
    text-decoration:none;
    font-size: 18px;
    color: #FFFFFF;
}

#right ul li span {
    position: absolute;
    font-size: 11px;
}

#story {
    clear: both;
    width:600px;
    padding-top: 20px;
    padding-left: 200px;
    padding-right: 150px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: justify;
    font-family: 'Helvetica', sans-serif;
}

#bottom {
    clear: both;
    width: 1000px;
    padding-top: 30px;
    padding-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    color: #9c3636;
    text-align: center;
}

#bottom ul li {
    display: inline;
    list-style: none;
}

#bottom ul li a {
    padding: 3px 3px;
}

#copyright {
    text-align: center;
    vertical-align: bottom;
    font-size: 9px;
    font-style: italic;
    bottom: -30px;
}

p a {
    color:#C48686;
    text-decoration: none;
}

a.bottom-menu {
    color: #9c3636;
    text-decoration:none;
}

a.bottom-menu:hover {
    color: #FFFFFF;
}