@charset "UTF-8";
/* CSS */



/****************************************************************************************************/
/*CONSTRUCT*/
/****************************************************************************************************/
	.newsTitle{
		width:54px;
		background-image:url("../images/title_news.png");
	}
	.newsItem{
		margin-bottom:15px;
	}
	.newsItem h2{
		font-weight:bold;
		font-size:16px;
		padding-bottom:3px;
	}
	.newsItem h3{
		font-weight:normal;
		font-size:16px;
		padding-bottom:9px;
	}
	.newsItem img{
		margin-bottom:10px;
	}
	.newsItem p{
		font-size:12px;
		font-weight:normal;
	}
	.newsItem h5{
		font-size:12px;
		padding-bottom:2px;
	}
	






