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

.listLeft {
	display: block;
	width: 340px;
	float: left;
	margin-bottom: 5px;
}
.listRight {
	display: block;
	float: left;
	width: 340px;
	margin-bottom: 5px;
}
.listRight a {
	color: #1259A0;
	text-decoration: none;
}
.listRight a:hover {
	color: #5491AE;
	text-decoration: underline;
}
