body {
	background-color: #0539A8;
	background-image: url(../img/top_bg.jpg);
	background-repeat: no-repeat;
}

body table {
	color: #ffffff;
}

.news {
	width: 530px;
	height: 100px;
	overflow: scroll;
	overflow-x: hidden;
	margin: 0px 0px 0px 5px;
}
.news th {
	width: 100px;
	vertical-align: top;
	text-align: left;
	line-height: 125%;
	font-size: 12px;
}
.news td {
	vertical-align: top;
	line-height: 125%;
	font-size: 12px;
}

.news a:active {
	color: #FFFFFF
}
.news a:hover {
	color: #FFFF00
}
.news a:link {
	color: #FFFFFF
}
.news a:visited {
	color: #FFFF99
}

.saiyo p {
	color: blue;
	background-color: yellow;
}