/*-------------------------------------------------------------------
樣式表用途：newsList
作者：Chudapi 
信箱：chudapi@gmail.com
-------------------------------------------------------------------*/
#bgNav1Level2 {
		width: 510px;
		height: 40px;	
		background: url(../Images/bgNav1Level2stayNews.png) 0 0 no-repeat;
}
/*	content樣式設定開始
-------------------------------------------------------------------*/
		#txtPart {
				padding:15px 15px 40px 15px;
				color: #f2f2f2;
		}
	/*	articleList樣式設定開始
	-------------------------------------------------------------------*/
	#articleList {
			position: relative;
			list-style-type: none;
	}
	#articleList li {
			width: 100%;
			border-bottom: 1px dotted #FFE6C5;
			padding-bottom: 15px;
			margin-bottom: 15px;
	}
	#articleList li h3 a {
			font-weight: normal;
			font-size: 12px;
			color: #f2f2f2;
	}
	#articleList li h3 a:hover {
			color: #A4EEFF;
			text-decoration: none;
	}
	.section {
			margin-top: 15px;
	}
	.date {
			color: #FFE6C5;
			padding-left: 15px;
			font-style: italic;
			font-weight: normal;
			font-size: 12px;			
	}			
	.readMore {
	}
	/*  articleList樣式設定結束
	-------------------------------------------------------------------*/
	/*  countPage樣式設定開始
	-------------------------------------------------------------------*/	
	#countPage {
			position: relative;
			padding-bottom: 65px;
	}
	.btnPrevious {
			padding: 2px 3px;
			color: #f2f2f2;
			background: #000000;	
	}
	.btnNext {
			padding: 2px 3px;
			color: #f2f2f2;
			background: #000000;	
	}
	#countPage span span {
			padding: 2px 3px;
			color: #f2f2f2;
			background: #666666;		
	}
	#countPage span a {
			padding: 2px 3px;
			color: #f2f2f2;
			background: #000000;		
	}
	#countPage span a:hover {
			background: #666666;
			text-decoration: none;	
	}
	/*  countPage樣式設定結束
	-------------------------------------------------------------------*/		
/*  content樣式設定結束
-------------------------------------------------------------------*/			