@charset "utf-8";
/*-------------------------上方---------------------------------------------*/
/*整體頁面文字顏色大小'背景圖'*/
body{
	font-size: 9pt;
	
	color: #333333;
	background-image: url(images7/bg.gif);
}

/*整體頁面文字連結樣式*/
a:link {
	text-decoration: none;
	color: #e61873;
	height: 50px;
}

a:visited {
	text-decoration: none;
	color: #996633;
}

a:hover, a:active {
	color: #666666;
}
/*------------------------------表頭設定----------------------------------------*/
.header{
	height:250px;
	margin-top: 0px;
	width: 940px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(images7/headerbg.jpg);
}
/*------------------------------menu可修改的----------------------------------------*/

/*BAR的底圖*/
.menubar{
	height:50px;
	padding: 0px 10px;
	font-family: "細明體";
	margin-bottom: 0px;
	background-image: url(images7/nav-bg.gif);
}
.menubar li a:link,.menubar li a:visited{
	float: left;
	color: #FFFFFF;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	height: 30px;
	font-size: 12pt;
	margin-top: 0px;
	}
/*滑鼠移過去時的樣式*/
.menubar li a:hover,.menubar li a:active {
	color: #FFFF00;
	background-repeat: repeat-x;
	font-size: 12pt;
	margin-top: 0px;
	background-image: url(images7/nav-bg2.gif);
}

/*------------------------------內容區塊的----------------------------------------*/
/*中間版位(底圖,底色修改)*/
.main-content{
	padding: 0px 10px;
	width: 920px;
	margin-top: 0px;
	padding-top: 10px;
	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: #242424;
}
/*日期時間顏色*/
.posttime{
	color: #336699;
	padding-bottom: 2px;
}
/*-----------------------------slide 可修改的項目-------------------------------------------*/
/*sidebarhead,sidebarblock,sidebarbox三個可拼成一張圖*/
/*最上方-欄位項目(顏色,文字,大小,高度)*/
.sidebarhead{
	font-weight: bold;
	text-align: left;
	height: 25px;
	font-size: 13px;
	color: #666666;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(images7/listheader.gif);
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 65px;
}
/*中間*/
.sidebarblock{
	text-align: left;
	padding: 0px 10px 10px 10px;
	background-image: url(images7/listmid.gif);
	background-repeat: repeat-y;
	background-position: center center;

}
/*底部*/
.sidebarbox{
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 260px;
	margin-bottom: 10px;
	background-image: url(images7/listbtm.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
/*列表前方的ICON圖可由此修改*/
.sidebarbdiv li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	list-style-image: url(images7/bull2.gif);
}
/*內業表頭*/
.headerline{
	padding:5px 10px;
	margin-bottom: 10px;
	line-height: 2em;
	color: #3399CC;
	background-image: url(images7/listheaderbg.gif);
	height: 52px;
	margin-top: 2px;

}


/*--------------文章列表底色修改--------------*/
/*邊框顏色*/
.list table{
	background-color: #191919;
}
/*項目欄位顏色*/
.list_tab1{
	background-color: #2F2F2F;
}
/*列表顏色1*/
.list_tab2{
	background-color: #3E3E3E;
}
/*列表顏色2*/
.list_tab3{
	background-color: #373737;
}

/*-----------------------------使用者可修改以上項目-------------------------------------------*/

