@charset "utf-8";
/* CSS Document */
.info #news{
	height:25px;

}



.info #created{
	width:100px;
	height:25px;
	margin-left:10px;
	float:left;
	color:#00F;

}
.info #text{
	width:280px;
	height:25px;
	float:left;
}





#page-top{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  width: 80px;
  padding: 20px 10px;
  background: rgba(0,0,0,.7);
  color: #fff;
  text-align: center;
  text-decoration: none;

}

#page-top:hover{

  background: rgba(0,0,0,.8);

}


.news{
	margin:20px;
}
.n_title{
	font-size:25px;
	margin-bottom:25px;
}
.n_text{
	margin-bottom:15px;
	margin-left:15px;
}
.n_photo{
	text-align:center;
	margin-bottom:15px;
	margin-left:15px;
}

.n_created{
	text-align:right;
	color:#00f;
}













.newsLeft{
}

.newsLeft #created{
	color:#22F;
	margin-bottom:5px;
}
.newsLeft #text{

	margin-bottom:10px;
}