@charset "utf-8";
/* CSS Document */
#content{
	color: #666666;
	line-height: 175%;
	height: auto;
	width: 690px;
	font-size: 13px;
	padding-left: 10px;
}
#button{
	font-size: 12px;
	color: #777777;
	text-align: right;
	height: auto;
	width: 98%;
	padding-top:20px;
	font-family: "新細明體";
	font-weight: normal;
}
#button a{color: #777777;}
#button a:hover{
	color: #7EB000;
	text-decoration: underline;
}

#heading{
	height: 35px;
	width: 680px;
	line-height:35px;
	margin-bottom: 33px;
	padding: 0px 7px 3px 22px;
	font-size: 13px;
	background-color: #34788B;
}
#heading .title{
	color: #FFFFFF;
	float: left;
	height: auto;
	width: 80%;
}
#heading .date{
	color: #FFF;
	text-align: center;
	float: right;
	width: 20%;
	font-weight: bold;
	background-image: url(lin.png);
	background-repeat: no-repeat;
	background-position: left center;
}