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

#content .list{
	height: 132px;
	width:731px;
	clear: both;
	margin: auto;
}

#content .photo{
	height: 100px;
	width: 133px;
	position: relative;
	float: left;
	border: 1px solid #EEEEEE;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #DDDDDD;
}
#content .list:hover .photo{
	background-color: #DDDDDD;
	border: 1px solid #8C6700;
}
#content .box{
	padding: 10px;
	height: 85px;
	width: 562px;
	float: right;
	
}
#content .list:hover .box{
	background-image: url(hover.jpg);
	
}

#content .title{
	font-size: 13px;
	line-height: 25px;
	width: 100%;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	font-weight: bold;
	background-image: url(lin.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content .title a{
	color:#8C6600;
	text-decoration: none;
}
#content .list:hover .title a{
	color: #8C6600;
}

#content .mast{
	width: 100%;
	height:40px;
	line-height: 20px;
	color: #777777;
	clear: both;
}
#content .date{
	width: 100%;
	height: 20px;
	margin: auto;
	color: #B22C00;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}