@charset "utf-8";
/* CSS Document */
#content{
	color: #535353;
	height: auto;
	font-size: 13px;
	line-height: 23px;
	font-family: "微軟正黑體";
}

#content .list{
	float: left;
	height: 229px;
	width: 33.3%;
}
#content .photo{
	margin: 0 auto 1px;
	height: 150px;
	width: 200px;
	border: 1px solid #F0D5B9;
}
#content .photo img:hover{opacity: 0.5;}
#content .title{
	width: 200px;
	margin: auto;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-image: url(lin.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 8px;
}
#content .title a{
	color: #202020;
	text-decoration: none;
}
#content .title a:hover{
	color: #772626;
}
