body {
	margin: 0 auto;	
}

#pagewrap {	
	width: 100%;
}

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 0;
	margin-left:90%;
	z-index:1000;
	
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	padding-bottom:5px;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing:1px;	
	text-decoration: none;
	background-color:#CCC;
	color:#000;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	
	border-radius: 6px; /* Opera 10.5+ */
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari 和 Chrome */
}
#back-top a:hover {
	color: #fff;
	background-color:#666;
}
/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 20px;
	display: block;
	margin-bottom: 7px;
	/*background: #ddd url(up-arrow.png) no-repeat center center;*/
	/* rounded corners */
	/*-webkit-border-radius: 15px;*/
	/*-moz-border-radius: 15px;*/
	/*border-radius: 15px;*/
	/* background color transition */
	/*-webkit-transition: 1s;*/
	/*-moz-transition: 1s;*/
	transition: 1s;
}
/*#back-top a:hover span {
	background-color:#006;
}*/

#back-btn {
	position: fixed;
	bottom: 0;
	margin-left:5px;
	z-index:1000;
	text-align:center;
	
	
}
#back-btn a {
	display: block;
	text-align: center;
	font: 16px '微軟正黑體', Verdana, Geneva, sans-serif;
	margin:0px 0px 10px 10px;
	padding:5px 10px;
	letter-spacing:1px;	
	text-decoration: none;
	background-color:#CCC;
	color:#000;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	
	border-radius: 6px; /* Opera 10.5+ */
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari 和 Chrome */
}

#back-btn a:visited {
	color: #000;
	background-color:#CCC;
}

#back-btn a:hover {
	color: #fff;
	background-color:#666;
}
/* arrow icon (span tag) */

/*
滑動錨點
*/
#main-btn {
    font: 16px '微軟正黑體', Verdana, Geneva, sans-serif;	
	margin:10px 0px 10px 10px;
	letter-spacing:1px;
    display:inline-block;
	color:#000;

}
#main-btn a{
    text-decoration:none;
	color:#000;
	cursor:pointer;
	background-color:#CCC;
	padding:5px 10px;
	margin:0px 2px;
	
	border-radius: 6px; /* Opera 10.5+ */
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari 和 Chrome */
	}

#main-btn a:visited{
	text-decoration:none;
	color:#000;
	}
	
#main-btn a:hover{
	color:#fff;
	background-color:#666;
	text-decoration:none;
}

	
#header{
	font-family:'微軟正黑體', Verdana, Geneva, sans-serif; 
    font-size:16px;
	background-image:-moz-linear-gradient(top,#3c3c3c,#111);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#3c3c3c),color-stop(1,#111));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#3c3c3c',EndColorStr='#111111')";
	padding:10px 5px 10px 5px;
	font-weight:bold;
	border:1px solid #2A2A2A;
}
	
	
#main-btn_m {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:-1px;
	margin-right:-1px;
	padding:5px 0px 5px 0px;
	width:33%;
    text-aling:center;
	letter-spacing:1px;
    display:inline-block;
		
	background-image:-moz-linear-gradient(top,#3c3c3c,#111);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#3c3c3c),color-stop(1,#111));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#3c3c3c',EndColorStr='#111111')";
	border-radius: 6px; /* Opera 10.5+ */
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari 和 Chrome */
	
}
#main-btn_m a{
	font-family:'微軟正黑體', Verdana, Geneva, sans-serif; 
    font-size:16px;
    text-decoration:none;
	color:#FFF;
	font-weight:bold;
	text-shadow:0 -1px 1px #000;
	cursor:pointer;
	}
#main-btn_m a:hover{
	text-decoration:none;
}
#main-btn_m a:visited{
	text-decoration:none;
	color:#FFF;
	}
	
#fb a{
	background-color:#FFF;
	display:inline-block;
	width:28px;
	padding:0px;
}
#fb a:hover{
	background-color:#FFF;
	}

table { 
  font-family:'微軟正黑體', Verdana, Geneva, sans-serif; 
  font-size:12px; 
  line-height:30px;
  border:#FFFFFF 3px solid; 
  margin-bottom:20px;
  
} 
th { 
  background-color:#999; 
} 
td { 
   background-color:#CCC;
   text-align:left;
   padding-left:10px;
} 
td a{
	color:#00F;
	text-decoration:none;
}
td a:hover{
	color:#00F;
	text-decoration:none;
}
td a:visited{
	color:#00F;
	text-decoration:none;
}
.name { 
  color:#FF0000; 
  font-size:14px;
  font-weight:bold;
}

.step {
	cursor:pointer;
}

.google {
	cursor:pointer;
	border:#CCC 5px solid; 
	width:800px;
}

.google_m {
	cursor:pointer;
	border:#CCC 5px solid; 
	width:320px;
}

#footer{
	margin:30px 0px 10px 0px;
	width:1000px;
	padding-top:10px;
	border-top:#666 1px solid;
	color:#666;
	font: 12px '微軟正黑體', Verdana, Geneva, sans-serif;	
}
#footer a{
	text-decoration:none;
	color:#333;
}
#footer a:hover{
	text-decoration:underline;
}
#footer a:visited{
	text-decoration:none;
	color:#333;
}

#footer_m{
	margin:30px 0px 10px 0px;
	width:100%;
	padding-top:10px;
	border-top:#666 1px solid;
	color:#666;
	font: 12px '微軟正黑體', Verdana, Geneva, sans-serif;	
}
#footer_m a{
	text-decoration:none;
	color:#06F;
}
#footer_m a:hover{
	text-decoration:underline;
}
#footer_m a:visited{
	text-decoration:none;
	color:#06F;
}
