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

.col {
	float:left;
	width:207px;
	border-top:1px solid #1e79a1;
	margin:15px 0 0 0;
}

.col ul {
	list-style:none;
}

.col li {
}

.col .coltitle {
	font-size:1.6em;
	line-height:2;
}

.col .coltext {
	font-size:1.2em;
	line-height:2;
}

.left {
	margin-left:14px;
}

.floatright {
	float:right;
}

.col a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

.col a:hover {
	text-decoration:underline;
}

.newsholder {
	display:table;
	clear:left;
	float:left;
	width:266px;
}