/* Header
--------------------------------------------------*/
#header{width: 865px;}
#header .menu{width:200px;background:#ffffff;text-align:center;;}
#header .menu ul{padding:15px 0px 10px 0;height:35px;display:flex;justify-content: space-around;}
#header .menu li{font-size:10px; background-position: top center;}
#header .menu li > a{display:block; padding-top: 20px; min-width: 5em;}

#header .menuTop{margin-bottom: 4px; background: url(/images/icon_top.gif) no-repeat;}
#header .menuRegist{background:url(/images/icon_regist.gif) no-repeat;}
#header .menuMypage{background:url(/images/icon_home.gif) no-repeat;}
#header .menuMypage_on{background:url(/images/icon_home_on.gif) no-repeat;}
#header .menuLogout{background:url(/images/icon_logout.gif) no-repeat;}
#header .menuSignin{background:url(/images/icon_signin.gif) no-repeat;}

.bigRegist{
background:url(../images/bg_bigRegist.gif) no-repeat 0px 0px;
line-height:20px;
font-size:16px;
font-weight:bold;
}
.bigRegist a{width:92px;
height:25px;
padding:6px 0 0 50px;display:block;}

.bigLogin{
background:url(../images/bg_biglogin.gif) no-repeat 0px 0px;
line-height:20px;
font-size:16px;
font-weight:bold;
}
.bigLogin a{width:92px;
height:25px;
padding:6px 0 0 50px;display:block;}
