@charset "utf-8";
/* CSS Document */
body{
	font-size: 10pt;
	line-height: 18pt;
	color: #666;
	margin: 0px;
	background-image: url(images/bk002.jpg);
	background-repeat: repeat-x;
	background-color: #1a1921;
}
a{
	color:#999;
	text-decoration: none;
}
a:hover{
	color:#CCF;
}

.divbk{
	height:35px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bk001.jpg);
}
#index{
	width:693px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: 470px;
	background-color: #000;
	padding-bottom: 15px;

}
#flashzone{
	padding-top:0px;
	padding-left: 0px;
	width: 500px;
	float: right;
	padding-right: 20px;
}	
#container {
	width:890px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	margin-bottom: 15px;
	background-color: #000;
}
#container #link{
	text-align:right;
	padding-right:10px;
	height: 28px;
	background-color: #000;
}
#container #top{
	background-color: #000;
}
#container #top-r{
	padding-top: 10px;
	height: 75px;
}
#container #main {
	background-color: #873030;

}
#container #left{
	width:185px;
	float:left;
	background-image: url(images/bk_left.jpg);
	background-position: left 130px;
	height: 600px;
}

#container #right{
	width:700px;
	float: left;

}
#container #ft {
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
	background-color: #453341;
	
}


#container #footer {
	height:130px;
	background-color: #000;
	color: #CCC;
	padding-left: 10px;
}

#container #footer img{ float:left;}
.my_text{
	margin-right: 100px;
	margin-left: 20px;
}
h3{
	border: 1px dotted #669;
	padding: 5px;
	background-color: #524057;
	}
.s01{
	font-size:9pt;
	color:#CCC;
	line-height: 14pt;
}
.s02{
	font-size:10pt;
	color: #966;
	font-weight: bold;
}
.s03{
	font-size:16px;
	color:#C96;
	text-align: center;
}
#news{
	margin-left: auto;
	margin-right: auto;
	width: 490px;
	background-image: url(images/bknews.gif);
	background-repeat: repeat-y;
	border-top-color: #000;
	border-top-style: dotted;
	border-top-width: 7px;
	border-bottom-color: #000;
	border-bottom-style: dotted;
	border-bottom-width: 7px;
	margin-top: 25px;
	margin-bottom: 30px;
	padding-top: 25px;
	padding-right: 30px;
	padding-left: 30px;
}

#menuzone{
	filter:Alpha(Opacity=85);   /* IE */
	-moz-opacity:0.85;          /* Moz + FF */
	opacity:0.85;
	}
#menu{
	height: 50px;
	list-style:none;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
}
#menu li a{
	height:50px;
	width:100px;
	display:block;
	text-indent: -3000px;
	list-style:none;
}
#menu ul{	list-style:none;
	margin: 0;
	padding:0px;
	
}
#menu li{
	float:left;
	padding:0px;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.mu_a a:hover{background:url(images/menu.jpg) 0px 50px;}
.mu_b a:hover{background:url(images/menu.jpg) -100px 50px;}
.mu_c a:hover{background:url(images/menu.jpg) -200px 50px;}
.mu_d a:hover{background:url(images/menu.jpg) -300px 50px;}
.mu_e a:hover{background:url(images/menu.jpg) -400px 50px;}
.mu_f a:hover{background:url(images/menu.jpg) -500px 50px;}
.mu_g a:hover{background:url(images/menu.jpg) -600px 50px;}



/* 可重複使用的雜項類別 */
.fltrt { /* 這個類別可用來讓頁面右邊的元素浮動。浮動元素必須位於頁面上必須相鄰的元素前面。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 這個類別可用來讓頁面左邊的元素浮動 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 這個類別應該放置於 Div 或 Break 元素上，而且應該是完整包含浮動的容器關閉前的最後一個元素 */
	clear:both;
	height:2px;
	font-size: 1px;
	line-height: 0px;
}
.box {
	padding: 30px;
		  }
.box img{
	margin-right: 20px;
	float: left;
	border: 1px double #CC9;
	background-color: #FFF;
	padding: 5px;
		  }

.box1 {

		  }
.box1 img{

	  }
.box2 {
	width:75%;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
		  }
.box3 {
	width:30%;
	line-height: 15pt;
	float:left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 40px;
	
	
		  }

.box4 {
	height:125px;
	width:60%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bk001.gif);
	background-repeat: no-repeat;
	color: #000;
	text-align: left;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
		  }
.box4 img {
	float:right;
	border: 1px double #CC9;
	background-color: #FFF;
	padding: 3px;
	margin-left: 10px;
}

a.ImgButton:hover {
	left: 2px;
	top: 2px;
	right: 0px;
	bottom: 0px;
	position: relative;
}
.table{
	line-height:20px;
	text-align:center;
}

.picborder{
	border: 1px double #CC9;
	background-color: #FFF;
	padding: 5px;}
/*圖片陰影*/
.shadow {
	float: left;
	width: auto;
	background-image: url(images/fuzzy_shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.shadow div {
	background-image: url(images/fuzzy_shadow1.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.shadow div a {
	padding: 0 6px 6px 0;
	display: block;
	background-image: url(images/fuzzy_shadow2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.shadow img {
	color: #000;
	border: 1px solid #999;
	padding: 4px;
	vertical-align: bottom;
	float: right;
}
