@charset "big5";
/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#menu{
	width:190px; padding:0 0px 20px 30px;
}
#menu ul{
	margin:5px 0 5px 0;
	padding:0;
}
#menu li{
	list-style-image: url(../_img/h2_li.gif);
	height: 18px;
	width: 150px;
	margin: 0px 0 0 25px;
	padding: 0 0 0 0px;
}
#menu li a{
	font-size:12px;
	color:#5e9be3;
	text-decoration: none;
	line-height: 20px;
}
#menu li a:hover{
	color:#003399;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
	background-color: #FFFFCC;
}
/**footer**/
.footer_w01{
	font-size:12px;
	color:#666666;
	font-family: "Arial","新細明體";
}
.footer_w02{
	font-size:10px;
	color:#666666;
	font-family: "Arial", "新細明體";
	text-decoration: none;
}
.footer_w02 a:hover{
	color:#FF6600;
}
/**index**/
.word01{
	font-size:11px;
	color:#36399b;
}
.seach{
	border: 1px solid #9da6c4;
	width:100px;
	height:13px;
}
.word02{
	font-size:12px;
	color:#3c5ca5;
	text-decoration: none;
}
.word02 a:hover{
	color:#FF6600;
	text-decoration: underline;
}
.word03{
	font-size:14px;
	color:#666666;
	font-family: Arial;
	font-weight: bold;
}
.word04{
	font-size:12px;
	color:#FF0000;
	font-family: Arial;
}
.word05{
	font-size:14px;
	color:#0066CC;
	text-decoration: none;
	font-family: "Arial", "新細明體";
	font-weight: bold;
}
.word05 a:hover{
	color:#FF3300;
	text-decoration: underline;
}

.word06{
	font-size:11px;
	color:#666666;
	font-family: "Arial", "新細明體";
	line-height: 18px;
	padding-left:2px;
}
.word07{
	font-size:12px;
	color:#990000;
	font-family: "Arial", "新細明體";
	text-decoration: none;
}
.word07 a:hover{
	color:#FF0033;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF3366;
}

/**pic**/
.borderimage{
border:1px solid white;
}

.opacityit img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.4;
	border: 1px solid #666666;
}
.opacityit:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
