﻿/*....... header css starts here......*/
#header .koukoku
{
    width: 728px;
    height: 90px;
    float: left;
    position: absolute;
    left: 253px;
    top: 10px;
    z-index: 31;
}

#header .headerMenu
{
    height: 110px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 30;
    top: 0px;
}
#header .headerMenu .logo
{
    width: 244px;
    height: 110px;
    background-color: Aqua;
    background: url(../images/interface/Header/header-background.png) 0 0 no-repeat;
    float: left;
    margin-left: 0px;
}
#header .headerMenu .logo a
{
    text-decoration: none;
    display: block;
    width: 244px;
    height: 110px;
}


