<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/*** photo_area_start ***/
#index_photo_area{
	width:900px;
	height:257px; 
	overflow:hidden;
	background:#FFF;
	margin:8px auto;
	padding:0;
	box-shadow:1px 1px 5px #CCC;
}
#photo_main{
	float:left;
	display:inline-block;
	width:600px;
	height:250px;
	overflow:hidden;
	margin:3px;
	padding:0;
}
#photo_right_top{
	float:right;
	display:inline-block;
	width:290px;
	height:123px;
	overflow:hidden;
	margin:3px 3px 0 0;
	padding:0;
}
#photo_right_bottom{
	float:right;
	display:inline-block;
	width:290px;
	height:123px;
	overflow:hidden;
	margin:4px 3px 3px 0;
	padding:0;
}
/*** photo_area_end ***/


#index_main_content_area{
	float:left;
	display:inline-block;
	width:680px;
	overflow:hidden;
	margin:0;
	padding:0;
}


/*** news_start ***/
#news{
	clear:both;
	width:670px;
	height:30px;
	overflow: hidden;
	background:#EFEFEF;
	margin:0;
	padding:1px;
	border:#DCDDDD 1px solid;
	box-shadow:1px 1px 5px #CCC;
}
#news ul{
	overflow: hidden;
	margin:0;
	padding:0;
}
#news li.title{
	float:left;
	display:inline-block;
	width:80px;
	height:22px;
	overflow: hidden;
	background:#FFF;
	font-size:12px;
	color:#016BB7;
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	margin:0;
	padding:10px 0 0 0;
	border-right:#DCDDDD 1px solid;
}
#news li.content{
	float:left;
	display:inline-block;
	width:507px;
	height:22px;
	overflow: hidden;
	font-size:12px;
	color:#000;
	text-align:left;
	margin:0;
	padding:8px 8px 0 8px;
	border-right:#DCDDDD 1px solid;
}
#news li.content a:link, #news li.content a:visited{
	color:#000;
	text-decoration:none;
}
#news li.content a:hover{
	color:#000;
	text-decoration:underline;
}
#news li.more{
	float:left;
	display:inline-block;
	width:65px;
	height:22px;
	overflow: hidden;
	font-size:12px;
	color:#016BB7;
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	margin:0;
	padding:10px 0 0 0;
}
#news li.more a:link, #news li.more a:visited{
	color:#016BB7;
	text-decoration:none;
}
#news li.more a:hover{
	color:#016BB7;
	text-decoration:underline;
}
/*** news_end ***/

#social_link_area{
	float:right;
	display:inline-block;
	width:220px;
	overflow:hidden;
	background:#FFF;
	margin:0;
	padding:0;
}</pre></body></html>