﻿/* CSS Document */
#main {
	min-height: 860px;
}
* html #main {
	height: 860px;
}
/* 標題 */
h1 {
	height: 39px;
	text-indent:-9999px; 
}
h1.news_list {
	background: url(../images/title_news_list.jpg) 0 0 no-repeat;
}
h1.news_list3 {
	background: url(../images/title_news_list3.jpg) 0 0 no-repeat;
}
h1.active_list {
	background: url(../images/title_active.jpg) 0 0 no-repeat;
}

/*頁籤*/
.tagArea {
	position: relative;
}
ul.tag_news {
	list-style: none;
	position: absolute;
	top: -39px;
	_top: -45px;
	right: 0px;
}
ul.tag_news li {
	float: left;
	margin-right: 1px;
}
ul.tag_news li a {
	padding: 2px 10px;
	font-weight: 600;
	color: #fff;
	background-color: #b5b5b5;
	display: block;
}

ul.tag_news li a:hover, ul.tag_news li a.on {
	color: #fff;
	background-color: #fc8686;
}

/*頁籤end*/
.container {
	background: url(../images/container_bg.jpg) no-repeat;
	padding: 15px;
	height: 100%;
}
h3.news {
	font-size: 15px;
	margin-bottom: 5px;
	color: #189ad6;
}

.tb_01 {
	border: 1px solid #d3d3d3;
	padding: 1px;
}
caption { display: none; }
.tb_01 th {
	background-color: #e5d7ba;
	padding: 5px 10px;
	letter-spacing: 5px;
}
.tb_01 td {
	text-align: center;
	padding: 5px 10px;
}
.bg td {
	background-color: #efeae0;
}
.current td {
	color: #b9913f;
}

td.tLeft {
	text-align: left;
}
td.tGreen {
	color: #5eaa28;
}


/* 內容頁 */
.newsinfoArea {
}
.newsinfoArea .pic {
	padding: 4px;
	border: 1px solid #c2c2bc;
	background-color: #e8edb6;
	width: 252px;
	height: 162px;
	float: left;
	margin-right: 10px; 
}
.newsinfoArea .info {
	float: left;
	width: 323px;
}
.newsinfoArea .info p {
	margin: 0px;
}
.newssubArea {
	margin-top: 15px;
} 
.newssubArea p {
	margin: 0px;
}
.tPink {
	color: #ff0084;
}
.newssubArea ul {
	margin: -19px 0 0 38px;
}
.newssubArea a {
	color: #005f95;
	text-decoration: underline;
}


.intxt {
	margin-left:5px;
	float: right;
}
.intxt ul {
	border-left:1px solid #ccc;
}
.intxt ul li {
	display: inline;
	color:#666;
	border-right:1px solid #ccc;
	padding:0 5px;
}
.intxt ul li.friend {
	background: url(../images/icon_friend.jpg) 5px center no-repeat;
	padding-left: 23px;
}
.intxt ul li.print {
	background: url(../images/icon_print.jpg) 4px center no-repeat;
	padding-left: 20px;
}

.intxt ul li a{
	color:#666;
}
.intxt li a:hover {
	color:#7fbe26;
}

