@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
padding: 0;
margin: 0;
}
body {
	background-color: #FFF;
}

table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img { 
border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-weight: normal;
font-style: normal;
}
ol,ul {
list-style: none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-size: 100%;
}
q:before,q:after {
content:'';
}
abbr,acronym { border: 0;
}
#header {
	height: 300px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header #headerBanner {
	float: left;
	height: 300px;
	width: 800px;
	background-image: url(../images/banner_BG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#clearBoth {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#navigation {
	height: 52px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
}
#navigation ul {
	height: 52px;
	width: 800px;
	padding: 0px;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
}
#navigation ul li {
	float: left;
	height: 52px;
	width: 200px;
	display: block;
	background-color: #ff1c76;
}
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content_BG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 30px;
}
#content .title {
	background-image: url(../images/discription_title.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 67px;
	width: 800px;
	margin-bottom: 24px;
	position: relative;
	left: 0px;
	top: 0px;
	background-position: 2px top;
}
#discripTex {
	font-size: 13px;
	color: #333;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	line-height: 21px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 25px;
	padding-left: 25px;
}
.pTitle_01 {
	font-size: 16px;
	color: #06F;
	font-weight: bold;
}
.importantDiscrip {
	color: #F00;
}
#content #discripTex ul .a01 {
	list-style-type: square;
	list-style-position: outside;
	list-style-image: none;
}

.eventTitle {
	font-size: 15px;
}
#discripTex ul li {
	list-style-position: outside;
	list-style-image: url(../images/star.jpg);
	list-style-type: none;
}
#discripTex ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#content #discrip iframe {
	width: 800px;
	height: 1200px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.style1 {
	color: #F00;
	font-weight: bold;
}
.style2 {
	margin-left: 18px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.style3 {
	color: #F00;
}
.style4 {
	font-weight: bold;
}

.style1 a {
	color: #F06;
	text-decoration: underline;
}
.style1 a:hover {
	color: #F09;
	text-decoration: underline;
}
#footer {
	background-image: url(../images/footer_BG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 63px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer address {
	color: #999;
	font-family: "微軟正黑體", "新細明體", Tahoma, sans-serif, Arial;
	font-size: 12px;
	line-height: 63px;
}
