﻿/*....... header css starts here......*/
#header .koukoku
{
    width: 728px;
    height: 90px;
    float: right;
    position: absolute;
    right: 7px;
    top: 40px;
}

#header .login_box
{
    width: 126px;
    height: 114px;
    padding: 0;
    color: #4E4841;
    line-height: 18px;
    background-color: #FFFFFF;
    position: absolute;
    left: 840px;
    top: 11px;
    border-radius: 10px;
    z-index: 31;
    border: 1px solid #DAD3CB;
}

#header .login_box strong
{
    font-size: 16px;
    color: #cd950c;
    font-weight: bold;
    font-family: 'Raleway' , Arial, Helvetica, Sans-Serif;
}

#header .login_box p
{
    clear: both;
    font-size: 11px;
    padding-top: 8px;
    text-align: center;
}

#header .login_box .memberButtons
{
    clear: both;
    height: 35px;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 35px;
}

#header .login_box .memberButtons a:link, #header .login_box .memberButtons a:visited
{
    background-color: #000000;
    border-bottom: 5px solid #DBAB00;
    color: #FFF;
    display: inline-block;
    font-weight: bold;
    margin: 0px;
    padding: 5px 0px;
    text-align: center;
    text-decoration: none;
    width: 108px;
    font-size: 12px;
    line-height: 23px;
    font-family: 'Raleway' , Arial, Helvetica, Sans-Serif;
    top: 0;
}

#header .login_box .memberButtons a:hover, #header .login_box .memberButtons a:active
{
    background-color: #d3a518;
    border-bottom: 5px solid #D3A518;
}

#header .login_box .FacebookLogo
{
    width: 21px;
    position: absolute;
    top: 85px;
    left: 8px;
    height: 20px;
}

#header .login_box .TwitterLogo
{
    width: 21px;
    position: absolute;
    top: 85px;
    left: 50px;
    height: 20px;
}

#header .login_box .InstagramLogo
{
    width: 21px;
    position: absolute;
    top: 85px;
    left: 95px;
    height: 20px;
}


#header .headerMenu
{
    height: 185px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 30;
    top: 0px;
}
#header .headerMenu .logo
{
    background: none;
    float: left;
    height: 138px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 270px;
}
#header .headerMenu .logo a
{
    text-decoration: none;
    display: block;
    width: 270px;
    height: 138px;
}