/*-------------------------------------------------------------------
樣式表用途：首頁樣式表
作者：Chudapi 
信箱：chudapi@gmail.com
-------------------------------------------------------------------*/

/* cMainLeft 樣式設定開始
-------------------------------------------------------------------*/
#themeImage {
		position: absolute;
		width: 510px;
		height: 340px;
}
#bgThemeImage {
		width: 510px;
		height: 340px;
		background: url(../Images/bgThemeImage.png);						
}
#flashContent {
		position: absolute;
		top: 5px;
		left: 5px;
		width: 500px;
		height: 330px;
		z-index: 300;
}

#information1 {
		position: absolute;
		top: 355px;
		width: 510px;
		height: 235px;
}
#information1 table td {
		padding-top: 5px;
}
#information1 h3 {
		color: #FBB03B;
		font-size: 110%;
}
.dateline {
		color: #FBC73B;
		font-style: italic;
}

.imageBg1 {
		margin-right: 10px;
		float: left;
		width: 60px;
		height: 60px;
		background: url(../Images/imageBg1.png);				
}
.imageBg1 img {
		padding: 5px;
}		
#news {
		float: left;
		width: 250px;
		height: 235px;
}
#news table th a {
		display: block; 
		overflow: hidden;
		color: #ffffff;
		width: 	250px;
		/*隱藏連結文字start*/
		height: 0 !important;
		height: /**/:35px;
		padding-top: 35px;
		/*隱藏連結文字end*/
		background: url(../Images/bgNews.png) 0 0 no-repeat;
}
#news table th a:hover {
		background: url(../Images/bgNews.png) -250px 0 no-repeat;
}
#knowledge {
		float: right;
		width: 250px;
		height: 235px;
}
#knowledge table th a {
		display: block; 
		overflow: hidden;
		color: #ffffff;
		width: 	250px;
		/*隱藏連結文字start*/
		height: 0 !important;
		height: /**/:35px;
		padding-top: 35px;
		/*隱藏連結文字end*/
		background: url(../Images/bgknowledge.png) 0 0 no-repeat;
}	
#knowledge table th a:hover {
		background: url(../Images/bgKnowledge.png) -250px 0 no-repeat;
}
/* cMainLeft 樣式設定結束
-------------------------------------------------------------------*/	
