@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #cccccc;
	list-style-type: none;
	font-family: Calibri, "Calibri Light";
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover, a:active, a:focus {
	color: #FFE101;
	text-decoration: none;
}
#wrapper {
	min-width: 740px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	max-width: 1000px;
	width: 1000px;
}
header {
	background-color: #FFE101;
	width: 1000px;
	height: 120px;
}
#logo {
	background-color: #014DA1;
	height: 105px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	width: 900px;
	border-bottom-right-radius: 500px 153px;
}
#tw {
	width: 30px;
	height: 30px;
	background-color: #CBA200;
	border-radius: 25px;
	float: right;
	clear: left;
	margin-top: -34px;
	position: relative;
	margin-right: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bolder;
	font-variant: normal;
	font-style: normal;
	line-height: 23pt;
}
#tw a:hover {
	color: #FFFFFF;
	background-color: #8C6F00;
	width: 30px;
	height: 30px;
	float: right;
	border-radius: 25px;
}
#en {
	width: 30px;
	height: 30px;
	float: right;
	clear: left;
	margin-top: -34px;
	margin-right: 10px;
	border-radius: 25px;
	text-align: center;
	background-color: #CBA200;
	color: #FFFFFF;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	line-height: 23pt;
}
#en a:hover {
	color: #FFFFFF;
	background-color: #8C6F00;
	width: 30px;
	height: 30px;
	float: right;
	border-radius: 25px;
}
/* 選單列樣式*/

#navigation {
	min-width: 740px;
	min-height: 40px;
	max-width: 1000px;
	width: 1000px;
	height: 40px;
	background-repeat: repeat;
	background-color: #014DA1;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: left;
}
ul.nav-main, ul.nav-sub li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
u.nav-main {
	position: relative;
	z-index: 599;
}
ul.nav-main li:hover > ul {
	visibility: visible;
}
ul.nav-main li.hover, ul.nav-main li:hover, a.thispage {
	position: relative;
	z-index: auto;
	cursor: pointer;
	background-repeat: repeat;
	background-color: #FFE101;
}
ul.nav-main li {
	display: block;
	height: 40px;
	float: left;
}
ul.nav-main li a {
	display: block;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 11px;
	padding-bottom: 11px;
	font-size: 15px;
	font-style: normal;
	color: #FFFFFF;
}
ul.nav-main li a:hover {
	color: #014DA1;
}
ul.nav-sub {
	visibility: hidden;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 598;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #014DA1;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
ul.nav-sub li {
	list-style: none;
	display: block;
	height: 30px;
	float: none;
	width: 300px;
	border-bottom: 1px solid #5a8ca5;
	background: none;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
ul.nav-sub li a {
	list-style: none;
	display: block;
	padding: 6px 5px 6px 5px;
	height: 15px;
	float: none;
	width: 380px;
	background: none;
}
/* 放影列樣式*/	
#slider {
	width: 1000px;
	height: 350px;
	position: relative;
	clear: left;
	background-color: #333333;
	padding-bottom: 0px;
	padding-top: 0px;
	visibility: visible;
}
#slider img {
	padding: 0px;
	margin: 0px;
}
#sliderContent {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
	left: 0px;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	width: 100%;
	height: 350px;
	list-style-image: none;
	left: 0px;
	margin-left: 0px;
	list-style: none;
}
.sliderImage img {
	float: left;
	position: relative;
	left: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
.sliderImage span {
	position: absolute;
	width: 940px;
	height: 10px;
	line-height: 21px;
	background-color: #FFE101;
	filter: alpha(opacity=30);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	color: #ffffff;
	display: none;
	letter-spacing: 0.3mm;
	padding-bottom: 1px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 1px;
}
.bottom {
	bottom: 0px;
	left: 0px;
}
/**/	
main {
	width: 1000px;
	height: 400px;
}
#M1 {
	text-align: center;
	width: 190px;
	color: #FFFFFF;
	height: 100px;
	clear: left;
	float: left;
}
.ul {
	list-style-image: url(../images/ul.gif);
	text-align: left;
	line-height: 40px;
	list-style-position: outside;
	text-indent: 0px;
	list-style-type: none;
	margin-left: 120px;
}
article {
	text-indent: 40px;
	text-align: justify;
	line-height: 30px;
	font-size: 18px;
	width: 740px;
	float: left;
	margin-top: -40px;
}
#T1 {
	width: 200px;
	height: 40px;
	background-color: #014DA1;
	margin-left: 37px;
	text-align: center;
	color: #FFFFFF;
	line-height: 43px;
	text-indent: 0px;
	border-radius: 35px;
}
#T2 {
	height: 30px;
	color: #014DA1;
	background-color: #FFE101;
	border-radius: 76px;
	line-height: 28px;
	text-align: center;
	margin-left: 120px;
	text-indent: 0px;
	width: 500px;
}
/*右側樣式*/
aside {
	width: 250px;
	opacity: 1;
	float: right;
	clear: right;
	margin-top: -166px;
}
section {
	opacity: 1;
	width: 1000px;
	height: 166px;
	background-image: url(../images/m_top.png);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
#M2 {
	width: 1000px;
	background-image: url(../images/m_bottom.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 110px;
	clear: both;
	position: relative;
	top: -68px;
	margin-bottom: -68px;
}
/* 頁尾樣式*/
footer {
	width: 1000px;
	clear: both;
	background-color: #FFE101;
}
#talbe_a {
	color: #FFFFFF;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}
#Copryight {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #014DA1;
}
/*圖片樣式*/
figure {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 320px;
}
figure img {
	background-color: #FFFFFF;
	-webkit-box-shadow: 2px 2px 10px 1px #CCCCCC;
	box-shadow: 2px 2px 10px 1px #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
figcaption {
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-top: -14px;
}
