﻿/*....... header css starts here......*/
#header .koukoku
{
    float: left;
    height: 90px;
    left: 10px;
    position: absolute;
    top: 195px;
    width: 728px;
}

#header .login_box {
	width:201px;
	height:85px;
	padding:7px 10px 10px 10px;
	color:#fff;
	line-height:23px;
	background:#37102F;
	position: absolute;
	right: 10px;
	top: 188px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -khtml-border-radius: 8px;
	z-index: 32;
	}

#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
{
    display: inline-block;
    color: #fff;
    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: url(../images/interface/Footer/buttonbg.png) 0 -1px repeat-x;
    -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;
    color: #CE80BE;
	text-shadow: -1px 0 #B23599, 0 1px #B23599, 1px 0 #B23599, 0 -1px #B23599;
}	

#header .headerMenu { height:357px; width:100%; margin:0; padding:0; position:absolute; z-index:30; top: 0px; }
#header .headerMenu .logo {
    background: none;
    float: left;
    height: 180px;
    margin-bottom: 0px;
    margin-left: 12px;
    margin-top: 42px;
    width: 980px;
}
#header .headerMenu .logo a{ text-decoration:none; display:block; width:980px; height:140px;}
	
