@charset "utf-8";
/* CSS Document */
#content {
	width: 685px;
	height: auto;
	font-size: 12px;
	color: #656565;
	padding-left: 20px;
}
#heading{
	font-family: "微軟正黑體";
	font-size: 12px;
	background-image: url(lin.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
	width: 685px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
}
#heading .title{
	float: left;
	width: 80%;
	font-size: 14px;
}
#heading .date{
	color: #9e9e9e;
	float: right;
	width: 20%;
	text-align: center;
}

#content .table{
	border: 1px solid #999;
}

#content .mast{
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: auto;
	width: 100%;
}



.photostyle {
	-webkit-transition: border-color 120ms linear;
	-moz-transition: border-color 120ms linear;
	-o-transition: border-color 120ms linear;
	transition: border-color 120ms linear;
}
.photostyle:hover {}
.photostyleS{
	-webkit-transition: border-color 120ms linear;
	-moz-transition: border-color 120ms linear;
	-o-transition: border-color 120ms linear;
	transition: border-color 120ms linear;
	margin:4px;
}
.photostyleS:hover {}

#pages a:link {
	color: #91c512;
	margin: 0 5px;
	text-decoration: underline;
}
#pages a:visited {
	color:#91c512;
	text-decoration: underline;
}