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

#content .photo{
	float: left;
	height: 150px;
	width: 200px;
	border: 1px solid #F0D5B9;
}
#content .photo img:hover{opacity: 0.5;}
#content .title{
	font-size: 14px;
	line-height: 28px;
	color: #772626;
	float: right;
	width: 426px;
	border-bottom: 1px dotted #B9B9B9;
}
#content .title a{
	font-weight: bold;
	color: #202020;
	text-decoration: none;
}
#content .title a:hover{
	color: #772626;
}
#content .mast{
	width: 426px;
	float: right;
	padding: 10px 0;
	line-height: 20px;
	border-bottom: 1px dotted #B9B9B9;
}
#content .date{
	width: 426px;
	float: right;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #AC6706;
	font-weight: bold;	
}
#content .date ins{
	text-decoration: underline;
	font-weight: normal;
}