@charset "utf-8";
body {
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0px;
	background-color: #902d06;
	text-align:center;
	letter-spacing: 0.1em;
}
a:link {
	color: #5B1E00;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#main {
	width: 917px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	position: relative;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	
}
/*上面--*/
#top {
	margin-left: 9px;
	width: 900px;
	position: relative;
}
/*上右--*/
#top #topright {
	float: right;
}
/*上左--*/
#top #topleft {	;	
	float: left;
}
/*主內容--*/
#content {
	clear:both;
	margin-left: 9px;
	width: 900px;
	text-align:left;	
	position: relative;
}
/*主內容圖block--*/
#content img {
	display:block;
	margin:0px;
	padding:0px;
}
#content #conleft {
	width: 208px;
	float: left;
	position: relative;
}
#word{
	float:right;
	margin-top:2px;
	margin-right:20px;
	background-color: f3742f;
}
#word img{
	display:inline;
	border:0px;
}
#conright{
	width: 664px;
	float: right;
	margin-right: 18px;
	background-color: #ffd9bf;
	background-image: url(../images/bottom_corner.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom:30px;
}
#conright a:hover {
	color: #996600;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#conright .content{
	margin-left:22px;
	margin-right:18px;
}

#conright .content img{
	display:block;
	margin:2px 8px 2px 2px;
	border: 6px solid #000000;
}
.line{
	display:block;
	height:2px;
	line-height:1px;
	overflow:hidden;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.line img{
	margin:0px;
	border:0px;
}
/*最新消息內文設定--*/
.news{
	margin-left:22px;
	margin-right:18px;
}
.news p{
	margin-top:10px;
	margin-bottom:-6px;
}
.news .line{
	background-repeat: no-repeat;
	background-position: center;
	height:2px;
	line-height:1px;
	overflow:visible;
	margin:10px;
	padding:0px;
}
.news .txt{
	display:block;
	margin-left:20px;
	margin-right:20px;
}
.news .txt img{
margin-left:20px;
	margin-right:20px;
	display:block;
	border: 3px solid #000000;
}
.news .download{
	margin-left:20px;
	margin-right:20px;
	display:block;
	text-align: right;
}
#conright img{
	display:inline;
}
#conright .titlebar{
	margin-left:20px;
}
#conright .topbg{
	height: 15px;
	background-image: url(../images/top_corner.jpg);
	background-repeat: no-repeat;	
}
/*最新消息--*/
#newsb {

}
#newsb .content{
	height:113px;
	padding-left:50px;
	text-align:left;
	background-image: url(../images/leftconbg.jpg);
	background-repeat: no-repeat;
	background-position: 45px top;
	display:block;/*內聯對像需加*/
	width:12.2em;
	word-break:keep-all;/* 不換行 */
	white-space:nowrap;/* 不換行 */
	overflow:hidden;/* 內容超出寬度時隱藏超出部分的內容 */
	text-overflow:ellipsis;/* 當對像內文本溢出時顯示省略標記(...) ；需與overflow:hidden;一起使用。*/
}
#newsb .content img{
	display:inline;
}
#newsb .content .detail {
	margin-top:5px;
	margin-left:60px;
}
.dot {
	display:inline;
}
/*最新出團時間--*/
#showtime {
}
#showtime .content{
	/*height:113px;*/
	padding-left:50px;
	text-align:left;
	background-image: url(../images/leftconbg.jpg);
	background-repeat: no-repeat;
	background-position: 44px top;
}
#showtime .content img{
	display:inline;
}
#showtime .content .detail{
	margin-top:5px;
	margin-left:60px;
}
#content #cl{
	height:10px;
	clear:both;
}
/*版權聲明--*/
#copyright{
	font-size: 12px;
	letter-spacing: 0px;
	padding-top:100px;
	background-image: url(../images/copy_right.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#copyright img{
	display:inline;
}
#copyright p{
	margin-top:-10px;
	margin-left:14px;
}

