/* 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: baseline;
}
/* 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;
	overflow:hidden;
	margin:20px auto 20px auto;
	padding-bottom:50px;

	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;
}

#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:55px;
	width:700px;
	text-indent:-9999px;
	background-image: url(img/SETheadline3in1.png);
	background-position:center;
	background-repeat:no-repeat;
	margin:0 auto;}

#Introduction{
	width:700px;
	height:80px;
	margin:0 auto;
	margin-top:20px;
	background-color:#E6E6E6;
	font-size:16px;
	padding:20px 10px;
	border-radius:10px 10px 10px 10px;}

#Introduction p{
	width:550px;
	margin:0 auto;}
	
#Introduction02{
	padding-top:20px;
	width:550px;
	overflow:hidden;
	margin:0 auto;}


#ContentBOX{
	width:750px;
	overflow:hidden;
	background:linear-gradient(to bottom,#ffffff 30%,#CCC 100%);
	border-radius:15px 15px 15px 15px;
	border:solid #CCC 2px;
	margin:0 auto;
	margin-top:30px;
	padding-bottom:20px;}
	
#ContentBOXimg{
	width:350px;
	height:300px;	
	margin-left:10px;
	margin-top:35px;
	float:left;}

#ContentBOX p{
	margin:20px 10px 20px 10px;
	display:block;
	width:350px;
	padding-left:20px;
	font-size:16px;
	float:right;}

.ContentBOXp2{
	width:670px;
	padding-top:10px;
	margin:0 auto;
	clear:both;
	text-align:center;}	

	
.Big{
	color:#F00;
	font-weight:bold;
	font-size:36px;}	
	
.Red{
	color:#F00;
	font-weight:bold;}

.Yellow{
	background-color:#FF0;
	font-weight:bold;}
	
.YRBig{
	color:#F00;
	font-size:36px;
	background-color:#FF0;
	font-weight:bold;}
	
.Right{text-align:right;}


	
#PriseIMG{
	clear:both;
	width:900px;
	height:350px;
	background:no-repeat right;
	background-image: url(img/SET3in1CDP.png);
	text-indent:-9999px;}
	

#buttomBOX{
	clear:both;
	margin:0 auto;
	margin-top:30px;
	width:600px;
	text-indent:-9999px;}
	
.buttom01{
	width:250px;
	height:75px;
	float:left;}
	
.buttom02{
	width:250px;
	height:75px;
	float:right;
	background-image:url(img/SETbuttom_OK.png);}

#buttomBOX a:hover{
	background-position:0 -3.5px;}




	
	
	