﻿/*  ================================================================================
 * 2016 Gamania Digital Entertainment Co., Ltd. All Rights Reserved.
================================================================================  */
/* CSS Document */
ul, il{
	list-style-image: none;
	list-style-type: none;}	

html {	overflow-x: hidden;}
*, body, html {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: "微軟正黑體";
	
}
a {
 text-decoration: none;
 outline: none; /* for Firefox */
 outline: medium none;
}
	
a:visited {
	background: none;
	font-weight: normal;
	}
.ie6 img {	width:100%;}
/*---------------------------------------------*/
img{height: auto;}	
img{ border:0px; margin:0px; padding:0px;}
body{font-size: 16px;
	background-color: #0d0807;
}
/*-----------------------------content*/
.content_bg{
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
	width:100%;
	}
	
.content{
	background-image:url(../images/content.jpg);
	height:1559px;
	width:1400px;
	background-repeat: no-repeat;
	background-position: center 0px;
	margin:0 auto;}

/*-----------------------------nav*/
#nav{
	width: 960px;
	background-position: center 0px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	padding-top:841px;
	}	
#nav ul, .nav li{
	width: 960px;
	clear: both;
}

#nav li a{
	display: block;
}

#nav li.b1 a, #nav li.b2 a, #nav li.b3 a, #nav li.b4 a, #nav li.b5 a{
	background-repeat: no-repeat;
	float:left;
	width: 960px;
	height:107px;
	clear: both;
	margin-bottom: 16px;
	}
#nav li.b1 a{
	background-image:url(../images/btn1.jpg);
	}
#nav li.b2 a{
	background-image:url(../images/btn2.jpg);
	}
#nav li.b3 a{
	background-image:url(../images/btn3.jpg);
	}	
#nav li.b4 a{
	background-image:url(../images/btn4.jpg);
	}
#nav li.b5 a{
	background-image:url(../images/btn5.jpg);
	}		
#nav li.b1 a:hover{
	background-image:url(../images/btn1_a.jpg);
	}
#nav li.b2 a:hover{
	background-image:url(../images/btn2_a.jpg);
	}
#nav li.b3 a:hover{
	background-image:url(../images/btn3_a.jpg);
	}
#nav li.b4 a:hover{
	background-image:url(../images/btn4_a.jpg);
	}
#nav li.b5 a:hover{
	background-image:url(../images/btn5_a.jpg);
	}
/*-----------------------------footer*/
.footer{ width:100%; height:70px; background:#000000;}
.footer_inner{width:1000px; height:70px; background:#000000; margin:0 auto;}