@charset "utf-8";
/*-------------------------上方---------------------------------------------*/
/*整體頁面文字顏色大小'背景圖'*/
body{

	background-image: url(images1/bg.gif);
	background-color: #CCECEF;
	background-repeat: repeat-x;
	color: #3C8C91;font-size: 9pt;
}

/*整體頁面文字連結樣式*/
a:link {
	text-decoration: none;
	color: #99CC33;
}
a:visited {
	text-decoration: none;
	color: #99CC33;
}
a:hover, a:active {
	color: #999999;
}
/*------------------------------menu可修改的----------------------------------------*/

/*BAR的底圖*/
.menubar{
	height:65px;
	background-color: #4AA7C0;
	background-image: url(images1/nav-bg.gif);
	padding: 0px 10px;
	font-family: "細明體";
}
.menubar li a:link,
.menubar li a:visited
{
	float: left;
	color: #5A869E;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	height: 55px;
	font-size: 12pt;
	margin-top: 0px;
	
}
/*滑鼠移過去時的樣式*/
.menubar li a:hover,
.menubar li a:active
{
	color: #FFFFFF;
	background: #B9D3E4;
	background-repeat: repeat-x;
	font-size: 12pt;
	margin-top: 0px;
	background-image: url(images1/nav-bg2.gif);
}

/*------------------------------內容區塊的----------------------------------------*/
/*中間版位(底圖,底色修改)*/
.main-content{
	padding: 0px 10px;
	width: 920px;
	margin-top: 0px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

/*------------------------------content可修改的----------------------------------------*/
.content{
/*邊界與內文的距離*/
	width: 600px;
	float: left;
	padding: 0px 20px;
}
/*每篇文章的區塊(可修改線的樣式 底圖)*/
.post{
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B8D2E5;
}
/*日期時間顏色*/
.posttime{
	color: #666666;
	padding-bottom: 2px;
}

/*-----------------------------slide 可修改的項目-------------------------------------------*/
/*sidebarhead,sidebarblock,sidebarbox三個可拼成一張圖*/
/*最上方-欄位項目(顏色,文字,大小,高度)*/
.sidebarhead{
	font-weight: bold;
	text-align: left;
	height: 25px;
	font-size: 10pt;
	color: #C476D3;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCE0EF;
}
/*中間*/
.sidebarblock{text-align: left;}
/*底部*/
.sidebarbox{
	text-align: center;
	background-image: url(images1/sidebar-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px;
	width: 235px;
	margin-bottom: 10px;
}
/*列表前方的ICON圖可由此修改*/
.sidebarbdiv li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	list-style-image: url(images1/bull.gif);

}
/*內業表頭*/
.headerline{
	height:150px;
	margin-top: 0px;
	background-image: url(images1/header.gif);
	width: 940px;
	background-position: bottom;
	background-repeat: no-repeat;

}


/*--------------文章列表底色修改--------------*/
/*邊框顏色*/
.list table{
	background-color: #EBEBE7;
}

/*項目欄位顏色*/
.list_tab1{
	background-color: #F3F3F1;
}
/*列表顏色1*/
.list_tab2{
	background-color: #FFFFFF;
}
/*列表顏色2*/
.list_tab3{
	background-color: #F7FFFE;
}


/*-----------------------------使用者可修改以上項目-------------------------------------------*/

