@charset "utf-8";
/* for NEWS style */

/*--------------------*/

h2{
	width:690px;
	height:30px;
	overflow:hidden;
}

h3{
	padding:5px 5px 5px 30px;
	border-bottom:1px solid #BBBBBB;
	font-size:120%;
	background:url(/uhbnews/images/ico_newsest_blue.gif) no-repeat 5px center;
}

h4 a{
	display:block;

}

h4 a:link{
	padding:3px 7px 5px 25px;
	text-decoration:none;
	color:#333333;
	background:url(/uhbnews/images/ico_newslist_gray.gif) no-repeat left top;
}

h4 a:visited{
	padding:3px 7px 5px 25px;
	text-decoration:none;
	color:#333333;
	background:url(/uhbnews/images/ico_newslist_gray.gif) no-repeat left top;
}

h4 a:hover{
	padding:3px 7px 5px 25px;
	text-decoration:none;
	color:#333333;
	background:url(/uhbnews/images/ico_newslist_gray_o.gif) no-repeat left top;
}

h4 a:focus{
	padding:3px 7px 5px 25px;
	text-decoration:none;
	color:#333333;
	background:url(/uhbnews/images/ico_newslist_gray_o.gif) no-repeat left top;
}

h4 a:active{
	padding:3px 7px 5px 25px;
	text-decoration:none;
	color:#333333;
	background:url(/uhbnews/images/ico_newslist_gray_o.gif) no-repeat left top;
}




/*--------------------*/


ul.newsmenu{
	width:690px;
	overflow:hidden;
	margin-bottom:10px;
	zoom:100%;
}

	ul.newsmenu:after{
		content:" ";
		clear:both;
		display:block;
		visibility:hidden;
		height:1px;
	}

ul.newsmenu li{
	float:left;
}

/*--------------------*/

#newscontent{
	zoom:100%;
}

	#newscontent:after{
		content:" ";
		clear:both;
		display:block;
		visibility:hidden;
		height:1px;
	}
	
	
/*--------------------*/

#newslist{
	float:left;
	border:1px solid #BBBBBB;
	width:248px;
	margin-right:5px;
}

#newslist ul{
	border-bottom:1px solid #BBBBBB;
	padding:5px 7px;

}

/*--------------------*/

#newest{
	float:right;
	border:1px solid #BBBBBB;
	width:433px;	
}

#newest dl{
	padding:5px;
	border-bottom:1px dotted #BBBBBB;
	margin:5px;
	zoom:100%;
}

#newest dl:after{
	content:" ";
	clear:both;
	display:block;
	visibility:hidden;
	height:1px;
}

#newest dt{
	background:url(/uhbnews/images/ico_newsest_orange.gif) no-repeat left center;
	font-weight:bold;
	padding:3px 0 3px 20px;
}

#newest dd.movarea{
	background:url(/shared/css/images/bg_grid_gray.gif) repeat;
	padding:3px;
	margin-right:10px;
	float:left;
}



/*--------------------*/

span.time{
	display:inline-block;
	background:url(/uhbnews/images/bg_timeline.gif) no-repeat right center;
	padding-right:5px;
	margin-right:5px;
}
