@charset "utf-8";
/* CSS Document */
#content {
	width: 672px;
	height: auto;
	margin-top: 30px;
}
#content_menu {
	width: 672px;
	height: auto;
	float: left;
	background-image: url(list_bg.jpg);
}
#content_menu .list {
	width: 326px;
	height: 104px;
	float: left;
	margin: 15px 0 16px 10px;
}
#content_menu .img:hover {
	border: 1px solid #24A0DB;
}
#content_menu .img {
	width: 128px;
	height: 96px;
	padding: 3px;
	float: left;
	background-color: #FFF;
	border: #CCC 1px solid;
	margin-right: 10px;
	-webkit-transition: border-color 120ms linear;
	-moz-transition: border-color 120ms linear;
	-o-transition: border-color 120ms linear;
	transition: border-color 120ms linear;
}
#content_menu .data {
	width: 120px;
	height: 17px;
	margin: 5px 0 5px 0;
	color: #FF3F00;
	float: left;
}
#content_menu .caption {
	width: 160px;
	height: auto;
	float: left;
	font-size: 12px;
}
#content_menu .caption a {
	color: #575757;
	text-decoration: none;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
}
#content_menu .caption a:hover {
	color: #24A0DB;
	text-decoration: none;
}
#news_photo {
	width: auto;
	height: auto;
	margin: 0 0 30px 22px;
	float: left;
}
#photob {
	width: 600px;
	height: 450px;
	border: #C9C9C9 1px solid;
	margin: 0 auto;
	background-color: #FFF;
	padding: 5px;
}
#photos_list {
	width: 630px;
	float: left;
}
#photos:hover {
	border: 1px solid #24A0DB;
}
#photos {
	border: #C9C9C9 1px solid;
	margin: 10px 9px 0 8px;
	background-color: #FFF;
	float: left;
	padding: 3px;
	background-color: #FFF;
	-webkit-transition: border-color 120ms linear;
	-moz-transition: border-color 120ms linear;
	-o-transition: border-color 120ms linear;
	transition: border-color 120ms linear;
}
#news_detail {
	width: 632px;
	height: auto;
	padding: 0 20px 30px 20px;
	background-image: url(bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	letter-spacing: 1.4px;
	line-height: 20px;
}
#news_title {
	width: 612px;
	height: 23px;
	background-image: url(news_caption.jpg);
	padding: 16px 20px 10px 40px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif '微軟正黑體', '新細明體';
}
#news_title .data {
	width: 120px;
	height: 17px;
	color: #7B7B7B;
	float: right;
	text-align: right;
}
#news_title .caption {
	width: 450px;
	height: auto;
	float: left;
	font-size: 15px;
	color: #FF4000;
}
