@charset "UTF-8";

#news_wrap{
	margin-top: 40px;
	padding-left: 6px;
	padding-bottom: 60px;
	float: left;
	position: relative;
}
#icon_news{
	position: absolute;
	left: 0px;
	top: -8px;
}
#title_news{
	margin-left: 20px;
	margin-bottom: 2px;
}

table#news{
	width: 391px;
	border-top :solid 1px #1C2E63;
}
table#news tr td{
	border-bottom: dotted 1px #323232;
	font-size: 0.923em;
	line-height: 1.5em;
	color: #505050;
}
table#news tr td.date{
	padding: 12px 0 12px 20px;
	width: 30%;
}
table#news tr td.topics{
	padding: 12px 10px 12px 0px;
	width: 70%;
}
span.square{
	color: #1C2E63;
	font-size: 0.923em;
}
#top_banner{
	float: right;
	margin-top: 55px;
	margin-right: 25px;
	margin-bottom: 60px;
	width: 275px;
}
#top_banner img{
	margin-bottom: 10px;
}

#top_banner p {
	text-align: right;
}

#top_banner p {
	text-align: right;
}

#top_banner p img {
  float: left;
  margin-right: 5px;
}

#top_banner p a {
	display: inline;
  float: right;
  font-size: 11px;
  color: #231815;
  text-decoration: none;
  margin-top: -5px;
  
}

#top_banner p a:hover {
  text-decoration: underline;
}