<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	background-image: url(photo_show_bg.jpg);
	background-repeat: repeat;
	font-family: "幼圆";
	font-size: 14px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1000px;
}
IMG {
	border: 1px solid #666;
	padding: 3px;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style-type: none;
}
.title1 {
	line-height: 35px;
	background-image: url(photo_show_title_bg.jpg);
	background-repeat: no-repeat;
	font-family: "幼圆";
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	width: 150px;
}
.title2 {
	background-image: url(photo_show_title_point.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
	text-indent: 10px;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
}
.title3 {
	line-height: 20px;
	color: #666;
	font-size: 12px;
	text-indent: 20px;
	text-align: left;
	text-indent: 50px;
}
.article_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
}

#main {
	background-image: url(photo_show_banner.jpg);
	padding-top: 288px;
	width: 1000px;
	background-repeat: no-repeat;
}
#main #menu {
	float: left;
	width: 200px;
}
#main #menu a {
	color: #666;
	text-decoration: none;
}
#main #menu a:hover {
	font-weight: bold;
	color: #900;
}

#main #article {
	float: right;
	width: 800px;
	text-align: left;
	line-height: 20px;
}
#bottom {
	background-image: url(photo_show_bottom.jpg);
	height: 120px;
	width: 1000px;
	clear: both;
	float: none;
	background-position: bottom;
	background-repeat: no-repeat;
}</pre></body></html>