body {
	background:url(/images/homepage_css_pic/blue_light/back.jpg) fixed;
}
/*********************************上方頻道標題橫軸************************************/
#top2 {	
 border:1px solid #f3f3f3;
 border-right:15px solid #f3f3f3;
 border-left:15px solid #f3f3f3;
 background:#1D5F94 url(/images/homepage_css_pic/blue_light/top.gif);
 color:#529a65;
}
#top2 #sitename:link,#top2 #sitename:visited {
	color:#529a65;
}
#top2 #sitename:hover,#top2 #sitename:active {
	color:#fb5200;
}
#top {
	background:url(/images/homepage_css_pic/blue_light/top_panel_bg.gif);
}
#top_play_panel button {
	background:#E1F3FF;
	border:1px solid #E1F3FF;
}

/*****計數器*****/
#visit table .outer{
	background:#bde1c5;
}
/**********************************頻道選單區************************************/
#power { /*按鈕*/
	background:#f0f0f0;
}
/***************************************站內功能***********************************************/
/*****中內容顯示區*****/
#main{
	border-top:1px dotted #999999;
}
/**********************文章頁************************/
.article_cat_box { /*分類目錄區*/
	background:#ECF6FC;
	border:1px solid #7ea624;
}
.show_content { /*文章內容*/
	border:1px dashed #e8e0e5;
}
.show_content table.list_table tr.title { /*文章列表title*/
	background:#7dc3c5;
	font-weight:bold;
	color:white;
}

