@charset "UTF-8";

#blognews {
	height: 14	4px;
	margin-top:5px;
	margin-left: 5px;
	margin-bottom:5px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	width: 270px;
}
#blognews .title{
	font-size: 13px;
	font-weight: normal;
	background: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#blognews .space{
margin:10px;
}
#blognews .midasi{
	font-size: 14px;
	font-weight: nomal;
	line-height: 18px;
	text-decoration: none;
	text-indent: 5px;
	margin: 0 5px 0 0px;
	padding: 0px 0px 0px 5px;
	clear: both;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#blognews .date{
	text-align: right;
	font-size: 8px;
	font-weight: bolder;
	color: #222222;
	margin-left: 10px;
	margin-top:0;
	margin-bottom:0;
	padding: 0px;

}

#blognews a,#blognews a:link,#blognews a:visited{
	color: #FF3399;
	font-weight: bolder;
	text-decoration: none;
}
#blognews a:active,#blognews a:hover{
	color: #008800;
	text-decoration: none;
	font-weight: bolder;
}
