html, body{
	background-color: #000;
	color:#FFF;
	font-size:14px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif; word-wrap: break-word;
	/*font-family: Arial, cursive,sans-serif;*/
}
a:link {color:#EEE;text-decoration: none}
a:visited {color:#ccc;text-decoration: none}
a:hover {color:#444;}
a:active {color:#ccc;text-decoration: none}
.block{
	float:left;
	width:59px;
	height:88px;
	margin:10px;
}

#main{
	width:555px;
	height:93px;
	
	background-color: #111;
	text-align: center;
	margin: 0 auto;
	margin-top:100px;
}
#company_title{
	clear:both;
	font-size: 24px;
	margin:5px;
	color: #bbb;
}
#company_title_en{
	margin:5px;
	font-size: 24px;
	color: #bbb;
}
#company_title_url{
	clear:left;
	width:260px;
	
	margin: 0 auto;
	font-size: 20px;
	letter-spacing: 2px;
}
#appweb{
	margin:35px;
	font-size: 43px;
}
#show_area{
	position: relative;
	top: 50px;
	width:100%;
	text-align: center;
	margin: 0 auto;
}
#footer{
	position: absolute; bottom: 0px;
	/*position: relative;*/
	width:100%;
	margin: 0 auto;
	text-align: center;
}
#footer ol{
	width:390px;
	height:25px;
	margin: 0 auto;
	text-align: center;
	list-style-type: none;
	/*border: 1px solid #fff;*/
}
#footer ol > li{
	float:left;
	width:68px;
	margin:0px;
	border-right: 1px #ccc solid;
}
#footer ol > li a{
	color:#ccc;
}
#footer ol > li.last{
	border-right:0px;
}
#footer #copyright{
	font-size:12px;
	color: #ccc;
}