body{
	text-align: center;
}
#news-area{
	text-align: center;
	width: 551px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_news-area.gif);
	background-repeat: repeat-y;
	margin-top: 5px;
}
#news-area p{
	margin: 0px;
	padding: 0px;
}
div.kiji-box{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
div.kiji-box table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
div.kiji-box td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dddddd;
}
div.kiji-box .day{
	font-size: 84%;
	font-weight: bold;
	color: #2594C8;
	width: 20%;
}
div.kiji-box .txt{
	font-size: 84%;
	color: #333333;
}
div.kiji-box .txt a:link{
	color: #003399;
}
div.kiji-box .txt a:visited{
	color: #003399;
}
div.kiji-box .txt a:hover{
	color: #6699CC;
}
