@charset utf-8;

#news_more{
	text-align:right;
	margin-top:5px;
}
#news_more span{
	float:right;
	display: block;
	height: 16px;
	/* \*/
	overflow: hidden;
	/* */
	text-indent: -9999px;
	text-decoration: none;
	background-repeat: no-repeat;
	cursor:pointer;
}

#news_list {
	/*margin-bottom: 30px;*/
	font-size:80%;
	overflow:auto;
	width:560px;
	height:150px;
	border:1px solid #cccccc;
	padding:5px 0 5px 0;
}

#news_list dl{
	margin:0;
	padding:0;
}

#news_list dt {
	padding-top: 5px;
	line-height: 1.5;
	padding-left:10px;
}
#news_list dd {
	margin: -1.5em 0 0px 0px;
	padding: 0 0 0px 9em;
	line-height: 1.5;
}
html* #news_list dd {
	padding: 0 0 0px 10em;
}


#news_list dd a:link,
#news_list dd a:visited{
	text-decoration: none;
	color: #0066CC;
}
#news_list dd a:hover {
	color: #0066CC;
}

.clear{
	clear:both;
}

/*
======= 6: others =======
*/

.folded {
	background: url(../img/news_more2.gif) 100% 0 no-repeat;
	width: 60px;
}
.unfolded {
	background: url(../img/news_more1.gif) 100% 0 no-repeat;
	width: 130px;
}