@charset "utf-8";





/*
*
*
*	Information Module
*
*	+news
*
*
*/


/*///////////////////////////////// Insert Memo Bar ////*/



/*/////////////////////////////////////////////////////////////

	news

/////////////////////////////////////////////////////////////*/
div#news{
padding: 0 10px 0 10px;
min-height:450px;
height:auto!important;
height:450px;
}
div#news div.post{
	margin-bottom: 30px;
}
div#news div.post h3{
	margin-bottom: 3px;
}
div#news div.post p.data{
	width: 100%;
	height: 23px;
	font-size: 80%;
}
div#news div.post div.entry{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	border-top-width: 2px;
	border-bottom-width: 3px;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #F3F8FE;
	background-image: url(../images/entry_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
div#news div.post span.data_date{
	padding-left: 23px;
	background-image: url(../images/data.gif);
	display: block;
	width: auto;
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
	float: left;
	margin-right: 5px;
}
div#news div.post span.data_category{
	padding-left: 23px;
	background-image: url(../images/category.gif);
	display: block;
	width: auto;
	background-repeat: no-repeat;
	background-position: 0.5em 0.3em;
	float: left;
	margin-right: 5px;
}
div#news div.post span.data_comment{
	padding-left: 23px;
	background-image: url(../images/comment.gif);
	display: block;
	width: auto;
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
		float: left;
}

