@charset "utf-8";
/* CSS Document */
html {
	overflow: auto;
	margin: 0;
	padding: 0;
}
body {
	margin:10px 0px 0px;
	font:12px Arial,新細明體;
}
body, html, form, table {
	color:#444444;
}
form {
	margin:0px;
}
img {
	border:0px;
}
a:link, a:visited {
	color:#618545;
	text-decoration:none;
}
a:hover, a:active {
	color:#333333;
	text-decoration:underline;
}
.image img {
	-moz-box-shadow: #D2D2D2 3px 3px 3px;
	-webkit-box-shadow: #D2D2D2 3px 3px 3px;
    box-shadow: #D2D2D2 3px 3px 3px;
	margin-bottom:20px;
}
.txt {
	padding-left:30px;
	width:390px;
}
#title {
	color:#44622D;
	font-size:24px;
	font-weight:bold;
}
#content {
	text-align:justify;
	color:#444444;
	width:420px;
	height:340px;
	margin-bottom:15px;
	padding-right:15px;
	overflow:auto;
}
.link a:link, .link a:visited {
	background:url(../../images/tc/arrow.gif) no-repeat 0px 4px;
	padding-left:10px;
	margin-right:30px;
	color:#4F5848;
}