body {
    font-family: "Helvetica Neue", KozMinStd-Regular;
    font-size: 0;
}

/* header */

#globalheader {
}

#gh-content-wrapper {
    background-color: #80c6e7;
    border-bottom: 1px solid #666;
}

#gh-content {
    width: 1400px;
    margin: 0 auto;
    padding: 10px 0;
}

#gh-title-wrapper,
#gh-user-wrapper {
    display: inline-block;
    width: 700px;
    vertical-align: top;
}

#gh-title-wrapper {
}

#gh-title {
    font-size: 16px;
}

#gh-title a {
    color: #000;
    text-decoration: underline;
}

#gh-user-wrapper {
}

#gh-user {
    text-align: right;
    font-size: 90%;
    list-style-type: none;
    line-height: 16px;
    font-size: 0;
}

#gh-user .menu {
    display: inline-block;
    padding: 0 6px;
    font-size: 16px;
    color: #000;
}

#gh-user .menu:last-child {
    padding-right: 0;
}

#gh-user .menu a {
    color: #000;
    text-decoration: underline;
}

#gh-menu-wrapper {
    border-bottom: 1px solid #ccc;
}

#gh-menu {
    width: 1400px;
    margin: 0 auto;
}

#gh-menu .item {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    padding-right: 12px;
}

#gh-menu .item {
    display: inline-block;
}

#gh-menu .item a {
    color: #475f83;
}

#gh-menu .item a:hover {
    text-decoration: underline;
}

/* footer */

#globalfooter {
    background-color: #80c6e7;
    border-top: 1px solid #666;
}

#gf-content {
    width: 1400px;
    margin: 0 auto;
    padding: 20px 0 60px;
}

#gf-copyright {
    font-size: 20px;
    color: #000;
    text-align: right;
}

/* container */

#container {
    width: 1400px;
    margin: 0 auto;
    padding: 20px 0 100px;
}
