@charset "utf-8";
/* CSS Document */
#content{
	width: 680px;
	color: #666666;
	height: auto;
	font-size: 13px;
	line-height: 25px;
	font-family: "微軟正黑體";
}
#content h3{
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	color: #1F1F1F;
	background-image: url(th.jpg);
	height: 32px;
	width: 650px;
	margin-bottom: 14px;
	padding-left: 30px;
}

#content .list{
	float: left;
	height: 285px;
	width: 33%;
}

#content .photo{
	height: 160px;
	width: 160px;
	background-image: url(photo.jpg);
	background-repeat: no-repeat;
	margin: auto;
	padding: 8px;
	text-align: center;
}
#content .photo img{
	padding: 11px;
	border: 3px solid #D0D0D0;
}
#content .photo img:hover{border: 3px solid #FCD005;}
#content .title{
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	width: 160px;
	font-weight: bold;
	margin: auto;
	background-image: url(lin.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#content .title img{vertical-align:middle;}
#content .title a{
	color: #1F1F1F;
	text-decoration: none;
}
#content .title a:hover{
	color: #333333;
}
#content .mast{
	width: 160px;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	margin: auto;
	padding-top: 5px;
}
