/* CSS Document */


/*----新着情報・お知らせエリア----*/
.topics {
	margin: 0 0 10px;
	padding:10px;
/*	background-color: #f7f7ef;*/
	line-height:160%;
}

.infoitems {
	margin:0 10px;
	padding: 2px 0;
	width:420px;
	background-repeat: no-repeat;
	font-size:12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.infoitems a {
	text-decoration:none;
	color: #000000;
}

.infoitems a:hover{
	text-decoration:underline;
	color: #FF6600;
}

.date {
	letter-spacing:0em;
	margin-right:10px;
	color:#990000;
	font-weight:bold;
}