body {
	background:#CCC url(images/bg_1.gif) repeat-x;
	font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
	font-size: 12px;
	margin:0;
	}

.top_bar{
	position:absolute;
	z-index:5;
	top:0px;
	left:0px;
	width:100%;
	height:30px;
	padding-top:4px;
	background-color:#ffffff;
	border-top:1px #666 solid;
	border-bottom:1px #666 solid;
}
.menu {
	width:900px;
	margin: auto;
	color:#333;
	background:url(images/logo_nibi.gif) 0 6px no-repeat;
	height:30px;
}
#nibiFrame{
	margin-top:46px;
}

/*expression為IE專屬CSS外掛JS的Plug-in*/
a {noFocusLine:expression(this.onFocus=this.blur()); outline:0;} /* For IE, onFocus 的 F 要大寫*/
:focus {-moz-outline-style: none} /* For Firefox */

/*for search engines*/
#notshow {display:none;}

.tohome{
        width:140px;
        height:26px;
        float:left;
}


.en{
        text-align:right;
        padding-top:3px;
}
.en a{
        text-decoration:none;
        color:#300;
}

.en a:hover{
        color:#C00;
}



