﻿/*****文繞圖*****/
.clear-both {/*清除float:left造成的排版問題*/
	clear:both;
}
.img-left {
	float: left;
	margin: 0px 15px 10px 0px;
	font-size: 11px;
	color: #666666;
}
.img-left p {
	font-size: 11px;
	color: #666666;
	margin: 0px;
	text-align: center;
}
.img-right {
	float: right;
	margin: 0px 0px 10px 15px;
	font-size: 11px;
	color: #666666;
}
.img-right p {
	font-size: 11px;
	color: #666666;
	margin: 0px;
	text-align: center;
}
.img-announcement {
	float: left;
	background-color: #F8F3E0;
	width: 120px;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	border: 1px solid #DFDCCC;
}
.img-photo {
	float: left;
	background-color: #FFFFEA;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	border: 1px solid #DFDCCC;
}
.img-line {
	border: 1px solid #666666;
}
/*****文字樣式*****/
.txt_stitle {
	font-weight: bold;
	background-image: url(../icon/title_arrowBg.gif);
	background-repeat: no-repeat;
	color: #996600;
	height: 20px;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 0px 0px 5px 20px;
	margin: 5px 0px;
}
.txt_stitle2 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	background-image: url(../icon/spot_ball03.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 16px;
}
.txt_stitle3 {
	font-weight: bold;
	color: #336666;
	background-image: url(../icon/title_lineBg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: baseline;
	line-height: 28px;
	margin: 5px 0px;
}
.txt_L {
	font-weight: bold;
	font-size: 18px;
}
.txt_S {
	font-size: 11px;
	vertical-align: bottom;
}
.txt_arrowBlue {
	background-image: url(../icon/spot_arrow03_B.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	font-weight: bold;
	color: #3366CC;
	margin: 5px 0;
	padding: 5px 0px 10px 15px;
	font-size: 14px;
}
.txt_arrowOrange {
	background-image: url(../icon/spot_arrow03_O.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	font-weight: bold;
	color: #CC0033;
	margin: 5px 0;
	padding: 5px 0px 10px 15px;
	font-size: 14px;
}
/*****文字橫列*****/
.ol_num {
	padding: 0px;
	margin: 0px;
}
.ol_num li {
	float: left;
	display: block;
	list-style-type: none;
	list-style-image: none;
	font-size: 14px;
	font-weight: bold;
}
.ol_num_li-Y {
	background-image: url(../icon/spot-ring1-1.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0 10px 0 18px;
}
.ol_num_li-Y a {
	color: #993300;
}
.ol_num_li-Y a:hover {
	color: #CC0000;
}
.ol_num_li-N {
	background-image: url(../icon/spot-ring1-2.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0 10px 0 18px;
}
.ol_num_li-N a {
	color: #ED953D;
}
.ol_num_li-N a:hover {
	color: #CC6600;
}
.txtBold_Red {
	font-weight: bold;
	color: #CC0000;
}
.txt_Red {
	color: #FF0000;
}
.txt_Black {
	color: #000000;
}
.txt_orange {
	color: #FF6600;
}
.txtBlue {
	color: #0066cc;
}
.txtBigBlue {
	color: #003366;
	font-size: 16px;
}
.txtFirstWord {
	color: #339966;
	font-size: 20px;
	font-weight: bold;
}

/************跳頁清單樣式**************/
.pages dl {
	margin: 0px;
	padding: 0px;
}
.pages dt {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0 3px 0 0;
	float: left;
}
.pages dl dd {
	font-size: 11px;
	color: #FF6600;
	margin: 0 3px 0 0;
	padding: 0px;
	float: left;
	letter-spacing: 0px;
}
.pages dl dd a {
	color: #666666;
	background-image: url(../icon/page_bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	display: block;
	text-align: center;
	line-height: 24px;
}
.pages dl dd a:hover {
	color: #FFFFFF;
	background-image: url(../icon/page_bg2.gif);
}
