.login{
display:none ! important;
}

.logout{
display:inline ! important;
}

.global-menu-free{
	display: none !important;
}

.global-menu-auth{
	display:inline !important;
}


.pwchg{
display:inline ! important;
}

#nttoolbar p span{
	width:15px;
	height:15px;
	display:block;
	overflow:hidden;
	position:relative;
	float:left;
}

#nttoolbar p span img{
	margin-top:-0.05em;
	position:relative;
}

#nttoolbar p span img.s0{
	left:-15px;
}
#nttoolbar p span img.s3{
	left:-45px;
}
#nttoolbar p span img.s5{
	left:-30px;
}
#nttoolbar p span img.s6{
	left:-60px;
}




.authkey{
	padding:0px;
	background-image:none;
}

A.authkey{
	color:#07A;
}

A.authkey:hover{
	color:#0AD;
	text-decoration:underline;
}

.authmenu{
	background-image:none;
	display:none;
}

/* TOP */
#navimenu div dl dd select{
	width:160px;
	margin-bottom:1px;
	font-size:100%;
}

#totalnavi-menu{
	margin-top: 3px;
	padding-top:2px;
	text-align:right;
	border-top:1px solid #CCC;
	background-color:#EEE;
}

/* ID/PW Change */

DIV.pwchg-form{
	width:400px;
	background-color: #EEE;
	padding: 3px;
}

DIV.pwchg-form FORM{
	background-color: #F6F6F6;
	border:1px #CCC solid;
	padding: 3px;
}

DIV.pwchg-form FORM P{
	font-size:75%;
	font-weight: bold;
	background-color: #EEE;
	border:2px #FFF solid;
	padding: 5px 2px;
	margin-bottom:1em; 
}

DIV.pwchg-form FORM P.error{
	font-size:75%;
	font-weight: bold;
	background-color: #EEE;
	border:2px #A22 dotted;
	color: #A22;
	padding: 5px 2px;
	margin-bottom:1em; 
}

DIV.pwchg-form CENTER{
	margin: 0.5em 0px;
}
DIV.pwchg-form DL DT{
	font-size:75%;
	text-align:right;
	padding-top: 0.3em;
	float: left;
	clear: both;
	width:110px;
}
DIV.pwchg-form DL DD{
	margin-left: 120px;
}

