@charset "big5";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
body {
	background-color:#fff;
	font-size:15px;
	font-family:Arial, "微軟正黑體";
}
.wrap {
	background:#e1e1e1 url(/index/images/bg.jpg) repeat-x;
}
.wrap .header {
	margin:0 auto;
	width:100%;
	height:390px;
	position:relative;
	overflow:hidden;
}
.header .shadow{
	position: absolute;
	top: 0;
	width: 100%;
	height:10px;
	background:url(/index/images/shadow.png) repeat-x;
	z-index: 90;
}
.free_money {
	width: 960px;
	margin: 0 auto;
}
.free_money a {
	position: absolute;
	top: -17px;
	z-index:99;
	display:block;
	text-align: center;
	font-size: 1.25em;
	font-weight:bold;
	color:#fff;
	width:144px;
	height:57px;
	line-height: 72px;
	background:url(/index/images/free_money.png) no-repeat;
	text-decoration:none;
}
.free_money a:hover {
	top:-12px;
}
/*===============遊戲選單===============*/
.abgne-carousel {
	position: relative;
	width: 1000px;
	height: 200px;
	padding: 30px 0 50px 0;
	margin: 0 auto;
	border: 1px solid #ccc;
	background: #f7f7f7;
}
.abgne-carousel * {
	margin: 0;
	padding: 0;
}
.abgne-carousel ul, .abgne-carousel li {
	list-style: none;
}
.abgne-carousel a img {
	border: none;
	border-radius: 5px;
}
.abgne-carousel .page {
	position: absolute;
	top: 12px;
	right: 80px;
}
.abgne-carousel .btn {
	position:relative;
}
.abgne-carousel .btn a {
	position: absolute;
	top: 40px;
	text-indent: -9999px;
	width:45px;
	height:75px;
}
.abgne-carousel .btn .prev {
	left:-5px;
}
.abgne-carousel .btn .next {
	right:-5px;
}
.abgne-carousel .btn a.prev {
	background: url(/index/images/arrow-left.png) no-repeat;
}
.abgne-carousel .btn a.next {
	background: url(/index/images/arrow-right.png) no-repeat;
}
.abgne-carousel .frame {
	position: relative;
	overflow: hidden;
	width: 898px;	/* (li 的寬度 + li 的邊框寬度 * 2 ) * 一次要顯示的數量 + li 的右邊界 * (一次要顯示的數量 - 1) */
	height: 200px;
	margin: 0 auto;
}
.abgne-carousel ul {
	width: 99999px;
	position: absolute;
}
.abgne-carousel li {
	float: left;
	width: 270px;
	height: 165px;
	position: relative;
	margin-right: 20px;
	border: 1px solid #dadada;
	border-radius: 5px;
	padding: 7px;
	background-color: #fff;
}
.abgne-carousel li .thumb {
	position: absolute;
}
.abgne-carousel a {
	text-decoration:none;
	color:#000;
}
.abgne-carousel h3 {
	clear:both;
	font-size:15px;
	line-height: 30px;
}
.abgne-carousel h3 span {
	float:right;
	color:#767676;
	font-size:12px;
	line-height: 30px;
	font-weight: normal;
}