@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-width: 1050px;
	background-image: url(images/bg_r.png);
	background-size: auto;
	background-position: top center;
	background-repeat: repeat;
}

table {
}
td { padding: 3px; color: #000;}

td img {
	vertical-align: -45%;
	margin:4px;
}
td a{ color:#008f47;}

a { color: #008f47; font-weight: bold;}
a:hover { color: #f55bb9;}
/*a:visited { color: #ff86f8;}*/

#outer {
	width: 100%;
	background-image: url(images/bg.png); /*整頁的主背景*/
	background-size: auto;
	background-position: top center;
	background-repeat: no-repeat;
	/*background-color: #fff0f9;*/
	color: #000;
    line-height: 1.8em;
	font-family: Verdana, "微軟正黑體", sans-serif;
	font-size: 17px;
}

#outer #weapper {
	width:1050px;
	margin-right: auto;
	margin-left: auto;
}

#outer #weapper #header {
	height: 550px;
	width: 1050px;
	position: relative;
	background: url(images/header.png) no-repeat top left;
}

#outer #weapper #header #menu {
	width: 881px;
    height: 158px;
	/*background:url(images/menu.png) no-repeat top left;*/
	position: absolute;
	top: 390px;
	left: 89px;
}

#logo {
	display: block;	
	width: 136px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: -5px;	
	z-index: 9;
}

#logo a {
	display: block;	
	height: 100px;
}

/*#title {
	display: block;
	width: 448px;
	height: 105px;
	position: absolute;
	bottom: 10px;
	left: 305px;	
}*/

#outer #weapper #content {
	width: 870px;
	/*visibility: inherit;*/
	padding: 0px 90px 0px 90px;
	position:relative;
	background:url(images/content_bg.png) repeat-y top center;
	margin-bottom: -2px;
}

#outer #weapper #notice {
	width: 870px;
	visibility: inherit;
	font-size:14px;
	line-height: 1.8em;
}

.btitle {
    position:absolute;
    top:-75px ;
    left:352px ;
}

.red { color: #ff60ee; }
div .red { color: #e80000; }

.hilight-2 {
	background-color:#FF3EC8;
	color: #00000;
	line-height:: 1.5em;
}

.blue { color: #0060ff; }
tr .blue { color: #004eff; }

.green { color: #00aea4; }

.mint { color: #00fcff;}
.pink { color: #ff00ea;}
.yellow { color: #fff000;}
.purple{ color: #7b00d1;}

.notice {
	color: #e9051f;
	font-size: 14px;
	line-height: 1.5em;
}

.spnotice {
	background-color:#fffaa8;
	color: #d21400;
	line-height:: 1.5em;
}

.stxt {
	font-size: 14px;
}

.width {
	font-weight: bold;
}

.title {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #7851db;
}
/*.icon_bg { 
    width: 182px;
	height: 70px; 
    background-image:url(images/icon_bg.png);
	background-repeat: no-repeat;
	background-position: top center; 
	position: absolute;
	top: -2px;
	right: 50px;
}*/

.icon01 {
	display: block;
	width: 117px;
	height: 65px;
	/*margin: 15px;
	float: left;*/
    position: absolute;
	top: 0px;
	right: 20px;
}

.icon01 a {
	display: block;
	width: 117px;
	height: 65px;
	background-image: url(images/icon_01.png);
	background-repeat: no-repeat;
   	}

.icon01 a:hover {
	display: block;
	width: 117px;
	height: 65px;
	background-image: url(images/icon_01_2.png);
	background-repeat: no-repeat;
}

.icon02 {
	display: block;
	width: 117px;
	height: 44px;	
	/*margin: 15px;
	float: left;*/
    position: absolute;
	top: 65px;
	right: 20px;
}

.icon02 a {
	display: block;
	width: 117px;
	height: 44px;
	background-image: url(images/icon_02.png);
	background-repeat: no-repeat;
	}

.icon02 a:hover {
	display: block;
	width: 117px;
	height: 44px;
	background-image: url(images/icon_02_2.png);
	background-repeat: no-repeat;
}

.note {
	/*padding: 10px 15px;
	background-color: #efefef;
	border:1px dashed #09F;*/
	font-size: 15px;
	color: #002aa2;
}

.but01 {
	display: block;
	width: 222px;
	height: 82px;
    position: absolute;
	left: -1px;
	top: 48px;
}

.but01 a {
	display: block;
	width: 222px;
	height: 82px;
	background-image: url(images/but_01.png);
	background-repeat: no-repeat;
	background-position: 0px 158px;  
}

.but01 a:hover {
	background-position: top left;
}

.but02 {
	display: block;
	width: 204px;
	height: 82px;
    position: absolute;
	left: 333px;
	top: 48px;
}

.but02 a {
	display: block;
	width: 204px;
	height: 82px;
	background-image: url(images/but_02.png);
	background-repeat: no-repeat;
	background-position: 0px 158px;  
}

.but02 a:hover {
	background-position: top left;
}

.but03 {
	display: block;
	width: 296px;
	height: 82px;
    position: absolute;
	left: 599px;
	top: 48px;
}

.but03 a {
	display: block;
	width: 296px;
	height: 82px;
	background-image: url(images/but_03.png);
	background-repeat: no-repeat;
	background-position: 0px 158px;  
}

.but03 a:hover {
	background-position: top left;
}

.but04 {
	display: block;
	width: 191px;
	height: 107px;
    position: absolute;
	left: 673px;
	top: 48px;
}

.but04 a {
	display: block;
	width: 191px;
	height: 107px;
	background-image: url(images/but_04.png);
	background-repeat: no-repeat;
	background-position: 0px 158px;  
}

.but04 a:hover {
	background-position: top left;
}

.but05 {
	display: block;
	width: 191px;
	height: 107px;
    position: absolute;
	left: 600px;
	top: 48px;
}

.but05 a {
	display: block;
	width: 191px;
	height: 107px;
	background-image: url(images/but_05.png);
	background-repeat: no-repeat;
	background-position: 0px 158px;  
}

.but05 a:hover {
	background-position: top left;
}

.but06 {
	display: block;
	width: 191px;
	height: 107px;
    position: absolute;
	left: 741px;
	top: 48px;
}

.but06 a {
	display: block;
	width: 191px;
	height: 107px;
	background-image: url(images/but_06.png);
	background-repeat: no-repeat;
	background-position: 0px 158px;  
}

.but06 a:hover {
	background-position: top left;
}

.but07 {
	display: block;
	width: 98px;
	height: 98px; 
    position: absolute;
	top: 351px;
	right: -6px;
}

.but07 a {
	display: block;
	width: 98px;
	height: 98px;
	background-image: url(images/but_07.png);
	background-repeat: no-repeat; 
}

.but07 a:hover {
	display: block;
	width: 98px;
	height: 98px;
	background-image: url(images/but_07_2.png);
    }

/*.page_title {
	display: block;
	width: 530px;
	height: 100px; 
    position: absolute;
	bottom: 36px;
	left: 261px;
	z-index: 5;
}*/

.p1_sbut01, .p1_sbut02, .p1_sbut03 {
	display: block;
	width: 160px;
	height: 60px;
	float: left;
	/*margin-right: 5px;*/
}

.p1_sbut01 a:hover, .p1_sbut02 a:hover, .p1_sbut03 a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}

.p2_sbut01 {
	display: block;
	width: 160px;
	height: 60px;
	float: left;
	margin-right: 5px;
}

.p2_sbut02 {
	display: block;
	width: 200px;
	height: 60px;
	float: left;
	margin-right: 5px;
}

.p2_sbut01 a:hover, .p2_sbut02 a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}


.p3_sbut01, .p3_sbut03, .p3_sbut04 {
	display: block;
	width: 200px;
	height: 60px;
	float: left;
	/*margin-right: 5px;*/
}

.p3_sbut02 {
	display: block;
	width: 200px;
	height: 60px;
	float: left;
	/*margin-right: 5px;*/
}

.p3_sbut01 a:hover, .p3_sbut02 a:hover, .p3_sbut03 a:hover, .p3_sbut04 a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}

.p4_sbut01, .p4_sbut02 {
	display: block;
	width: 200px;
	height: 60px;
	float: left;
	margin-right: 5px;
}

.p4_sbut01 a:hover, .p4_sbut02 a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}

.p5_sbut01, .p5_sbut02, .p5_sbut03 {
	display: block;
	width: 200px;
	height: 60px;
	float: left;
	margin-right: 5px;
}

.p5_sbut01 a:hover, .p5_sbut02 a:hover, .p5_sbut03 a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}

.p6_sbut01, .p6_sbut02 {
	display: block;
	width: 116px;
	height: 80px;
	float: left;
	margin-right: 5px;
}

.p6_sbut01 a:hover, .p6_sbut02 a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}

.slot_link {
    width: 245px;
	height: 195px;
	position: absolute;
	top:45px;
	right:20px;
}

.but_buy {
	display: block;
	width: 167px;
	height: 52px;
}

.but_buy a {
	display: block;
	width: 167px;
	height: 52px;
	background-image: url(images/buy.png);
	background-repeat: no-repeat;
	background-position: top left;  
}

.but_buy a:hover {
	background-position: 0px -52px;
}

.but_casual {
	width: 100%;
	padding: 20px 0px 10px 0px;
}

.but_align {
    margin: 0 auto;	
	width: 244px;
}

.but_align2 {
    margin: 0 auto;	
	width: 266px;
}

.but_align3 {
    margin: 0 auto;	
	width: 305px;
}

.but_casual .go1 a {
	display: block;
	float: left;
	width: 122px;
	height: 41px;
	background-image: url(images/go_01.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto;
}

.but_casual .go1 a:hover {
	background-position: 0px -41px;
}

.but_casual .go2 a {
	display: block;
	float: left;
	width: 122px;
	height: 41px;
	background-image: url(images/go_02.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto; 
}

.but_casual .go2 a:hover {
	background-position: 0px -41px;
}

.but_casual .go3 a {
	display: block;
	float: left;
	width: 122px;
	height: 41px;
	background-image: url(images/go_03.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto; 
}

.but_casual .go3 a:hover {
	background-position: 0px -41px;
}

.but_casual .golist a {
	display: block;
	width: 207px;
	height: 41px;
	background-image: url(images/go_list.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto; 
}

.but_casual .golist a:hover {
	background-position: 0px -41px;
}

.but_casual .golist2 a {
	display: block;
	width: 174px;
	height: 41px;
	background-image: url(images/go_list2.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto; 
}

.but_casual .golist2 a:hover {
	background-position: 0px -41px;
}

.but_casual .go7771 a {
	display: block;
	float: left;
	width: 162px;
	height: 41px;
	background-image: url(images/go_7771.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto; 
}

.but_casual .go7771 a:hover {
	background-position: 0px -41px;
}

.but_casual .go7772 a {
	display: block;
	float: left;
	width: 142px;
	height: 41px;
	background-image: url(images/go_7772.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto; 
}

.but_casual .go7772 a:hover {
	background-position: 0px -41px;
}

.clear {
	clear: both;
}

.bottom {
	width: 1050px;
	height: 168px;
	background:url(images/content_bottom.png) no-repeat bottom center;
}

.tb_stxt{
	color: #888;
	font-size: 12px;
	line-height: 1.8em;
}

.dragon_b {
	display: block;	
	width: 180px;
	height: 103px;
	background-image: url(images/blue01.gif);
	position: absolute;
	top: 149px;
	left: 88px;	
	z-index: 19;
}

.dragon_r {
	display: block;	
	width: 180px;
	height: 103px;
	background-image: url(images/red01.gif);
	position: absolute;
	top: 149px;
	left: 770px;	
	z-index: 19;
}