/* 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:1000px;
	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;
}

h1,h5{text-indent:-9999px;}

#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:800px;
	height:100px;
	margin:0 auto;
	margin-top:20px;
	background-color:#E6E6E6;
	font-size:18px;
	text-align:center;
	padding:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;}

#Introduction p{
	width:600px;
	line-height:200%;
	margin:0 auto;}

/*-----------------內容區------------------*/

#SsetContentBOX{
	width:1000px;
	height:850px;
	margin:0 auto;
	margin-top:30px;
	background-image: url(img/SsetContent.jpg);}

#SsetContentBOX p{
	width:210px;
	height:250px;
	display:block;
	padding:20px;
	background-color:#FFF;
	border-radius:15px 15px 15px 15px;
}

#BOX{
	margin-top:320px;}

#SVbox{
	clear:both;
	width:250px;
	float:left;
	overflow:hidden;
	margin-left:50px;
	margin-top:320px;}
	

#SCbox{
	width:250px;
	float:left;
	margin-top:320px;
	margin-left:65px;}


#SVCDbox{
	width:250px;
	margin-top:320px;
	margin-right:55px;
	float:right;}

#SVCDbox p{ height:230px;
			margin-bottom: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;}


/*-----------------按鈕區------------------*/
	

#SsetContentBOX a{
	display:block;
	clear:both;
	margin:0 auto;
	margin-top:90px;
	width:250px;
	height:75px;
	text-indent:-9999px;
	background-repeat:no-repeat;}
	
.buttom01{background-image:url(img/SETbuttom_SV.png);}
	
.buttom02{background-image:url(img/SETbuttom_SC.png);}

.buttom03{background-image:url(img/SETbuttom_SVCD.png);}
	
.buttom04{background-image:url(img/SETbuttom_S1.png);}

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

#buttomBOX a{
	width:300px;
	height:75px;
	display:block;
	clear:both;
	text-indent:-9999px;
	background-repeat:no-repeat;
	margin-top:50px;
	margin-left:640px;}
	




	
	
	