@charset "utf-8";
/* CSS Document */
/***至頂靠齊*********************************************************/
/***至頂靠齊*********************************************************/
/***普通通用*********************************************************/
html {
	width: 100%;
	height:100%;
}
body {
	width: 100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, "微軟正黑體";
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #4C4C4C;
}
#wrapper {
	width: 100%;
	height:100%;
	margin: 0 auto;
	position: relative;
}
/************************************************************/
/************************************************************/
#lang {
	width:150px;
	color:#929292;
	text-align:center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin:50px 0 0 -70px;
	display:none;
}
#lang a{
	color:#929292;
	text-decoration:none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#lang a:visited{
	color:#929292;
	text-decoration:none;
}
#lang a:hover{
	color:#A08C59;
	text-decoration:none;
}
/************************************************************/
/************************************************************/
#logo {
	width: 118px;
	height: 119px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin:-100px 0 0 -59px;
	z-index: 50;
	opacity:0.8;
	display:none;
}
#name {
	width: 273px;
	height: 49px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin:-50px 0 0 -128px;
	z-index: 50;
	display:none;
}
/************************************************************/
/************************************************************/
#footer_box {
	width: 100%;
	min-width:1000px;
	height: 20px;
	position: fixed;
	bottom:10px
}
#footer {
	width: 100%;
	min-height: 20px;
	position: fixed;
	bottom:20px
}
#footer .menu {
	font-size: 12px;
	color: #686868;
	line-height:20px;
	padding:0 20px 0 0px;
	letter-spacing:0px;
	float:right;
	text-align: right;
	height: 20px;
}
#footer .menu a {
	color: #686868;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#footer .menu a:visited {
	color: #686868;
	text-decoration: none;
}
#footer .menu a:hover {
	color:#A08C59;
	text-decoration: none;
}
#footer .info {
	max-width:900px;
	line-height:20px;
	font-size: 12px;
	color: #B4B4B4;
	letter-spacing: 1px;
	float:left;
	padding:0 0 0px 20px;
	left:20px;
}
#footer .copyright {
	max-width:370px;
	line-height:20px;
	font-size: 12px;
	color: #B4B4B4;
	text-align: right;
	letter-spacing: 1px;
	float:right;
	padding:0 20px 0 0;
}
/***頁底*********************************************************/
/***頁底*********************************************************/
