﻿@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif,"細明體","新細明體","微軟正黑體";
	font-size:12px;
	line-height:1.8em;
	color:#666;
	background:url(../_img/layout/bg_top.jpg) top center no-repeat, url(../_img/layout/bg_bottom.jpg) bottom center no-repeat;
	background-color:#0c0000;
}

/* 網站外框 */
#wrapper{
	width:990px;
	margin:0 auto;
}

/* 網站寬 */
#header,#mainNav,#main{width:990px;position:relative;top:0;float:left;z-index:2;}

#header{
	width:990px;
	height:450px;
	background:url(../_img/layout/dHeader_bg.jpg) top center no-repeat;
}
	#header div,#header a{display:block;position:absolute;}
	#header_logo{
		top:0;
		left:303px;
		width:374px;
		height:108px;
		background:url(../_img/layout/logo.png);
	}
		
	#header_slogan{
		top:100px;
		left:373px;
		width:241px;
		height:42px;
		background:url(../_img/layout/slogan.png);
	}
	#header_member{
		top:10px;
		left:20px;
		width:265px;
		height:30px;
		font-size:14px;
		font-family:"微軟雅黑體","微軟正黑體","新細明體",arial;
	}
		
		#header_member #login,
		#header_member #ctl00_login{
			width:auto;
			height:auto;
			float:left;
		}
		#header_member #login .a,
		#header_member #ctl00_login .a,
		#header_member #login a,
		#header_member #ctl00_login a{
			width:250px;
			height:30px;
			display:block;
			text-align:center;
		}

		#header_member #login .p,
		#header_member #ctl00_login .p
		{
		    width:250px;
			text-align:center;
			color:#FFF;
		}
	
	#header_language
	{
	    position:absolute;
	    top:10px;
		right:50px;
	    display:block;
	    width:215px;
	    height:23px;
	    background:url(../_img/layout/free3000ce7.gif?20150708) no-repeat;
	    z-index:2;
	}
    #header_language:hover
	{
	    position:absolute;
	    top:10px;
		right:50px;
	    display:block;
	    width:215px;
	    height:23px;
	    background:url(../_img/layout/free3000ce7.jpg?20150708) no-repeat;
	    z-index:2;
	}
	#header_language
	{
	    background-position:top left;
	}
	#header_language:hover
	{
	    background-position:top left;
	}
	
	div#language_pannel
	{
	    display:none;
	    margin:0;
	    padding:5px;
	    top:10px;
	    right:40px;
	    width:auto;
	    height:auto;
	    background:url(../_img/layout/transparent.html);
	    border:1px solid #ccc;
	    z-index:3;
	}
	div#language_pannel a,
	div#language_pannel a:hover
	{
	    position:relative;
	    display:block;
	    margin:3px 5px;
	    width:auto;
	    height:auto;
	    float:left;
	    color:#ccc;
	    text-align:center;
	}
	
	div#language_pannel a:hover
	{
	    text-decoration:underline;
	}
	
	#header_game_slider{
		top:60px;
		left:20px;
		width:300px;
		height:258px;
		z-index:1;
	}
		#header_game_slider ul{
			display:block;
			width:auto;
			height:auto;
		}
		#header_game_slider ul li{
			position:absolute;
			top:0;
			left:0;
			display:none;
			width:300px;
			height:258px;
		}
		
	.bonus_list{
		top:145px;
		left:330px;
		width:350px;
		height:155px;
	}
		/*中獎名單*/
		#bonus_winner_list{
			width:340px;
			height:155px;
			float:left;
			overflow:hidden;
		}
		#bonus_winner_list #box{
			width:350px;
			height:auto;
			float:left;	
		}
		#bonus_winner_list #box .winner_item{
			margin:10px 15px 0 5px;
			position:relative;
			top:0;
			left:0;
			width:150px;
			height:150px;
			color:#FCDF81;
			text-align:center;
			float:left;
		}

	
	#header_winner_slider_btn,#header_winner_slider_btn:hover,#header_winner_slider_btn:active{
		width:34px;
		height:104px;
		background:url(../_img/layout/winner_btn.png);
		cursor:pointer;
		top:160px;
		left:475px;
	}
		#header_winner_slider_btn{
			background-position:top center;
		}
		#header_winner_slider_btn:hover{
			background-position:center center;
		}
		#header_winner_slider_btn:active{
			background-position:bottom center;
		}
	
	#header_game_slider_btn,#header_game_slider_btn:hover,#header_game_slider_btn:active{
		top:315px;
		left:110px;
		width:119px;
		height:81px;
		background:url(../_img/layout/game_slider_btn.png);
		cursor:pointer;
	}
		#header_game_slider_btn{
			background-position:top center;
		}
		#header_game_slider_btn:hover{
			background-position:center center;
		}
		#header_game_slider_btn:active{
			background-position:bottom center;
		}
	
	#header_package_slider{
		top:60px;
		right:20px;
		width:300px;
		height:262px;
		z-index:1;
	}
		#header_package_slider ul{
			display:block;
			width:auto;
			height:auto;
		}
		#header_package_slider ul li{
			position:absolute;
			top:0;
			left:0;
			display:none;
			width:300px;
			height:262px;
		}
	
	#header_store_btn,#header_store_btn:hover{
		top:260px;
		left:5px;
		width:119px;
		height:142px;
		background:url(../_img/layout/store_btn.png);
		z-index:2;
	}
		#header_store_btn{
			background-position:top center;
		}
		#header_store_btn:hover{
			background-position:bottom center;
		}
	
	#header_game_slider_btn,#header_game_slider_btn:hover,#header_game_slider_btn:active{
		top:315px;
		left:110px;
		width:119px;
		height:81px;
		background:url(../_img/layout/game_slider_btn.png);
		cursor:pointer;
	}
		#header_game_slider_btn{
			background-position:top center;
		}
		#header_game_slider_btn:hover{
			background-position:center center;
		}
		#header_game_slider_btn:active{
			background-position:bottom center;
		}
	
	#header_webplay_btn, #header_webplay_btn:hover, #header_webplay_btn:active{
		position:absolute;
        top:317px;
		left:210px;
		width:194px;
		height:83px;
		background:url(../_img/layout/webplay_btn.png);
		cursor:pointer;
	}
		#header_webplay_btn{
			background-position:top center;
		}
		#header_webplay_btn:hover{
			background-position:center center;
		}
		#header_webplay_btn:active{
			background-position:bottom center;
		}
	
	#header_download_btn,#header_download_btn:hover,#header_download_btn:active{
		top:317px;
		left:400px;
		width:192px;
		height:88px;
		background:url(../_img/layout/download_btn.png);
		cursor:pointer;
	}
		#header_download_btn{
			background-position:top center;
		}
		#header_download_btn:hover{
			background-position:center center;
		}
		#header_download_btn:active{
			background-position:bottom center;
		}
	
	#header_register_btn,#header_register_btn:hover,#header_register_btn:active{
		top:317px;
		right:210px;
		width:188px;
		height:83px;
		background:url(../_img/layout/register_btn.png);
		cursor:pointer;
	}
		#header_register_btn{
			background-position:top center;
		}
		#header_register_btn:hover{
			background-position:center center;
		}
		#header_register_btn:active{
			background-position:bottom center;
		}

	#header_package_slider_btn,#header_package_slider_btn:hover,#header_package_slider_btn:active{
		top:317px;
		right:110px;
		width:119px;
		height:78px;
		background:url(../_img/layout/package_slider_btn.png);
		cursor:pointer;
	}
		#header_package_slider_btn{
			background-position:top center;
		}
		#header_package_slider_btn:hover{
			background-position:center center;
		}
		#header_package_slider_btn:active{
			background-position:bottom center;
		}
	
	#header_cafe_btn,#header_cafe_btn:hover{
		top:260px;
		right:5px;
		width:128px;
		height:138px;
		background:url(../_img/layout/cafe_btn.png);
		z-index:2;
	}
		#header_cafe_btn:hover{
			background-position:bottom center;
		}
		
	#header_primary_nav{
		font-family:"微軟雅黑體","微軟正黑體","新細明體";
		top:405px;
		left:67px;
		width:auto;
		height:20px;
	}
	#header_primary_nav a,#header_primary_nav a:hover,#header_primary_nav a:active,#header_primary_nav a.active{
		position:relative;
		top:0;
		left:0;
		margin:0 7px;
		margin:0 14px;
		display:block;
		width:93px;
		height:27px;
		float:left;
		/*transition:text-shadow 1s;*/
	}
	
	#header_primary_nav a{
		background-position:top center;
	}
	#header_primary_nav a:hover,#header_primary_nav a.active{
		background-position:center center;
	}
	
	#header_primary_nav a:active{
		background-position:bottom center;
	}
		
		#Game_btn{
			background:url(../_img/layout/nav/game.png) no-repeat;	
		}
		#Teach_btn{
			background:url(../_img/layout/nav/tute.png) no-repeat;	
		}
		#Serv_btn{
			background:url(../_img/layout/nav/service.png) no-repeat;	
		}
		#Mem_btn{
			background:url(../_img/layout/nav/member.png) no-repeat;	
		}
		#Guild_btn{
			background:url(../_img/layout/nav/community.png) no-repeat;	
		}
		#TOP100_btn{
			background:url(../_img/layout/nav/bonus.png) no-repeat;	
		}
		#Downloads_btn{
			background:url(../_img/layout/nav/download.png) no-repeat;	
		}
		#Goods_btn{
			background:url(../_img/layout/nav/products.png) no-repeat;	
		}

#main{
	height:auto;
	padding:0 0 45px 0;
	background:url(../_img/layout/dTorso_top_bg.jpg) top center no-repeat,url(../_img/layout/dTorso_bottom_bg.jpg) bottom center no-repeat, url(../_img/layout/dTorso_bg.jpg) top center repeat-y;
}
	#dNavi{
		margin:10px 0 0 75px;
		padding:0 0 8px 0;
		width:843px;
		height:auto;
		float:left;
		background:#000 url(../_img/layout/sub_nav_bg.gif);
		border:1px solid #000;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		box-shadow:0 0 7px #000;
	}
		#dNavi ul{
			display:block;
			width:800px;
			height:auto;
			margin:0 auto;
		}
		#dNavi ul li
		{
		    display:block;
			width:auto;
			height:auto;
			margin:5px;
			float:left;
		}
		#dNavi ul li a,#dNavi ul li a:hover,#dNavi ul li a:active,#dNavi ul li a.active
		{
			display:block;
			padding:2px 10px;
		    width:auto;
		    height:auto;
			color:#fff9d4;
			text-shadow:0 0 5px #000;
			-moz-text-shadow:0 0 5px #fff;
			-webkit-text-shadow:0 0 5px #fff;
			float:left;
			border-radius:5px;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			background:none;
			cursor:pointer;
		}
		#dNavi ul li a{
			border:1px solid #fff9d4;
			background-position:top center;
		}
		#dNavi ul li a:hover,#dNavi ul li a.active
		{
		    background:#483d00;
			border:1px solid #ffea00;
			background-position:center center;
			box-shadow:0 0 5px #fff660;
			-moz-box-shadow:0 0 2px #eaeaea;
			-webkit-box-shadow:0 0 2px #eaeaea;
		}
		#dNavi ul li a:active{
			border:1px solid #747474;
			background-position:bottom center;
			box-shadow:0 0 2px #000;
			-moz-box-shadow:0 0 2px #000;
			-webkit-box-shadow:0 0 2px #000;
		}
		
		#topListTitle{
			margin:0 0 5px 0;
			padding:10px 10px 5px 53px;
			width:780px;
			height:25px;
			color:#fff9d4;
			font-size:25px;
			float:left;
			border-bottom:1px dotted #caab00;
			background:url(../_img/layout/list/list3.gif) 15px 7px no-repeat;
		}
		#topListNav{
			font-family:"微軟正黑體";
			margin:10px 10px 0 0;
			width:auto;
			height:auto;
			color:#caab00;
			font-size:12px;
			float:right;	
		}
		#topListNav a{
			color:#FF6;
		}
		#topListNav a:hover{
			color:#F90;
			text-decoration:underline;
		}
		
		#sideBar_left{
			position:absolute;
			top:30px;
			left:20px;
			width:30px;
			height:auto;
			float:left;
		}
		
		#sideBar_right{
			position:absolute;
			top:30px;
			right:15px;
			width:30px;
			height:auto;
			float:left;
		}
		
			.sideBar_img_btn{
				position:relative;
				top:0;
				cursor:pointer;
			}

			.sideBar_btn{
				position:relative;
				top:0;
				padding:5px 0 5px 5px;
				margin:0 0 10px 0;
				width:20px;
				height:auto;
				cursor:pointer;
				background:#000 url(../_img/layout/sub_nav_bg.gif);
				border:1px solid #000;
				border-radius:5px;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
				box-shadow:0 0 7px #000;
				font-size:15px;
				color:#fff;
			}
			.sideBar_btn:hover{
				border:1px solid #fff9d4;
				color:#fff9d4;
			}
			.sideBar_btn_active{
				position:relative;
				top:0;
				padding:5px 0 5px 5px;
				margin:0 0 10px 0;
				width:20px;
				height:auto;
				cursor:pointer;
				background:#000 url(../_img/layout/sub_nav_bg.gif);
				border-radius:5px;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
				box-shadow:0 0 7px #000;
				font-size:15px;
				border:1px solid #fff9d4;
				color:#fff9d4;
			}
			.slideBar_state{
				color:#FC3;
			}
			.slideBar_content{
				position:absolute;
				top:0;
				display:none;
			}


		
	#dMiddle{
		margin:10px 0 0 75px;
		width:843px;
		height:auto;
		float:left;
		background:#fff;
		border:1px solid #666;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	}
	
	#dLeft{
		margin:10px 0 0 75px;
		width:565px;
		height:auto;
		float:left;
	}
	
	#dRight{
		margin:10px 0 0 0;
		width:280px;
		height:auto;
		float:left;
	}
		/*  首頁內容-QR Code  */
		#QR_Code{
			display:block;
			position:relative;
			top:0;
			margin:5px 5px 0 0;
			padding:5px;
			width:264px;
			height:120px;
			float:left;
			border:1px solid #333;
			background:#fff url(../_img/index_info/qrcode/download_app.jpg) 5px 5px no-repeat;
		}
		/*  下載專區-QR Code  */
		#QR_Code1{
			display:block;
			position:relative;
			top:0;
			margin:5px 5px 0 0;
			padding:5px;
			width:150px;
			height:238px;
			border:1px solid #fff;
			background:#fff url(../_img/index_info/qrcode/download_app1.jpg) 5px 5px no-repeat;
		}
		/*  首頁內容-MOLO  */
		#MOLO_Link{
			position:relative;
			top:0;
			margin:5px 0 0 0;
			padding:5px;
			width:264px;
			height:120px;
			float:left;
			border:1px solid #333;
			background:#fff url(../_img/index_info/molo/bg.jpg) 5px 5px no-repeat;
		}
			#MOLO_Link ul{
				position:absolute;
				top:50px;
				left:100px;	
			}
		/*  首頁內容-消息公告  */
		#news{
			position:relative;
			top:0;
			margin:5px 0 0 0;
			padding:10px 5px 5px 5px;
			width:545px;
			height:195px;
			float:left;
			border:1px solid #333;
			background:#fff url(../_img/index_info/news/news_title.gif) 0 5px no-repeat;
		}
			#news_tag{
				margin:0 0 5px 0;
				display:block;
				float:right;	
			}
				#news_tag a.moreSystem{
					display:inline-block;
					width:80px;
					height:20px;
					background:#F30;
					border-radius:5px;
					text-align:center;
					color:#FFF;
				}
				#news_tag a.moreEvent{
					display:inline-block;
					width:80px;
					height:20px;
					background:#F90;
					border-radius:5px;
					text-align:center;
					color:#FFF;
				}
				#news_tag a:hover{
					text-decoration:underline;
				}
			#news table{
				display:table;
				float:left;	
			}
			#news table tr{
				border-bottom:1px dotted #ccc;
			}
			#news table .news_title
			{
			    display:block;
	            width:390px;
	            height:auto;
	            white-space:nowrap;
	            text-overflow:ellipsis;
	            overflow:hidden;
			}
			
		/*  首頁內容-fb專區  */
		#fb{
			display:block;
			position:relative;
			top:0;
			margin:5px 5px 0 0;
			width:273px;
			height:168px;
			float:left;
			border:1px solid #333;
			background:#fff url(../_img/index_info/facebook/facebook.jpg);
		}
		
		/*  首頁內容-youtube專區  */
		#youtube{
			display:block;
			position:relative;
			top:0;
			margin:5px 5px 0 0;
			width:275px;
			height:168px;
			float:left;
			border:1px solid #333;
			background:#fff url(../_img/index_info/youtube/youtube.jpg);
		}
		
		/*  首頁內容-客服專區  */
		#service{
			position:relative;
			top:0;
			margin:5px 5px 0 0;
			padding:5px;
			width:264px;
			height:200px;
			float:left;
			border:1px solid #333;
			background:#fff url(../_img/index_info/service/service.gif) 5px 5px no-repeat;
		}
			#service ul{
				padding:0;
				margin:0;
				position:absolute;
				top:40px;
				left:40px;
				float:left;
			}
			#service ul li{
				font-size:12px;
			}
		
		/*  首頁內容-友好連結  */
		#partner{
			position:relative;
			top:0;
			margin:5px 0 0 0;
			padding:5px;
			width:264px;
			height:200px;
			float:left;
			border:1px solid #333;
			background:#fff url(../_img/index_info/partner/partner.gif) 5px 5px no-repeat;
		}
			#partner ul{
				position:absolute;
				top:40px;
				left:10px;	
			}
			#partner ul li{
				margin:5px;
				float:left;
				border:1px solid #333;
			}
			#partner ul li a{
				display:block;
				width:auto;
				height:auto;
			}
			
		/*  首頁內容-廣告  */
		#adv{
			position:relative;
			top:0;
			margin:0;
			padding:5px;
			width:264px;
			height:auto;
			float:left;
			border:1px solid #333;
			background:#000;
		}
			#adv ul{
				display:block;
				float:left;
			}
			#adv ul li{
				margin:5px;
				float:left;
				border:1px solid #333;
			}
			#adv ul li a{
				display:block;
				width:auto;
				height:auto;
			}

#footer{
	width:100%;
	height:auto;
	background:#000;
	float:left;
	z-index:0;
}
	#footer_content{
		position:relative;
		top:0;
		width:990px;
		height:120px;
		margin:0 auto;
	}
		#footer_nav{
			position:absolute;
			top:13px;
			left:75px;
			width:auto;
			height:auto;
			z-index:2;
		}
			#footer_nav a{
				color:#fff;
				text-decoration:underline;
			}
		#footer_logo{
			position:absolute;
			top:35px;
			left:20px;
			width:600px;
			height:64px;
			z-index:0;
			background:url(../_img/layout/footer_logo1f90.png?r=20150727) top left no-repeat;
		}
		#footer_clearify{
			position:absolute;
			top:42px;
			right:15px;
			width:270px;
			height:54px;
			color:#fff;
			font-size:11px;
			line-height:18px;
			padding:1px 0 0 60px;
			background:url(../_img/layout/footer_clearify.png) top left no-repeat;
		}

/* list style*/
ul.list1{margin:0 0 10px 30px;list-style:url(../_img/layout/list/list1.gif);color:#900;font-weight:bold;}
ul.list1 a{color:#da2c00;}
ul.list1 a:hover{color:#da2c00;text-decoration:underline;}
ul.list1 strong{
	color:#600;
	font-weight:bold;	
}
ul.list1 p{
	color:#333;	
}
ul.list2{
	margin:0 0 0 15px;
	list-style:url(../_img/layout/list/list2_15x15.html);
	color:#1E4647;
	font-weight:bold;
	font-size:12px;
}

ul.list3{margin:0 0 10px 30px;list-style:url(../_img/layout/list/list3_15x15.html);color:#360;font-weight:bold;}
ul.list3 strong{
	color:#063;	
}
ul.num{margin:0 0 10px 30px;list-style:decimal;}


/*按鈕style*/
/*bt1*/
.btn,.btn:hover,.btn:active
{
			display:block;
			width:auto;
			height:21px;
			padding:1px 10px;
			margin:5px;
			float:left;
			border-radius:5px;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			background:url(../_img/layout/btn_bg.jpg) repeat-x;
			cursor:pointer;
			color:#fffbf0;
			text-shadow:0 0 5px #9a7216;
			-moz-text-shadow:0 0 5px #9a7216;
			-webkit-text-shadow:0 0 5px #9a7216;
}
.btn{
			border:1px solid #CEA70A;
			background:url(../_img/layout/btn_bg.jpg) top center repeat-x;
}
.btn:hover{
			border:1px solid #CEA70A;
			background-position:center center;
			box-shadow:0 0 2px #9a7216;
			-moz-box-shadow:0 0 2px #9a7216;
			-webkit-box-shadow:0 0 2px #9a7216;
}
.btn:active{
			border:1px solid #CEA70A;
			background-position:bottom center;
			box-shadow:0 0 1px #795d19;
			-moz-box-shadow:0 0 1px #795d19;
			-webkit-box-shadow:0 0 1px #795d19;
}

/*bt2*/
.btn2,.btn2:hover,.btn2:active{
	font-weight:bold;
					display:block;
					cursor:pointer;
					margin:0 5px;
					padding:5px 5px 0 5px;
					width:91px;
					height:25px;
					color:#ae0e0e;
					font-size:15px;
					background:url(../_img/layout/btn.png) no-repeat;
					text-align:center;
					float:left;
}
.btn2{
					background-position:top center;
}
.btn2:hover{
					background-position:middle center;
}
.btn2:active{
					background-position:bottom center;
}

/*btn3*/
.btn3,.btn3:hover,.btn3:active
		{
			display:block;
			width:auto;
			height:21px;
			padding:1px 10px;
			margin:5px;
			float:left;
			border-radius:5px;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			background:url(../_img/layout/btn2_bg.jpg) repeat-x;
			cursor:pointer;
			color:#333;
			text-shadow:0 0 5px #fff;
			-moz-text-shadow:0 0 5px #fff;
			-webkit-text-shadow:0 0 5px #fff;
		}
		.btn3{
			border:1px solid #666;
			background-position:top center;
		}
		.btn3:hover{
			border:1px solid #666;
			background-position:center center;
			box-shadow:0 0 2px #eaeaea;
			-moz-box-shadow:0 0 2px #eaeaea;
			-webkit-box-shadow:0 0 2px #eaeaea;
		}
		.btn3:active{
			border:1px solid #747474;
			background-position:bottom center;
			box-shadow:0 0 2px #000;
			-moz-box-shadow:0 0 2px #000;
			-webkit-box-shadow:0 0 2px #000;
		}

/*舊css設定*/
input,textarea{	
	font-size:12px;
	line-height:1.8em;
	color:#666;
	padding:1px 3px;
}
input{
	height:16px;
}
a{
	color:#666;
	text-decoration:none;
}
a:hover,
a:focus{
	color:#000;
}

/* 立即玩 */
#WebLink {
	display:none;
	width: 610px;
	height: 388px;
	position:absolute;
	left:50%;
    margin-left:-310px;
	top: 378px;
	padding:0 0 0 0;
	background:url(../_img/layout/webplay.png);
	z-index:5;
}
#closeWebLinkBtn {
    position:relative;
    display:block;
    top:-46px;
    left:553px;
    width: 102px;
	height: 102px;
    cursor:pointer;
    background:url(../_img/layout/closeWebLinkBtn.png) top left no-repeat;

}
#WebLink a#HDTry, #WebLink a#HDTry:hover {
    position:absolute;
		top:146px;
		left:70px;
		display:block;
    	width: 184px;
    	height: 183px;
}
    #WebLink a#HDTry:hover {
        background:url(../_img/layout/WebLink_HDTryBtn.png) top left no-repeat;
    }

    #WebLink a#Molo, #WebLink a#Molo:hover {
    position:absolute;
		top:160px;
		left:327px;
		display:block;
    	width: 246px;
    	height: 77px;
}
    #WebLink a#Molo:hover {
        background:url(../_img/layout/WebLink_MoloBtn.png) top left no-repeat;
    }
    #WebLink a#Fb, #WebLink a#Fb:hover {
    position:absolute;
		top:230px;
		left:329px;
		display:block;
    	width: 244px;
    	height: 60px;
}
    #WebLink a#Fb:hover {
        background:url(../_img/layout/WebLink_FbBtn.png) top left no-repeat;
    }
    #WebLink a#Try, #WebLink a#Try:hover {
    position:absolute;
		top:282px;
		left:329px;
		display:block;
    	width: 244px;
    	height: 61px;
}
    #WebLink a#Try:hover {
        background:url(../_img/layout/WebLink_TryBtn.png) top left no-repeat;
    }
	/*#WebLink a#Molo,#WebLink a#Molo:hover{
		position:absolute;
		top:38px;
		left:50px;
		display:block;
    	width: 262px;
    	height: 58px;
	}
	
	#WebLink a#Try,#WebLink a#Try:hover{
		position:absolute;
		top:106px;
		left:50px;
		display:block;
    	width: 262px;
    	height: 33px;
		float:left;
	}*/
	
	/*fb小按鈕*/
	/*#WebLink a#Fb,#WebLink a#Fb:hover
	{
		position:absolute;
		top:147px;
		left:50px;
		display:block;
    	width: 262px;
    	height: 33px;
		float:left;
	}*/
	
	/*msn小按鈕*/
	/*#WebLink a#Msn,#WebLink a#Msn:hover
	{
		position:absolute;
		top:143px;
		left:238px;
		display:block;
    	width: 40px;
    	height: 40px;
		float:left;
	}*/
	
	/*qq小按鈕*/
	/*#WebLink a#qq,#WebLink a#qq:hover
	{
		position:absolute;
		top:143px;
		left:84px;
		display:block;
    	width: 40px;
    	height: 40px;
		float:left;
	}*/
	
	/*weibo小按鈕*/
	/*#WebLink a#weibo,#WebLink a#weibo:hover
	{
		position:absolute;
		top:143px;
		left:136px;
		display:block;
    	width: 40px;
    	height: 40px;
		float:left;
	}*/
	
	/*#WebLink a#Molo:hover, #WebLink a#Try:hover,
	#WebLink a#Fb:hover,#WebLink a#Msn:hover,
	#WebLink a#qq:hover,#WebLink a#weibo:hover
	{
		background:#FF9;
		opacity:0.2;
		filter:alpha(opacity=20);
		_background:none;
	}*/

    #WebLinkmask {
    position: fixed;
    _position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    _height: 700px;
    background: #111111;
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-align: center;
    vertical-align: middle;
    display:none;
}

/*  主要內容  */

/*  頁尾  */

/*clearfix*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-table;
}
/*Mac OS IE不適用\*/
* html .clearfix{
	height:1%;
}
*+html .clearfix{
	height:1%;
}
.clearfix{
	display:block;}

.cust
{
    float:left;width:300px;color:#666;font-size:12px;
}
.emp
{
    float:right;text-align:left;width:300px;color:#666;font-size:12px;padding:0 0 0 50px;border-left:1px solid #ccc;
}