/* CSS原始碼– 重置歸零 –*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: auto;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS原始碼– 重置歸零 –*/


/*-----------------------------------------------*/

body{background-image:url(img/Free_Asian_Tour-BKiconW.jpg);}

#ALL{
	width: 900px;
	height: 3880px;
	background-color: #FFF;
	box-shadow: 3px 10px 20px #333;
	border-radius: 10px 10px 10px 10px;
	font-family: Arial, Helvetica,"微軟正黑體", sans-serif;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#LogoBAR{
	height:70px;
	background-color:#000;
	background-image:url(img/SETlogo.png);
	background-repeat:no-repeat;
	background-position:center;
	border-radius:10px 10px 0px 0px;
	text-indent:-9999px;
	margin-bottom:30px;}
	
#HeadLine{
	height:250px;
	width:749px;	
	text-indent:-9999px;
	background-image: url(img/2021_covid19_headline.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin:0 auto;}

#Introduction{
	width:850px;
	padding:20px 100px;
	margin:0 auto;
	margin-top:20px;
	background-color:#E6E6E6;
	border-radius:15px;}

#Introduction p{
	font-size:12pt;
	text-align:center;
	}
.ContentBOXabove{
	width:790px;
	height:20px;
	background:#999;
	border-radius:15px 15px 0px 0px;
	border:solid #999 2px;
	margin-top:30px;
	clear:both;
	margin:0 auto;}
	
.ContentBOX{
	width:790px;
	height:270px;
	padding:0px 20px;
	background:linear-gradient(to bottom,#ffffff 80%,#CCC 100%);
	border-radius:0px 0px 15px 15px;
	border:solid #CCC 2px;
	margin-bottom:50px;
	margin:0 auto;}
	
.ContentBOXimg{
	margin-left:0px;
	margin-top:0px;
	float:left;}

.ContentBOX p{
	display: block;
	width: 550px;
	float: right;
	margin-right: -10px;
	font-size: 11pt;
}
	
.PriseIMG{
	width:300px;
	height:100px;
	background:no-repeat right;
	background-size:contain;
	text-indent:-9999px;
	margin-top:300px;
	margin-left:200px;}
	
.SbuttomBOX a{
	display:block;
	margin:0 auto;
	width:140px;
	height:50px;
	text-indent:-9999px;
	background-image:url(img/Smailbtn.png);
    float:right;
	margin-top:-75px;}

#ContentBOX03 .PriseIMG{
	width:445px;
	height:135px;
	background:no-repeat right;
	background-size:contain;
	text-indent:-9999px;
	margin-top:80px;
	margin-left:250px;}

#ContentBOX03 .SbuttomBOX a{
	margin:0 auto;
	width:390px;
	height:50px;
	text-indent:-9999px;
	background-image:url(img/Bigbtn.png);
	float:right;
	margin-right:80px;
	margin-top:20px;}
	
.Big{
	color:#F00;
	font-weight:bold;
	font-size:36px;}	
	
.Red{
	color:#F00;
	font-weight:bold;}

.Yellow{
	background-color:#FF0;
	font-weight:bold;}
	
.Right{text-align:right;}


.NObuttomBOX {
	width:650px;
	height:55px;
	clear:both;
	margin:0 auto;
	margin-top:30px;
	text-indent:-9999px;}
	
.NObuttomBOX a{
	display:block;
	height:55px;}
	

a:hover{
	background-position:0 2px;}




	
	
	
