html {
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	border:0;
}
body {
	font-size: 12px;
	font-family: "宋体","Arial","細明體","Times New Roman","標楷體","華康行書體","金梅浪漫體";
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:100%;
	background-color: #fff;
}
#headarea {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:100%;
	background-color: #fff;
	background-image:url(../img/device.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	vertical-align:bottom;
}
#banner {
	color: #000;
	font-size:18px;
	font-weight:bold;
	padding-top:10px;
}
#MenuPath {
	height:20px;
	font-size:12px;
	color: #FFFFFF;
	padding:3px 0px 0px 20px;
	margin-left: 10px;
	background-color: #11589A;
	/*    background-image:url(../img/info_bg2.jpg);*/
    width:480px;
}
#infoarea {
	height:20px;
	font-size:12px;
	color: #FFFFFF;
	padding:0px 3px 0px 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #11589A;/*    background-image:url(../img/info_bg.jpg);*/
}
#copyrightarea {
	width:100%;
	font-size:12px;
	text-align:center;
}
#contentarea {
	left:17%;
	width:83%;
	height:100%;
	position:absolute;
}
/* link in infoarea */
A.white:link {
	text-decoration:none;
	color:#FFFFFF;
}
A.white:visited {
	text-decoration:none;
	color:#FFFFFF;
}
A.white:active {
	text-decoration:none;
	color:#FFFFFF;
}
A.white:hover {
	text-decoration:none;
	color:#ffee8d;
}
.topMenu {
	width:15%;
}
.branch {
	line-height:30px;
	font-weight:bold;
	color:#666666;
	font-size:13px;
	background:url(../images/common/ico/v3_arrow7.gif) no-repeat left;
	padding-left:12px;
	display: block;
	cursor: pointer; 
	cursor: hand;
}
.leaf {
	display: none;
	margin-left: 16px;
	font-size:15px;
}
