/* お知らせ */

.info	{
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.news	{
	padding: 20px;
	clear: both;
}

.news h2	{margin-top: 0;
	margin-bottom: 5px}

.news ul	{margin: 0;
	padding: 0;
	list-style: none}

.news li a	{display: block;
	padding: 5px;
	font-size: 14px;
	text-decoration: none}

.news li a:hover	{background-color: #eeeeee}

/* 日付 */
.news time	{
	color: #333333;
}

.news a:after	{content: "";
	display: block;
	clear: both}

.news time	{float: left;
	width: 60px}

/* 文章 */
.news .text	{
	float: none;
	width: auto;
	margin-left: 60px;
	color: #333333;
}
