@charset "utf-8";

/***************base*****************/
body {
	-webkit-text-size-adjust:none;
	font-family:Arial, '微軟正黑體', sans-serif;
	font-size:12px;
	color:#5e5e5e;
	line-height:24px;
	background:url(../images/ind_bg.gif) repeat-x top;
	}
a{
	color:#5e5e5e;
	text-decoration:none;
	}
a:hover{
	color:#000;
	}
/*****************all layout*******************/
.bg{
	width:960px;
	margin:0 auto;
	}
#top{
	background:url(../images/ind_top_bg.jpg) repeat-x 0 top;
	position:relative;
	height:540px;
	}
#bg_main{
	padding-bottom:30px;
	}
/****************copyright layout*******************/
#Copyright_wrap{
	background:url(../images/copyright_bg.gif) repeat-x top;
	}
#Copyright{
	margin:0 auto;
	width:960px;
	height:67px;
	clear:both;
	color:#fff;
	font-size:11px;
	}
#Copyright a{
	color:#fff;
	}
#Copyright a:hover{
	color:#09F;
	}
.copy{
	padding-top:10px;
	}
/****************main layout*******************/
.logo{
	position:absolute;
	top:37px;
	left:-2px;
	}
.top_menu{
	right:6px;
	position:absolute;
	top:50px;
	font-size:15px;
	}
.top_menu a{
	padding:0 28px;
	color:#fff;
	}
.top_menu a:hover{
	color:#000;
	font-weight:bold;

	}
.top_pic{
	position:absolute;
	right:3px;
	top:105px;
	}

/****************index layout*******************/
.left h3, .right h3, .middle h3{
	text-shadow:#069 0 1px;
	background:url(../images/ind_title_bg.jpg) no-repeat 0 0;
	font-size:18px;
	height:37px;
	padding-left:30px;
	line-height:34px;
	font-weight:normal;
	color:#fff;
	margin-bottom:25px;
	}
.left{
	width:330px;
	float:left;
	margin-right:62px;
	}
.left strong{
	color:#000;
	}
.left h3 a{
	color:#fff;
	}
.left h3 a:hover{
	color:#000;
	}
.left a:hover{
	color:#1469b4;
	}
.left a img{
	float:left;
	margin-right:25px;
	border:5px solid #7d7d7d;
	}
.left a:hover img{
	border-color:#ea5504;
	}

.middle{
	width:280px;
	float:left;
	}


.right{
	width:234px;
	float:right;
	}



/**********************div fix**************************/
    .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    }
    .clearfix {
    display: inline-block;
    }
    html[xmlns] .clearfix {
    display: block;
    }
    * html .clearfix {
    height: 1%;
    }
/* ------------- 首頁廣告動態 ------------- */
	#abgneBlock {
		width: 528px;
		height: 387px;
		position: relative;
		overflow: hidden; margin:0px auto;
	}
	#abgneBlock ul.list {
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		width: 9999px;
		height: 100%;
	}
	#abgneBlock ul.list li {
		float: left;
		width: 528px;
		height: 387px;
	}
	#abgneBlock .list img{
		width: 100%;
		height: 100%;
		border: 0;
	}
	#abgneBlock ul.playerControl {
		margin: 0; border:0px solid #C00;
		padding: 0px 0px 0px 450px;
		list-style: none;
		position: absolute;
		bottom: 5px;
		overflow:visible;
		right: 5px;
		height: 14px;
	}
	#abgneBlock ul.playerControl li {
		float: left;
		width: 10px;
		height: 10px;
		cursor: pointer;
		margin: 0px 2px;
		background: url(../images/cir_ctrl.png) no-repeat -10px 0;
	}
	#abgneBlock ul.playerControl li.current { 
		background-position: 0 0;
	}