/*  ================================================================================
 * Lineage in Taiwan Events page css style
 * https://tw.beanfun.com/LineageFree/index.aspx
 * © 2014 Gamania Digital Entertainment Co., Ltd. All Rights Reserved.
 * © 2014 NCsoft Corporation. All Rights Reserved. Licensed to Gamania Digital Entertainment co.,Ltd. the right to publish, distribute and transmit Lineage in Taiwan.
================================================================================  */
@charset "utf-8";
/* CSS Document */
.ie6 img {
	width:100%;
}

*, body, html {
	margin: 0;
	padding: 0;
	text-decoration: none;
/*	overflow: hidden;*/
}

body {
	display: block;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	background-image: url(../img/bg_f.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	font-family: "微軟正黑體", Arial;
	}

a {text-decoration: none;}
	
a:visited {
	background: none;
	font-weight: normal;
	}	

img{ border:0px; margin:0px; padding:0px;}
/*-------------------------------------------*/
/*topbax*/
.topbox{
	display: block;
	width: 959px;
	clear: both;
	height: 606px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	overflow: hidden;
}

#logo a{
	display: block;
	height: 65px;
	width: 134px;
	overflow: hidden;
	clear: both;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 267px;
}
#logo a:hover{
opacity:0.8;
filter: alpha(opacity=80);        /* ie lt 8 */
-ms-filter: "alpha(opacity=80)";  /* ie 8 */
-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.8;              /* Safari 1.x */
	}

/*event1*/
.box{
	width: 959px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: block;
}

/*event2*/
.main{
	width: 959px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: block;
	margin-top: 30px;
}
.main img{
	height:auto;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: center;
}

/*btn*/
.btn a{
	background-image: url(../img/btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 346px;
	clear: both;
	float: left;
	height: 35px;
}
.btn a:hover{
	background-image: url(../img/btn.png);
	background-repeat: no-repeat;
	background-position: 0px -38px;
}
#toTop {
	border: 1px solid #8b8a8a;
	text-align: center;
	padding: 10px;
	position: fixed;
	bottom: 100px;
	right: 200px;
	cursor: pointer;
	display: none;
	color: #FFF;
	font-family: verdana;
	font-size: 16px;
	background-color: rgba(51,51,51,0.7);
	font-weight: bold;
	text-decoration: none;
}
/*-------------------------*/
footer{
	overflow: hidden;
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	background-color: #FFF;
	height: 70px;
	margin-top: 0px;
}