/** General(Global) Style **/
body {
    /*font-family: 'Slabo 27px', serif;*/
    /*font-family: 'PT Sans', sans-serif;*/
    font-family: 'Droid Serif', serif;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a {
    color: black;
}

a:visited {
    color: black;
}

/** HEADER **/
#header {
    font-family: sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #c0c0c0;
    z-index: 9999;
}

#header_banner {
    float: left;
    height: 60px;
    width: 100%;
    background-color: white;
}
/** HEADER LOGO **/
#header_logo {
    position: absolute;
    top: 8%;
    left: 2%;
}

#header_logo img {
    height: 100px;
    box-shadow: 5px 5px 2px #000000;
}
/** HEADER NAV **/
#header_navigation {
    font-family: 'Roboto', sans-serif;
    font-size: 1.0em;
    float: left;
    height: 40px;
    width: 100%;
    padding-top: 20px;
    background-color: #10297b;
}

#header_navigation ul {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
}

#header_navigation li {
    float: left;
    margin-left: 5%;
}

#header_navigation li a {
    color: #ffffff;
}

#header_navigation li a:hover {
    text-decoration: underline;
}
/** HEADER SIGNIN/MyPage **/
#header_user {
    font-size: 0.8em;
    position: absolute;
    top: 5%;
    right: 2%;
    height: 120px;
    width: 100px;
}

.header_mypage {
    float: left;
    height: 15%;
    width: 100%;
    padding-top: 5%;
    text-align: center;
    margin: auto;
    background-color: #10297b;
    border: 2px solid #ffdf00;
}

.header_mypage a {
    color: #ffffff;
}

.header_mypage a:hover {
    text-decoration: underline;
}

.header_signin {
    float: left;
    height: 15%;
    width: 100%;
    padding-top: 5%;
    margin: auto;
    text-align: center;
    background-color: #10297b;
    border: 2px solid #ffdf00;
    color: #ffffff;
}

.header_signin a {
    color: #ffffff;
}

.header_signin a:hover {
    text-decoration: underline;
}
/** BODY **/
.body_wrapper {
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    min-height: 600px;
    /*border: 4px solid #f1fcff;*/
}
/** FOOTER **/
#footer {
    position: relative;
    min-width: 1050px;
    left: 0;
    bottom: 0;
    height: 120px;
    width: 100%;
    color: white;
    background-color: black;
    padding: 2% 2% 2% 1%;
}

#footer a {
    color: white;
}

#footer a:hover {
    color: #e8e8e8;
}

#footer div {
    margin: auto;
    width: 98%;
}
