@charset "utf-8";
@import url("reset.css");

html, body, .WRAPPER {
	margin:0;
	padding:0;
	height: 100%;
}
body{
	overflow: auto;
}
body{
	font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 0;
	line-height: 24px;
}
body{
	background-color: #1F1F1F;
	margin: 0 auto;
	max-width: 100%;
	min-width: 1350px;
}
.wrapper{
	width:1050px;
	min-height: 100%;
	height: 100%; /* IE在高度不夠時會自動撐開層*/
	margin: 0 auto;
	text-align: 0px;
	position:relative;
	overflow: hidden;
}
.cut_outer{
	background-color: #FFFFFF;
	background-position: 50% 0;
	background-repeat: repeat no-repeat ;
	width:100%;
	z-index: -800px;
}
.cnt_inner{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
}

.logo{
	float: left;
	position: relative;
	padding-top: 5px;
	margin-left: 10px;
}

.language *{
	font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:inherit;
	line-height:normal;
	list-style-type:none;
	position: relative;
	float: right;
	line-height: 50px;
	color: #FFFFFF;
}
.language ul{
	float: right;
	position: relative;
	margin-top: 10px;
	margin-right: 20px;
}
.language ul li{
	float: right;
	position: relative;
	margin-top: 10px;
	margin-left:20px; 
}
.language ul li a{
	float: right;
	position: relative;
	margin-top: 10px;
}
.language ul li a:hover{
	float: right;
	position: relative;
	margin-top: 10px;
	color: #9ED8F5;
}
/* menu */
.header{
	background-color: #1F1F1F;
	height: 80px;
}
.menu * {
  font-family: "Nimbus Sans L","URW Gothic L",Verdana,Tahoma,Helvetica,"Lucida Grande",Geneva,"DejaVu Sans","Microsoft Sans Serif",sans-serif;
  font-size:20px;
  font-style:normal;
  font-weight:inherit;
  list-style-type:none;
  text-align: center;
  position: relative;
  float: left;
  line-height: 40px;
  color: #1F1F1F;
}
/*menu-old*/
.menu{
	background-color: #9ED8F5;
	width:100%;
	height: 42px;
}
.menu ul {
	list-style-type:disc;/* 重設ul邊界與留白為零 */
    padding: 0;
    margin: 0 auto;
    margin-left: 30%;
    position: relative;
}
.menu ul li {
	float: left;
}
.menu ul li a{
	/* 將a改為區塊元件，以便指定寬高 */
	display:block;
	color: #1F1F1F;
	width: 200px;
	text-decoration: none;
}
.menu ul li a:hover{
	/* 將a改為區塊元件，以便指定寬高 */
	color: #FFFFFF;
	cursor: pointer;
	width: 200px;
}
.menu ul li a:active{
	/* 將a改為區塊元件，以便指定寬高 */
	color: #FFFFFF;
	cursor: pointer;
	width: 200px;
}
.menu ul li ul {
	clear:left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
}

/* footer-center*/
.page{
	padding-bottom: 35px;/* 必須使用和footer相同的高度 */ 
}

.cfooter{
	position: relative;
	width: 1280px;
	clear: both;
	margin: 0 auto;
	padding-bottom: 20px;
	top: 30px;
}
.clearfooter{
	clear:both;
	height:30px; 
}
.cfooter .copy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	text-align : center;
	line-height: 20px;
}
.cfooter .copy a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
}
.cfooter .copy a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFF00;
}
.cfooter .notes{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	text-align : center;
	position: relative;
}