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


/*------------- 全設定 -----------*/
html, body {
	padding: 0;
	border: none;
	font-family: "微軟正黑體";
	word-break: break-all;
	/* background: url(../images/all_bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  
/*background: url(../images/all_bg.png) top center no-repeat;
	background-size:contain;
	background-color: #0f0504;*/
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 100%;
	margin: 0 auto;
	_position: absolute; /* position fixed for IE6*/
    _top:expression(documentElement.scrollTop+"px");
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

img {
	border:0;
}

.clear{
    clear:both;
}

table {
	font-size:15px;
	font-family:"微軟正黑體" ,"新細明體" ;	
}

a:link, a:visited {
	color:#585858;
	text-decoration:none;
}

a:hover {
	color:#fd0d6c;
}

h1{
	padding:0;
	margin:0;
	font-weight: normal;
}
h2{
	padding:0;
	margin:0;
}
p {
	padding:0;
}
html {
	overflow-x : hidden;
	overflow-y: scroll;
}

ul {
	list-style-type:decimal;
	line-height:18px;
}

li {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/*------------- 外框架 -----------*/

.topMenuBg {
	height:35px;
	background:url(../images/topBg.gif);
}

.footerBg {
	height:87px;
	background:url(../images/footerBg.gif);
}

.menuList {
	width:90px;
	height:21px;
	float:left;
	padding-top:14px;
	text-align:center;
	background:url(../images/menuBg.gif) top right no-repeat;
}

.bottomMenu {
	float:left;
	background:url(../images/menuIco.gif) left no-repeat;
	padding:4px 0 0 13px;
}

.copyright {
	font-size:11px;
	color:#585858;
	padding-top:5px;
	padding-bottom:10px;
}

.bonusLogo {
	width:64px;
	height:42px;
	background:url(../images/bonusLogo.png) left no-repeat;
}

.class {
	width:69px;
	height:42px;
	background:url(../images/class.png) right no-repeat;
}

.bonusLogo {
	width:69px;
	height:42px;
	background:url(../images/bonusLogo.png) left no-repeat;
}

.shadowBg {
	background:url(../images/shadowBg.png) center repeat-y;
}

#float_top {
	z-index:999; 
	position:absolute; 
	top:50px; 
	left:1050px;
}

#float_top a {
	background:url(../images/top.png) no-repeat 0 0; 
	width:35px; 
	height:25px; 
	display:block; 
	cursor:hand; 
}

#float_top a:hover {
	background:url(../images/top.png) no-repeat 0 -25px;
}

.style1 {
	font-family: "微軟正黑體";
	font-size:16px;
	font-weight:bolder;
	line-height:20px;
	color:#000;
}

.style2 {
}

.style3 {
}

.style4 {
}


.style5 {
}

.style6 {
}

.style7 {
}

/********** 選單 **********/

.btn_ios a {
	width:230px;
	height:65px;
	float:right;
	background:url(../images/btn_ios.jpg) no-repeat 0 0;
}

.btn_ios a:hover {
	background:url(../images/btn_ios.jpg) no-repeat 0 -65px;
}

.btn_android a {
	width:230px;
	height:65px;
	float:right;
	background:url(../images/btn_android.jpg) no-repeat 0 0;
}

.btn_android a:hover {
	background:url(../images/btn_android.jpg) no-repeat 0 -65px;
}

.btn_members-login a {
	width:230px;
	height:65px;
	float:right;
	background:url(../images/btn_members-login.jpg) no-repeat 0 0;
}

.btn_members-login a:hover {
	background:url(../images/btn_members-login.jpg) no-repeat 0 -65px;
}

.btn_members-join a {
	width:230px;
	height:65px;
	float:right;
	background:url(../images/btn_members-join.jpg) no-repeat 0 0;
}

.btn_members-join a:hover {
	background:url(../images/btn_members-join.jpg) no-repeat 0 -65px;
}

.btn_games a {
	width:230px;
	height:65px;
	float:right;
	background:url(../images/btn_games.jpg) no-repeat 0 0;
}

.btn_games a:hover {
	background:url(../images/btn_games.jpg) no-repeat 0 -65px;
}
/********** 內框架 - 主要內容框架 **********/

.case_mid{
	/*width:1000px;*/
	float:right;
	/*background-image: url(../images/case_mid.png);*/
	padding: 0 70px 0 70px;
}




