
html, body {
	padding: 0;
	position: relative;
	width: 100%;
	margin: 0px auto;
	overflow-x: hidden; 

}
html{
	/*
	background-image: url(images/Bg-lg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: scroll;
	*/
}
body{
	font-family: "黑體","SimHei","微軟正黑體","蘋果儷中黑","新細明體","Apple LiGothic Medium","微软雅黑体","儷黑 Pro",'LiHei Pro Medium', simsun, Arial,Helvetica,sans-serif;
	background-color: transparent;

}
a{
	color:#002956;
}
body::-webkit-scrollbar { width: 0 !important }
body { -ms-overflow-style: none; }
body { overflow: -moz-scrollbars-none; }

#main{
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
}
.bg1{
	width: 100%;
	background-image: url(images/topbg.png);
	background-repeat: round;
	background-size: cover;
}
.bg2{
	width: 100%;
	min-height: 500px;
	background-image: url(images/botbg.png);
	background-repeat: round;
	background-size: cover;
}
.topcontent{
	max-width: 1440px;
	margin: auto;
}
.toptitle{
	color: #811E58;
	font-size: 25px;
	max-width: 900px;
	margin: auto;
	text-align: justify;
	text-align-last: justify;
	padding-bottom: 12px;
}
.topsuptitle{
	color: #811E58;
	font-size: 24px;
	max-width: 900px;
	margin: auto;
	text-align: justify;
	text-align-last: justify;
	padding-top: 12px;
	border-top : 1px solid #811E58;
}
.td1{

	font-size: 20px;
}
.td2{

	color: #811E58;
	font-size: 20px;
}
.td3{
	font-size: 20px;
	white-space: pre;
}
.td4{
	font-size: 18px;
}
sup{
	top:-2.5em;
	font-size: 25%;white-space:nowrap;
}
b{
	font-weight: 900;
}
p{
	margin: 0px;
}