@charset "utf-8";
/* CSS Document */


/*- category----------------------------------頁籤選單---- */

.category {
	font-family:"新細明體",Arial;
	font-size:90%;
	line-height:normal;
	overflow:hidden;
	margin:5px 0px 5px 0px;
	padding:0;
	font-weight: bold;
	border-bottom: 1px solid #c2c2c2;
}
.category .select2 {
	margin:0;
	padding:0;
}
.category .select2 li {
	padding:0;
	margin:0;
	display:inline;
	list-style:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.category .select2 li a {
	background:url(../images/tabrightJ.gif) no-repeat right top;
	text-decoration:none;
	margin:0;
	padding:0;
	float:left;
}
.category .select2 li a span {
	color:#333333;
	background:url(../images/tableftJ.gif) no-repeat left top;
	display:block;
	padding:7px 10px 5px;
}
.category .select2 li a:hover {
	background-position:right -45px;
}
.category .select2 li a:hover span {
	background-position:left -45px;
	color:#FFF;
}
.contentPage .list{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
}
.contentPage .list ul{
	list-style-type: none;
	margin: 0px 5px;
	padding: 0px;
}
.contentPage .list li{
	padding-left: 15px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	background: url(../images/menu_icon2.gif) no-repeat 5px 8px;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
	list-style: url(none) none;
}
.contentPage .list li a {
	color: #006699;
	text-decoration: none;
}
.contentPage .list li a:hover {
	color: #cc0000;
	text-decoration: underline;
}
.contentPage .list .date{
	color: #cc0000;
	margin-left: 10px;
	font: 90% Arial;
}

