﻿/*....... header css starts here......*/
#header .koukoku
{
    width: 728px;
    height: 90px;
    float: right;
    position: absolute;
    right: 7px;
    top: 27px;
    z-index: 31;
}

#header .login_box {
	width:201px;
	height:85px;
	padding:7px 10px 10px 10px;
	color:#fff;
	line-height:23px;
	background:url(../images/interface/Header/login-area_bg_header.png) no-repeat left top;
	position: absolute;
	left: 749px;
	top: 11px;
	}

#header .login_box strong {
	font-size:18px;
	font-weight:normal;
	}
#header.login_box p {
	clear:both;
	}
	
#header .login_box .memberButtons {
    position: relative;
    clear: both;
    width: 100%;
    height: 35px;
    text-align: center;
    margin-top: 5px;
}

#header .login_box .memberButtons a:link, #header .login_box .memberButtons a:visited
{
    border: 1px solid #000000;
    display: inline-block;
    color: #000000;
    width: 70px;
    text-decoration: none;
    margin: 0 3px 0 3px; /*Margin between each menu item*/
    padding: 5px 10px 5px 10px; /*Padding within each item*/
    background-color: #bcbcbc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

#header .login_box .memberButtons a:hover, #header .login_box .memberButtons a:active
{
    background-color: #000000;
    color: white;
    text-decoration: underline;
}	

#header .headerMenu { height:202px; width:100%; margin:0; padding:0; position:absolute; z-index:30; top: 0px; }
#header .headerMenu .logo {
    background: none;
    float: left;
    height: 70px;
    margin-bottom: 16px;
    margin-left: 12px;
    margin-top: 42px;
    width: 238px;
}
#header .headerMenu .logo a{ text-decoration:none; display:block; width:238px; height:70px;}
	
