@charset "utf-8";
/* CSS Document */

#content{
	width:725px;
	color: #545454;
	height: auto;
	font-size: 13px;
	line-height: 26px;
	font-family: "微軟正黑體";
}
#content h3{
	width: 675px;
	font-size: 15px;
	font-weight: bold;
	color: #0067D2;
	margin-bottom: 20px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(dot.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	line-height: 30px;
}
#content .list{width:25%;
	height:260px;
	position: relative;
	float: left;}
#content .photo{
	height: 150px;
	width: 150px;
	background-color: #EEEEEE;
	background-image: url(list.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: auto;
	padding: 4px;
}
#content .photo:hover{
	background-color: #A9C9F2;
	background-image: url(hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#content .title{
	font-size: 13px;
	line-height: 35px;
	height: 35px;
	width: 150px;
	font-weight: bold;
	margin: auto;
	text-align: center;
}
#content .title a{
	color: #005BB7;
	text-decoration: none;
}
#content .title a:hover{
	color: #CF0A24;
}
#content .mast{
	width: 150px;
	font-size: 12px;
	line-height: 20px;
	color: #D90000;
	margin: auto;
}
