@charset "utf-8";

/* CSS Document */

#content{

	width: 731px;

	color: #525252;

	height: auto;

	font-size: 13px;

	line-height: 26px;

	font-family: "微軟正黑體";

}





#content h3{

	font-size: 15px;

	line-height: 35px;

	color: #8C6600;

	height: 35px;

	background-image: url(th.png);

	width: 700px;

	background-repeat: no-repeat;

	font-weight: bold;

	padding: 0  5px 0 26px;

	background-position: left bottom;

}



#content .date{

	font-size: 12px;

	line-height: 40px;

	color: #B22D00;

}

.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 #EEEEEE;

	padding: 3px;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	border-radius: 5px;

	background-color: #DDDDDD;

}

.photostyle:hover {}

.photostyleS{

	margin: 8px 0;

	border: 1px solid #AAAAAA;

	height: 63px;
	float: right;

	width: 83px;

}

.photostyleS img{
    max-width: 83px;
    max-height: 63px;
}



.photostyleS:hover{

	border: 1px solid #B71314;

}