@charset "big5";
/* ---reset.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, strong, 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;
}
/* ---reset.css--- */
*{ margin:0 auto; padding:0;}

body{
	font-family: "微軟正黑體",Arial, Helvetica, sans-serif;
	padding-top: 15px;
	background-repeat: repeat-x;
	background-color: #fafbf6;
	
}

/* ====▼五福標題列=======================================*/
#lifetour{
	width: 100%;
	height: 39px;
	background-image: url(images/bg_top.jpg);
	position: fixed;
	top: 0px;
	z-index: 1000;
}


.logo{
    margin:0 auto;
	width:960px;
	height:40px;
	background-image:url(images/tourtop02.png);
}
.logo h1{
	padding-left:165px;
	padding-top:10px;
	font-size:15px;
	color: #FFFFFF;
	font-weight:normal;
}
.back{
	float: right;
	width: 100px;
	margin-top: -16px;
	margin-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	background-image: url(images/Home.png);
	background-repeat: no-repeat;
}

#lifetour a{ color: #FFFFFF;text-decoration:none;}


/* ====主視覺=======================================*/
#banner{
	width: 100%;
	height: 400px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0px;

}

/* ====內容區=======================================*/
#main{
	width:960px;
	overflow:hidden;
	margin: 0  auto;
}
.left{
	width: 250px;
	overflow: hidden;
	float: left;fs

	/* [disabled]position: fixed; */
	
}

.air{ display:none;}
.right{
	width: 700px;
	overflow: hidden;
	float: right;
	padding-bottom: 30px;
	background-color: #FFF;
}
.right h2{
	width: 100%;
	font-size: 22px;
	line-height: 42px;
	color: #FFF;
	text-indent: 70px;
	background-image: url(images/title.jpg);
	background-position: 0px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
.right h3{
	font-size: 23px;
	color: #621e45;
	padding: 10px 0;
	text-indent: 10px;
	font-weight: bold;
	line-height: 30px;
	border-left-width: 10px;
	border-left-style: groove;
	border-left-color: #93b159;
}
.right h4{
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	color: #005CB0;
}

.right .text{
	width: 100%;
	height: auto;
	border: 1px dotted #CCCCCC;
	margin-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.right .text p{
	font-size: 16px;
	line-height: 25px;
	padding: 5px;
}
.right ol li {
	font-size: 16px;
	line-height: 25px;
	text-indent: 5px;
	margin-bottom: 10px;
}
.table{
	margin-top: 10px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.table_bg{
	border:1px solid #e2e0e0;
	border-collapse:collapse;
}

tr:nth-child(1){background-color:#e3e4e6;} 

.table_bg td{
	line-height: 30px;
	border: 1px solid #e3e4e6;
	padding-left: 20px;
	color: #313131;
	vertical-align: middle;
	text-align: center;
}
.blue{background-color:#f0fbff;}
.table_bg td a{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	width: 80%;
	border-radius:100px;
	background-color: #881d51;
	margin-left: auto;
margin-right: auto;
	
}
.table_bg td a:hover{

	background-color: #b15487;
}

.table_bg span{
	color:#F00;
	float:right;
}
#gotop{
	display: none;
	position: fixed;
	background-image: url(images/top.png);
	background-size: 65px 65px;
	background-repeat: no-repeat;
	bottom: 10px;
	right: 100px;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 1200;
	opacity: 0.8;
}
.right .text p span {
	font-weight: bold;
	color: #096;
}



.left li.menu a {
	background-image: url(images/a.jpg);
	display: block;
	height: 35px;
	width: 230px;
	font-size: 22px;
	
	color: #FFF;
	text-decoration: none;
	text-align: left;
	background-repeat: no-repeat;
	margin-bottom: 1px;
	padding-left: 20px;
	padding-top: 20px;
	line-height: 5px;
}
.left ul .menu span {
	font-size: 11px;
	font-weight: normal;
	line-height: 30px;
	font-family: Verdana, Geneva, sans-serif;
}

.left li.menu a:hover {
	background-position: 0px 1px;
	background-image: url(images/a_hover.jpg);
}

.left ul ul{
	margin-top: -10px;
	margin-bottom: 10px;
}
/*------------------*/
.left li.menu2 a {
	background-image: url(images/a2.jpg);
	display: block;
	height: 35px;
	width: 230px;
	font-size: 22px;

	color: #FFF;
	text-decoration: none;
	text-align: left;
	background-repeat: no-repeat;
	margin-bottom: 1px;
	padding-left: 20px;
	padding-top: 20px;
	line-height: 5px;
}
.left ul .menu2 span {
	font-size: 11px;
	font-weight: normal;
	line-height: 30px;
	font-family: Verdana, Geneva, sans-serif;
}

.left li.menu2 a:hover {
	background-position: 0px 1px;
	background-image: url(images/a2_hover.jpg);
}




}

