@charset "UTF-8";

body{
	background-color:#ffa500;
	}

.new{
	font-size: 11px;
	color: #000;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	float: none;
	clear: both;
	width: 500px;
	margin-right: auto;
	}
.new:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}	
.new a{
	color: #000;
	text-decoration: none;
}
.new a:visited{
	color:#000;
}
.new a:hover{
	color: #FFF;
}
.new a:active{
	color:#FFF;
}
.data{
	float:left;
	width: 10%;
}
.text{
	float:right;
	width: 90%;
}
