@charset "utf-8";

/* update : 081120 */

/*------------------------------
    hide elements
-------------------------------*/
#headerArea,
#menu,
#skip,
.pageTop,
#headerNavi,
#naviArea,
#globalNavi,
#loginBox,
#map,
#student img,
#footerArea,
#pinyinForm,
#noprint{
    display:none;   
    }
.box{
    width:90%;
    margin:5px auto;
    border:1px solid #ccc;
    }
.box div{
    float:left;
    margin:0.5em 0 0.5em 2px;
    }
.box .yomi{
    border-bottom:1px solid #ccc;
/*	white-space: nowrap;*/
    }
body{
    font-family:NSimSum,SimSum;
    color:#000;
    background:#fff;
    width:100%;
    height:100%
    }
html:not([lang*=""]) .box div{
    float:left;
    margin-left:2px;
    }
html:not([lang*=""]) body{
    font-family:NSimSum,SimSum;
    }