@charset "UTF-8";


/* tour.html */


#headCont{
	margin:0 auto;
	background:url(img/head_bg01_b.jpg) top center no-repeat;
}

#headCont #headArea{
	margin:0 auto;
	width:980px;
	height:157px;
	text-align:left;
}

#mainCont{
	margin:0 auto;
	margin-bottom:20px;
	background:url(img/head_bg02_b.jpg) top center no-repeat;
}

#mainCts{
	padding:15px 100px 20px 100px;
	overflow:hidden;
	_zoom:1;
}

#mainArea{
	background:#fff url(img/main_top.gif) 0 0 no-repeat;
}

#mainFull h2{
	font-size:14px;
	margin:15px 0 10px 0;
	text-align: center;
}

#mainFull h3{
	font-size:20px;
	margin-bottom:40px;
	text-align: center;
}

#mainFull h4.Tourmain{
	font-size:16px;
	margin:40px 0 15px 0;
}

.TourTxt{
	font-size:13px;
	line-height:1.6em;
	padding:0 0px 10px 0px;
}

.TourAtt{
	text-indent:-1em;
	margin-left:1em;
	padding:0 0 5px 0;
	font-size:11px;
	line-height:1.3em;
}

.PassNumber{
	font-size:12px;
	font-weight:bold;
	line-height:1.3em;
	padding:0px 0px 20px 0px;
}

.contactForm{
	text-align:center;
}

.contactForm a{
	display:block;
	width:194px;
	height:33px;
	margin:0 auto;
	background:url(img/form_btn.gif) 0 0 no-repeat;
}

.contactForm a:hover{
	background:url(img/form_btn.gif) 0 -33px no-repeat;
}

.buyBtn{
	text-align:center;
	margin:0 0 5px 0;
}

.buyBtn a{
	display:block;
	width:194px;
	height:33px;
	margin:0 auto;
	background:url(img/BuyTickets_btn.gif) 0 0 no-repeat;
}

.buyBtn a:hover{
	background:url(img/BuyTickets_btn.gif) 0 -33px no-repeat;
}

.inquiryAnnounce{
	font-size:13px;
	line-height:1.65em;
	text-align: center;
	padding:0 0 8px 0px;
}

.inquiryAnnounce strong{
	font-size:14px;
	
}

.buyArea{
	font-size:13px;
	line-height:1.65em;
	text-align: center;
	padding:0 0 3px 0px;
}

.buyArea strong{
	font-size:14px;
	
}

.listArea{
	margin:0 0 20px 0;
}

.list1{
	margin:0 0 5px 0;
	padding:1px;
	border:1px solid #f8de00;
}

.list1 table{
	border-collapse: collapse;
}

.list1 table th{
	width:140px;
	padding:15px;
  text-align: left;
	font-size:12px;
	font-weight:normal;
	background:#fcf29c;
  border-bottom:0px solid #fff;
}

.list1 table td{
	padding:15px;
	font-size:12px;
	background:#fff;
  border-bottom:0px solid #fcf29c;
}

.groupAtt{
	font-size:12px;
	color:#ff0000;
	line-height:1.3em;
	}
	
