﻿@charset "UTF-8";



div.news_top {
	background:url(../img/news_top.png) no-repeat;
	margin:0px;
	padding:0px;
	width:48px;
	height:48px;
	float:right;
}
* html div.news_top {
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none"
	)
	);
}



div.news {
	width:666px;
	min-height:30px;
	*height:30px;
	float:left;
	border-top:solid 1px #666666;
	border-left:solid 1px #666666;
	background:#ffffff;
	margin:0px;
	padding:7px 0px 10px 15px;
}



div.news_box {
	background:url(../img/news_right.gif) no-repeat right 48px;
	margin:0px 0px 10px;
}


h2.news {
	margin:0px 0px 2px 0px;
	color:#f39800;
	font-size:115%;
	*font-size:120%;
}




