@charset "big5";
body,html {
	text-align: center;
	width: 100%;
	background: #FEAB1B;
	font-family: Arial, 微軟正黑體, Microsoft JhengHei, Helvetica, sans-serif, 新細明體;
	margin: 0;
	padding: 0;
	font-size: 11pt;
	line-height: 1.5;
	background : #141414 url(../images/main-pic/bg.png) repeat;
	color: #A1A1A1;
}

a:link {
   color: #FF8800;
   text-decoration: none;
   }

a:visited {
   color: #8ECCF2;
   text-decoration: none;
   }

a:hover {
   text-decoration: none;
   color: #DCAB74;
   }

a:active {
   text-decoration: none;
   color: #DCAB74;
   }

#whole {
	text-align: Center;
	width: 1024px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

#main {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}


#left {
	position: absolute;
	left: 0;
	font-size: 11pt;
	width: 368px;
	margin: 0 0 20px 0;
}

#top {
	height: 98px;
	width: 368px;
	margin: 2px 0 0 0;
	padding: 0;
	background: #2BA2EC url(../images/main-pic/round.png) no-repeat;
	background-position: left bottom;
}

/* Sidebars */

.sidebar-l {
	float: left;
	text-align: left;
	font-size: 14pt;
	width: 160px;
	margin: 0;
	padding: 20px 0 0 0;
	color: #CDCDCD;
}

.sidebar-r {
	float: right;
	text-align: left;
	font-size: 12pt;
	line-height: 1.2;
	width: 170px;
	margin: 0 0 20px 0;
	padding: 40px 10px 0 0;
	color: #CDCDCD;
}

.sidebar-r ul {
	margin: 0;
	padding: 0;
}

.sidebar-r li {
	text-align: left;
	margin: 0 0 10px 5px;
}

.sidebar-r ul ul {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 10.5pt;
}

.sidebar-r li li {
	text-align: left;
	margin: 0 0 5px 5px;
}

.sidebar-l ul {
	list-style: none;
	margin:  0;
	padding:  0;
	width: 155px;
}

.sidebar-l li {
	text-align: left;
	height: 35px;
	margin: 10px 0;
	padding:  0;
	border-bottom: 1px #FF8800 dotted;
}

.sidebar-l a {
	display: block;
	width: 155px;
	color: #CDCDCD;
	text-decoration: none;
	padding: 0;
}  


.sidebar-l a:hover {
	color: #FF8800;
} 


.sidebar-l a:active {
	color: #FF8800;
}


#right {
	position: relative;
	left: 368px;
	*left: 165px;
	font-size: 10pt;
	width: 620px;
	margin: 0;
	background: url(../images/main-pic/logo.png) no-repeat;
}

#r-header {
	text-align: right;
	height: 99px;
	margin: 0 10px 0 0;
	padding: 0;
	position: relative;
	color: #2BA2EC;
}

#r-header ul {
	list-style: none;	
	margin: 0;
	padding: 0;
	font-weight: bold;
	height: 15px;
}

#r-header li {
	float: right;
	margin: 0 22px 0 0;
}

/* Pages */
#page {
	text-align: Left;
	font-size: 11pt;
	width: 100%;
	margin: 0;
	padding: 0;

}

.page-u {
	width: 596px;
	height: 22px;
	margin: 0;
	padding: 0;
	background: url(../images/main-pic/award-bg.png) no-repeat;
}

.page-c {
	text-align: Left;
	font-size: 11pt;
	width: 556px;
	margin: 0;
	padding: 20px;
	background-color: white;
}

#foot {
	width: 100%;
	height: 30px;
	text-align: left;
	font-size: 9pt;
	margin: 30px 0 40px 0;
	padding: 0;
}




/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

h1
{
	border-bottom: 1px dashed #ccc;
	color: #933;
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	text-align: center;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -30px;
	left: -150px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 500px;
	height: 375px;
}