@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "微軟正黑體", "Adobe 繁黑體 Std B", Arial, "Arial Black";
	line-height: 18px;
	color: #333;
	-webkit-text-size-adjust: none;
}

body a:link  {color:#333; } 
body a:visited  {color:#333; } 
body a:active  {color:#FFAF21;} 
body a:hover  {color:#FFAF21; } 

a img {
	border: none;}
	
#mainArea {
	width: 1000px;
	height: auto;
	overflow: auto;
	font-size:12px;

}

#LeftArea{
	width: 280px;
	height: auto;
	overflow:hidden;
	float: left;
	}

#sLogo{
	width: 125px;
	height:auto;
	overflow:visible;
	/*margin:7px 45px 0 110px;*/
	margin:7px 45px 0 0px;
	
	}

#MenuArea{
	width: 125px;
	height:auto;
	overflow:inherit;
	margin:45px 45px 0 110px;
	

	font-size:12px;
	line-height:18px;
	overflow:hidden;
	}
.FontStyle14{font-size:14px; }
#MenuArea ul{
	margin: 0 0 0 20px;
	padding: 0px;
	list-style:none;
	color:#000;
	
	}
#MenuArea ul li{
	margin: 0 0 25px 0;
	color:#5d9b2f;
	}
	
	
#MenuArea ul li a:link  {color:#333; text-decoration: none } 
#MenuArea ul li a:visited  {color:#333; text-decoration: none } 
#MenuArea ul li a:active  {color:#5d9b2f;} 
#MenuArea ul li a:hover  {color:#5d9b2f; } 

#RightArea{
	width: 720px;
	height:auto;
	overflow:visible;
	float:left;
	background-color:#f0f1f1;
	display:block;
	}

#TitleArea{
	width: 640px;
	margin:50px 0 0 30px ;
	}

#TextArea{
	width: 530px;
	margin:90px 0 0 30px ;
	float:left;
	}

#TextRightArea{
	width: 98px;
	margin:100px 0 0 30px ;
	float:left;
	}

	
#FooterArea{
	clear: both;
	width: 640px;
	margin: 30px 0 60px 30px;
	font-size: 10px;
	color: #666;

	
	}
	
.ContactFont{
	font-family:"微軟正黑體", "Adobe 繁黑體 Std B", Arial, "Arial Black";
	font-size:15px;
	color:#777;
	
	}
