﻿/* 官網下拉選單 */
/* 整體色 */
#SelectWeb {font-size: 12px; color: #000000; background: #FFEE7B;}
/* 類別1的顏色 */
#SelectWeb .CategoryGrp1	{	color: #990066;}
#SelectWeb .Category1		{	color: #990066;}
/* 類別2的顏色-線上遊戲 */
#SelectWeb .CategoryGrp2	{	color: #F86C3C;}
#SelectWeb .Category2		{	color: #990066;}
/* 類別3的顏色-單機遊戲 */
#SelectWeb .CategoryGrp3	{	color: #F86C3C;}
#SelectWeb .Category3		{	color: #990066;}
/* 類別4的顏色-手機遊戲 */
#SelectWeb .CategoryGrp4	{	color: #F86C3C;}
#SelectWeb .Category4		{	color: #990066;}

/*網站*/
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
table {
	font-size: 12px;
	color: #993300;
	line-height: 16px;
}
input, textarea {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bg01 {
	background-image: url(images/index_23.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bg02 {
	background-image: url(images/index_21.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.bg03 {
	background-image: url(images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.menu {
	background-image: url(images/menu_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	line-height: 16px;
}
.menu a:link{
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #996600;
}
.menu a:visited{
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	color: #CC9900;
	font-weight: bold;
}
.menu a:hover{
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	color: #E85100;
	font-weight: bold;
}
.main {
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
.main TD{
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;
}
a.link01:link{
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	color: #993300;
}
a.link01:visited{
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	color: #CC9900;
}
a.link01:hover{
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	color: #009900;
}
.list {
	font-size: 12px;
	line-height: 16px;
	color: #993300;
}
.list a:link{
    font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	color: #993300;
}
.list a:visited{
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	color: #CC9900;
}
.list a:hover{
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	color: #009900;
}.table01 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #993300;
}
.p16 {
	font-size: 16px;
	color: #990066;
	line-height: 18px;
	font-weight: bold;
}
.p12 {
	font-size: 12px;
	color: #990066;
}

/* 頁數樣式 */
.PageNum {
	font-size: 12px;
	line-height: 30px;	
}
.PageNum span {
	color: #CC0000;
	font-weight: bold;
	border: 1px solid #CC0000;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.PageNum a {
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	border: 1px solid #FFF08E;
}
.PageNum a:hover {
	border: 1px solid #009900;
}
.bg04 {
	background-attachment: fixed;
	background-image: url(images/index_36.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

