body {

    background-image: url("../images/bg.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

header {

    height: 26px;
    width: 100%;
    background-image: url("../images/header_bg.png");
    background-position: center top;
    background-size: auto 26px;
    background-repeat: repeat-x;
}

article {

    background-image: url("../images/panel_bg.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#panel {

    margin: 30px auto 0 auto;
}

#koushiki {

    width: 1023px;
    margin: 0 auto 60px auto;
    text-align: right;
}

#koushiki a:hover {

    opacity: 0.6;
}

#aisatsu {

    width: 880px;
//    width: 960px;
//    height: 810px;
//    overflow-y: scroll;
    margin: 60px auto 0 auto;
}

#aisatsu > section {

    display: inline-block;
    width: 390px;
    margin: 0 20px;
    padding: 0;
    vertical-align: top;
    text-align: left;
    font-size: 18px;
    line-height: 1.6em;
}

#aisatsu > section > h1 {

    font-size: 30px;
    text-align: center;
    width: 100%;
}

#aisatsu > section > .sig {

    margin: 30px 0;
    font-size: 21px;
    text-align: center;
    width: 100%;
}

#aisatsu > section > .sig .sig-org {

    font-size: 16px;
}

#aisatsu > section > .sig .sig-photo {

    margin: 30px 0;
    text-align: center;
    width: 100%;
}

#gnav {

    width: 880px;
    margin: 30px auto 0 auto;
}

#gnav > section {

    display: inline-block;
    width: 390px;
    margin: 30px 20px;
    padding: 0;
    vertical-align: top;
}

#gnav > section > h1 {

    display: inline-block;
    height: 30px;
    width: 100%;
    padding: 30px 0;
    font-size: 32px;
    line-height: 1em;
    font-weight: normal;
    background-color: #000011;
    border-top: solid 3px #b39715;
}

#gnav > section > h1 > a {

    color: #ffffff;
}

#gnav > section > h1:hover {

    opacity: 0.6;
}

#gnav > section > ul {

    margin-top: 40px;
}

#gnav > section > ul li {

    margin-top: 20px;
    font-size: 24px;
}

#gnav > section > ul li:hover {

    opacity: 0.6;
}

#gnav > section > ul li a {

    color: #000011;
}

#committee {

    width: 450px;
    margin: 60px auto 0 auto;
    border: solid 1px #111111;
    line-height: 1em;
    font-size: 36px;
    padding: 30px 0;
}

#committee:hover {

    opacity: 0.6;
}

#committee a {

    color: #111111;
}

#twitter {

    width: 600px;
    margin: 90px auto 0 auto;
}


