*{
	margin:0;
	padding:0;
	}


body{
	/*width: 1128px;*/
	font-family:'Microsoft JhengHei','PMingLiU',arial,helvetica,clean,sans-serif;
	font-size:14px;
	line-height:100%;
	color:#000;
	background-color: #FFFFFF;
}

a:link{
	color: #0035FF;
	text-decoration:none;
	}
	
a:visited{
	color: #0035FF;
	
}
a:hover{
	color: #0035FF;
	
}
a:active{
	color: #0035FF;
	
}

img{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/**************************************************************************
 二. 內容設定
***************************************************************************/
/* header */

#cbody{
	width: 768px;
	float: left;
	position: relative;
}

	#header{
		width: 100%;
		height: 70px;
		padding: 20px 0;
		border-top: 11px solid #27a735;
		border-bottom: 5px solid #fff200;
		background-color: #fff;
	}
		#logo{
			float: left;
			margin-left: 20px;
		}
	
		
		

/*外匯主頁內容*/

#content{
	width:768px;
	display:block;
	}

.Main{
	margin:0;
	padding:0;
	width:768px;	
	}
	
ul{
	list-style-type:none;
	}

li{
	float:left;
	}
	
li img{
	display:block;
	}


/*table*/

.TB{
	margin-top:10px;
	width:100%;
	border:1px #484848 solid; 
	line-height:35px; 
	}

.TB th{
	font-size:1.6em;
	border:1px #484848 solid;
	background-color: #E4F0CD;
	 }
	
.TB td{
	font-size:1.4em;
	border:1px #484848 solid; 
	text-align:center;	
	}

p{
	font-size:1.2em;
	padding:10px;
	line-height:1.6;
	}




/*footer*/
.footerBtn img{
	float: left;
}


/*nav*/
#nav_sub_m{
	z-index: 150;
	width: 360px;
	float: left;
	position: fixed;
	height: 100%;
	background-color: #27a735;
	padding-top: 10px;
	right: 0;
	overflow-y: auto;
	overflow-x: none;
	right:-360px;
}
.navBtn{
	padding: 28px 20px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	letter-spacing:1px;
	border-bottom: 1px solid #93d39a;
}
.openBtnTxt{
	display: none;
}
.openBtnTxt .navBtn{
	background-color: #56ba61;
}
.arrow{
	background: url("../imgs/arrow.png");
	width: 22px;
	height: 22px;
	float: right;
	background-position:0 -22px;
}
.active{
	background-position:0 0px;
	}
.bd_color{
	z-index: 50;
	width: 100%;
	background-color: #000;
	opacity: 0.6;
	height: 100%;
	position: fixed;
	display: none;
}

