﻿/* お知らせ
------------------------------------------------ */
#news_wrap{
	width:568px;
	height:500px;
	margin:0 auto;
	overflow: auto;
}
#news{
	width:530px;
	margin-bottom:20px;
	text-align:left;
}
#news li{
	padding:5px 0;
	border-bottom:1px #999 dashed;
	float:left;
}
#news .day{
	width:80px;
	color:#FF0000;
	margin-bottom:5px;
	margin-left:5px;
	font-weight:bold;
	font-size:12px;
	float:left;
}
#news .comment{
	width:430px;
	font-size:12px;
	margin-bottom:5px;
	float:right;
}

#copy li{
	margin-top:10px;
	margin-left:10px;
}