@charset"UTF-8";

/*
# web : facta.co.jp
# file : layout.css
# edit by : takano@facta.co.jp
# last update : 2013/08/18
*/

/*
# --------------------------------------------------------------------------------
# base layout
# --------------------------------------------------------------------------------
*/

body {
    background: #fff url("/images/background.gif") repeat-x 0 0;
    text-align: center;
}

#wrapper {
    position: relative;
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#usernavi {
    /* parts.css */
}

#header {
    /* parts.css */
}

#gnavi {
    /* parts.css */
}

#container {
    width: 980px;
    background: transparent url("/images/bg-container.gif") repeat-y;
}

#contents {
    width: 657px;
    margin-left: 1px;
    text-align: left;
    float: left;
}

#main {
    width: 466px;
    float: left;
    margin: 0 0 20px 0;
    border-right: 1px solid #cfcfcf;
}

#extra {
    width: 190px;
    float: right;
}


#coverstory {
    margin: 0 20px 20px 20px;
    padding: 0;
    width: 617px;
    background: transparent;
    border-bottom: 1px solid #cfcfcf;
}

#coverstory div.coverstory-photo {
    float: left;
    width: 200px;
    height: 205px;
    margin: 0 20px 0 0;
}

.content,
.index,
.columntop {
    padding: 0 20px;
    background: transparent;
}

#review {
    clear: both;
    margin: 0 20px 0 20px;
    padding: 0;
    width: 617px;
    height: 140px;
    background: transparent;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

#side {
    width: 311px;
    background: transparent;
    float: right;
    text-align: left;
}

#footer {
    clear: both;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 20px 0;
    background: #1c1c1c;
}

