@charset "utf-8";
/* CSS Document */

.tbnews_underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09456e;
	text-decoration: none;
}
.tbnews_title {
	font-weight: bold;
	color: #F00;
}
.tbnews_summary {
	color: #006;
}
.tbnews_more {
	font-size: 10px;
	font-weight: bold;
	color: #09456e;
	text-align: right;
}
