/*----------------------------------------------------------
	header
-----------------------------------------------------------*/

#ntop {
    border-top:2px solid #073F62;
}

#nheader {
    height:57px;
    _height:56px;

    /* from common.cs */
    position: relative;
    width: 100%;
    display: block;
}

#nheader #nkotobank {
    background: none;
	width: 260px;
	bottom:10px;
    height:31px;
    
    /* from common.cs */
    position: absolute;
    left: 22px;
    width: 100%;
    display: block;
}
#nheader #nkotobank a#nheader_nifty_link {
	display: inline;
	overflow: hidden;
	text-decoration: none;
    text-indent:0;
	width: 88px;
    height:31px;
}
#nheader #nkotobank a#nheader_kotobank_link {
	display: inline;
	overflow: hidden;
	text-decoration: none;
    text-indent:0;
	width: 172px;
    height:31px;
}
#nheader #ndescription, #nheader #nupdate {
    font-family:'MS PGothic',Verdana,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
    font-size:12px;
    /* from common.cs */
    position: absolute;
    top: 5px;
    line-height: 120%;
}
#nheader #nupdate {
    left:289px;
    top:25px;
    color:#000000;
}
/* from common.cs */
#nheader #ndescription {
    right:12px;
}
