#wrapper {
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS";
	font-size: 16px;
	top: 50%; /*設定版面置中*/
	left: 50%; /*設定版面置中*/
	margin-top: -375px; /*設定版面置中*/
	margin-left: -500px; /*設定版面置中*/
	height: 750px;
	width: 1000px;
	position: absolute; /*元素會被放在瀏覽器內的某個位置 (依 top、bottom、left、和 right 的值而定) */
	background-color: #FFF; /*背景顏色*/
	border-radius:20px; /* 設定圓弧適用於Opera 10.50 and later (CSS3 standard) */
	-moz-border-radius: 20px; /* 設定圓弧適用於 Firefox */
	-webkit-border-radius: 20px; /* 設定圓弧適用於 Safari, Chrome */
	-khtml-border-radius: 20px; /* 設定圓弧適用於 Konqueror */
	behavior: url(../border-radius.htc); /* 設定圓弧適用於 IE6, IE7, IE8 */	
    box-shadow: 4px 4px 12px 4px #430C16; /*設定陰影 Opera 10.5 + */
   -webkit-box-shadow: 4px 4px 12px 4px #430C16; /*設定陰影 Safari 和 Chrome */
   -moz-box-shadow: 4px 4px 12px 4px #430C16; /*設定陰影 Firefox */	
}
body.ie6 #wrapper,
body.ie7 #wrapper,
body.ie8 #wrapper { 
   zoom: 1;
   filter: progid:DXImageTransform.Microsoft.Shadow(Color=#430C16, Strength=15, Direction=0),
           progid:DXImageTransform.Microsoft.Shadow(Color=#430C16, Strength=15, Direction=90),
           progid:DXImageTransform.Microsoft.Shadow(Color=#430C16, Strength=15, Direction=180),
           progid:DXImageTransform.Microsoft.Shadow(Color=#430C16, Strength=15, Direction=270); /*設定陰影 IE6-8*/
}	


#left {
	float: left;
	height: 750px;
	width: 255px;
	background-image: url(../images/picture-index01.png);
	background-repeat: no-repeat;
}
#right {
	height: 750px;
	width: 745px;
	float: left;
}
#menu {
	height: 242px;
	width: 745px;
	background-image: url(../images/picture-index01-2.png);
	background-repeat: repeat-x;
	text-align: center;
}
#menu01 {
	float: left;
	width: 745px;
	margin-top: 130px;
}
#menu-link {
	height: 200px;
	width: 745px;
	line-height: 200px;
}

#menu03 {
	float: right;
	height: 242px;
	width: 128px;
}

#main {
	height: 508px;
	width: 745px;
}

/*線上作品*/
.div_table-cell {
	background-image: url(../images/frame.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 130px;
	display:table-cell;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
#wrapper #right #main .div_table-cell a:hover img {
	opacity:0.7;/* 圖片透明度最大數值字為1 */
	filter:alpha(opacity=70); /*圖片透明度最大數值為100 ，用於IE8 及其早期版本語法 */
}


/* IE6 hack */
.div_table-cell span{
	height:100%;
	display:inline-block;
	}
 
/* 讓table-cell下的所有元素都居中 */
.div_table-cell *{ vertical-align:middle;}


#wrapper #right #main ul li {
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS";
	float: left;
	list-style-type: none;
	clear: right;
	color: #B08500;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFECB3;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EAAF00;
}

#abgne-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#abgne-menu li {
	float: left;
	padding: 0 0px;
}
#abgne-menu li a {
	display: block;
	height: 26px;
	line-height: 26px;
	text-indent: -9999px;
}
#abgne-menu a.v1 {
	width:109px; /* 圖片的寬 */
	background:url(../images/m-p1.png) no-repeat 0 0;	
}
#abgne-menu a.v2 {
	width:81px; /* 圖片的寬 */
	background:url(../images/m-p2.jpg) no-repeat 0 0;	
}	
#abgne-menu a.v3 {
	width:174px; /* 圖片的寬 */
	background:url(../images/m-p3.jpg) no-repeat 0 0;	
}
#abgne-menu a.v4 {
	width: 122px; /* 圖片的寬 */
	background:url(../images/m-p4.jpg) no-repeat 0 0;	
}
#abgne-menu a.v5 {
	width: 128px; /* 圖片的寬 */
	background:url(../images/m-p5.jpg) no-repeat 0 0;	
}
#abgne-menu a.v6 {
	width: 110px; /* 圖片的寬 */
	background:url(../images/m-p6.jpg) no-repeat 0 0;	
}
/* 加上 transition */
#abgne-menu li a {
	-webkit-transition: background-position 0.2s;	/* Safari & Chrome */
	-moz-transition: background-position 0.2s;	/* Firefox */
	-ms-transition: background-position 0.2s;	/* IE */
	-o-transition: background-position 0.2s;	/* Opera */
	transition: background-position 0.2s;	
}
#abgne-menu li a:hover {
	background-position: 0 -26px;
}
body table tr td h1 {
	font-size: 20px;
	line-height: 18px;
	color: #6F2D50;
	text-align: center;
}
p {
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS";
	font-size: 14px;
	line-height: 30px;
	margin-left: 10px;
	clear: both;
	float: left;
	margin-right: 10px;
}
body p img {
	padding: 5px;
	float: right;
	border: 1px groove #999;
	margin: 5px;
}

h1 {
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS";
	font-size: 24px;
	line-height: 45px;
	color: #933;
}
.literature-txt {
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS";
	font-size: 24px;
	line-height: 28px;
	color: #000;
	clear: both;
	margin-left: auto;
	text-align: center;
	background-color: #CCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 3px double #600;
	width: 400px;
	margin-right: auto;
	border-radius:7px; /* 設定圓弧適用於Opera 10.50 and later (CSS3 standard) */
	-moz-border-radius: 7px; /* 設定圓弧適用於 Firefox */
	-webkit-border-radius: 7px; /* 設定圓弧適用於 Safari, Chrome */
	-khtml-border-radius: 7px; /* 設定圓弧適用於 Konqueror */
	behavior: url(../border-radius.htc); /* 設定圓弧適用於 IE6, IE7, IE8 */
	vertical-align: middle;
}


.f-b-03-link {
	font-size: 14px;
	line-height: 16px;
	color: #FFF;
	background-color: #000;
	float: right;
	border: 2px outset #666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-right: 20px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
body table tr td a {
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS";
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
}
body table tr td a:hover {
	color: #F90;
}


.f-b-03-link a:hover {
	font-size: 16px;
	line-height: 18px;
	color: #FC0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}




h3 {
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS";
	font-size: 16px;
	line-height: 25px;
	color: #960;
	clear: both;
	margin-left: 5px;
}
.f-b-01 {
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS";	
	font-size: 18px;
	line-height: 20px;
	color: #FF3;
	background-color: #960;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-right: 0px;
}
.f-b-03 {
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS";
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	background-color: #666;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.f-b-03-name {
	font-size: 14px;
	line-height: 20px;
	float: right;
	padding-right: 8px;
	padding-left: 8px;
	border-left-width: 5px;
	border-left-style: double;
	border-left-color: #930;
}


.f-b-02 {
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS";
	font-size: 18px;
	line-height: 20px;
	color: #930;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-right: 0px;
	text-decoration: none;
	background-color: #FFB61E;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #FF6;
}
.f-b-02 a {
	font-size: 18px;
	line-height: 20px;
	color: #930;
}
.f-b-eh01 {
	font-size: 14px;
	color: #333;
	background-color: #E9D7B3;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
li {
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS";
	font-size: 14px;
	line-height: 16px;
	color: #930;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}
.f-b-eh-bc {
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS";
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	background-color: #C90;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: double;
	border-left-color: #900;
	clear: both;
}
a {
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS";
	font-size: 14px;
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #F60;
}





.f-b-02 a:hover {
	color: #639;
}
.f-b-activity {
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS";
	font-size: 18px;
	line-height: 18px;
	color: #000;
}


.f-b-activity01 {
	font-size: 14px;
	line-height: 22px;
	padding-right: 8px;
	padding-left: 8px;
	border-left-width: 5px;
	border-left-style: double;
	border-left-color: #930;
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS";
}
.f-b-activity02 {
	font-size: 16px;
	line-height: 20px;
	padding-right: 8px;
	padding-left: 8px;
	color:#FFF;
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS";

}
.f-b-activity03 {
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS";
	font-size: 14px;
	color: #F39;
	line-height: 25px;
}


#wrapper #right #main ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BD8500;
	text-decoration: none;
}
#wrapper #right #main ul li a:hover {
	font-size: 18px;
	color: #F60;
}
#wrapper #right #main table tr td a:hover img {
	opacity:0.7;/* 最大數值字為1 */
	filter:alpha(opacity=70); /*最大數值為100 ，用於IE8 及其早期版本語法 */	
}
h4 {
	font-size: 16px;
	color: #000;
	font-family: "新細明體", "Arial Unicode MS", Fixedsys;
	line-height: 14px;
}
.title-b {
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS";
	font-size: 18px;
	line-height: 25px;
	color: #76162C;
	font-weight: bold;
}

.flv {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	border-radius:7px; /* 設定圓弧適用於Opera 10.50 and later (CSS3 standard) */
	-moz-border-radius: 7px; /* 設定圓弧適用於 Firefox */
	-webkit-border-radius: 7px; /* 設定圓弧適用於 Safari, Chrome */
	-khtml-border-radius: 7px; /* 設定圓弧適用於 Konqueror */
	behavior: url(../border-radius.htc); /* 設定圓弧適用於 IE6, IE7, IE8 */
	height: 380px;
}
