@CHARSET "UTF-8";
body {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/bg/head.png");
    background-origin: padding-box;
    background-position: left top;
    background-repeat: repeat-x;
    background-size: auto auto;
}

#wrapper {
    background: none !important;
}

.gheader {
    height: 109px;
    position: relative;
    width: 952px;
    margin: 0 auto;
}

.gheader h1 {
    position: absolute;
    left: 0;
    top: 0;
}

.gheader .logo {
    position: absolute;
    left: 0;
    top: 0;
}

.gheader .logo a {
    text-indent: -999em;
    display: block;
    background-image: url('../images/btn.png?b67ed7e03a');
    background-repeat: no-repeat;
    background-position: 0 -743px;
    height: 95px;
    width: 530px;
}

.gheader .btnLogin {
    position: absolute;
    right: 161px;
    top: 4px;
}

.gheader .btnLogin a {
    text-indent: -999em;
    display: block;
    background-image: url('../images/btn.png?b67ed7e03a');
    background-repeat: no-repeat;
    background-position: -358px -123px;
    height: 31px;
    width: 151px;
}

.gheader .btnMyPage {
    position: absolute;
    right: 161px;
    top: 4px;
}

.gheader .btnMyPage a {
    text-indent: -999em;
    display: block;
    background-image: url('../images/btn.png?b67ed7e03a');
    background-repeat: no-repeat;
    background-position: 0 -356px;
    height: 31px;
    width: 151px;
}

.gheader .btnNewEntry {
    position: absolute;
    right: 4px;
    top: 4px;
}

.gheader .btnNewEntry a {
    text-indent: -999em;
    display: block;
    background-image: url('../images/btn.png?b67ed7e03a');
    background-repeat: no-repeat;
    background-position: -227px -325px;
    height: 31px;
    width: 151px;
}

.gheader .btnLogout {
    position: absolute;
    right: 4px;
    top: 4px;
}

.gheader .btnLogout a {
    text-indent: -999em;
    display: block;
    background-image: url('../images/btn.png?b67ed7e03a');
    background-repeat: no-repeat;
    background-position: -378px -325px;
    height: 31px;
    width: 151px;
}

.gheader .myPageText {
    color: #fff;
    position: absolute;
    right: 0;
    top: 45px;
}

.gheader .myPageText a {
    color: #e7df00;
}

.gheader .myPageText a span {
    display: block;
    background-image: url('../images/icon.png?f909bdfe1b');
    background-repeat: no-repeat;
    background-position: -115px -60px;
    height: 11px;
    width: 11px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 0 5px;
}

#footer {
    border-top: 5px solid #bb0a0d;
}

#footer_inner {
    border: none !important;
}