@charset "utf-8"; 


/* =============================================================

	TopPage

 ============================================================= */

/* .topNews -------------------------------------- */
p.newsBnLink { 
	position: relative; 
	float: right; 
	top: -20px; 
	right: 7px; 
	font-size: 11px; 
	} 
p.newsBnLink a { 
	background: url(/image/icon-gray.gif) no-repeat left top; 
	padding-left: 14px; 
	} 
p.newsBnLink a:link, 
p.newsBnLink a:visited, 
p.newsBnLink a:hover, 
p.newsBnLink a:active { 
	text-decoration: none; 
	} 
.topNews { 
	background: url(/image/top-news-bg.jpg) repeat-x left bottom #90cdb5; 
	padding: 4px; 
	margin-bottom: 16px; 
	} 
.topNews .entryList { 
	border: 1px solid #d2d2d2; 
	background: #FFFFFF; 
	padding: 8px 8px 6px; 
	color: #2375c4; 
	} 
.topNews .entryList li { 
	background: url(/image/icon-blue.gif) no-repeat 0 2px; 
	padding: 0 0 0 18px; 
	margin: 0 0 6px; 
	} 
.topNews .entryList .date { 
	width: 105px; 
	display: inline-block; 
	font-weight: bold; 
	} 


/* .topTopics ------------------------------------ */
.topTopics { 
	line-height: 0; 
	font-size: 0; 
	margin: 3px 0 0; 
	} 
.topTopics li { 
	float: left; 
	width: 150px; 
	} 


















