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

#content{
	color: #543426;
	height: auto;
	width: 716px;
	font-size: 13px;
	line-height: 22px;
	padding-top: 35px;
}
#content h3{
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(dot.png);
	height: 30px;
	padding-left: 20px;
	margin: auto;
	background-color: #FFA957;
	background-repeat: no-repeat;
	background-position: 5px center;
}
#content .date{
	font-family: "微軟正黑體";
	font-size: 12px;
	line-height: 30px;
	color: #669933;
}


#content span{
	color: #E53302;
}



.photostyle {
	-webkit-transition: border-color 120ms linear;
	-moz-transition: border-color 120ms linear;
	-o-transition: border-color 120ms linear;
	transition: border-color 120ms linear;
	border: 1px solid #D8C0AB;
	padding: 5px;
}
.photostyle:hover {}


.photostyleS{
	border: 1px solid #D8C0AB;
	padding: 5px;
	margin: 2px 0;
}

.photostyleS:hover{opacity: 1.0;}