@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 li {
	float: left;
	height: 52px;
	width: 200px;
	display: block;
	background-color: #ff1c76;
}
#navigation ul {
	height: 52px;
	width: 800px;
	padding: 0px;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
}
#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: 24px;
}
#content #title {
	background-image: url(../images/bulletin_title.jpg);
	background-repeat: no-repeat;
	background-position: 2px top;
	display: block;
	height: 67px;
	width: 800px;
}
#content #bulletin {
	padding: 25px;
}
#content #bulletin p {
	font-size: 13px;
	color: #333;
	margin-bottom: 35px;
}
#content #bulletin ul li {
	font-size: 13px;
	color: #000;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	letter-spacing: 1px;
	line-height: 17px;
	background-image: url(../images/star.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
}
#content #bulletin #list {
	font-size: 15px;
	color: #333;
	line-height: 19px;
	margin-top: 35px;
}




.style1 {
	color: #F00;
}
.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;
}

