@charset "utf-8";
/* CSS Document */
#container .title {
	width: 692px;
	height: 35px;
	padding:20px 0px 0px 70px;
	font-size:20px;
	font-family:"微軟正黑體";
	color:#194796;
	font-weight:bold;
	background-image: url(title.jpg);
}
#container .list {
	height: auto;
	width: 730px;
}
#container .caption {
	font-size: 13px;
	color: #194896;
	font-weight: bold;
	letter-spacing: 1px;
}
#container .caption A:link {
	color: #194896;
	TEXT-DECORATION: none;
}
#container .caption A:visited {
	color: #194896;
	TEXT-DECORATION: none;
}
#container .caption A:hover {
	COLOR: red;
	TEXT-DECORATION: underline;
}
#container .date {
	color: #3997D7;
	font-size: 12px;
}
/************************************************************/
#container .borderstyle {
	border-bottom: 1px solid #8097BE;
}
#container .photo_style {
	border: 1px solid #D9D9D9;
	padding:5px;
}
/************************************************************/

#container .content {
	height: auto;
	width: 730px;
	font-size: 12px;
	color: #9F9992;
}
/************************************************************/

#list_bottom {
	height: 33px;
	width: 672px;
	margin:0px 0px 0px 18px;
	padding-top: 10px;
	text-align:center;
	color:#757575;
	background-image: url(bottom_bg.jpg);
}
#list_bottom A:link {
	color: #757575;
	TEXT-DECORATION: none;
}
#list_bottom A:visited {
	color: #757575;
	TEXT-DECORATION: none;
}
#list_bottom A:hover {
	COLOR: red;
	TEXT-DECORATION: underline;
}
