@CHARSET "UTF-8";

/* 緊急のお知らせ スクロール用 */
#scroll {
	width: 700px;
	position: relative;
	overflow: hidden;
}
#m1 {
	width: 1000px;
}

ul#feedList {
	left: 700px;
}

ul#feedList li.list {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

ul#feedList li h2 {
	text-align: center;
	margin: 0;
	border: none;
}