@charset "utf-8";
/* CSS Document */

#content{
	width:725px;
	color: #545454;
	height: auto;
	font-size: 13px;
	line-height: 26px;
	font-family: "微軟正黑體";
}

#content h3{
	font-size: 15px;
	line-height: 36px;
	color: #2D3379;
	height: 36px;
	background-image: url(th.jpg);
	width: 689px;
	padding-left: 40px;
	background-repeat: no-repeat;
}

#content .date{
	font-size: 13px;
	line-height: 40px;
	color: #D93600;
}

.photostyle {
	-webkit-transition: border-color 120ms linear;
	-moz-transition: border-color 120ms linear;
	-o-transition: border-color 120ms linear;
	transition: border-color 120ms linear;
	padding: 3px;
	border: 1px solid #CCC;
}
.photostyle:hover {}
.photostyleS{
	margin-bottom: 9px;
	border: 1px solid #CCC;
	height: 63px;
	width: 84px;
}

.photostyleS:hover{opacity: 0.5;border: 1px solid #3687D8;}