﻿@charset "utf-8";


#side h1{
	background: url(images/h1.jpg) 0px 0px no-repeat;
}
#contents #news {
margin-bottom: 50px
}
#contents #news .newsBox{
	clear: both;
	width: 620px;
	border-bottom: 1px dotted #999999;
}
#contents #news .newsBox .newsDate{
	float: left;
	width: 84px;
	padding: 8px 0px 8px 6px;
	text-align: left;
	line-height: 1.3em;
	color: #5B9900;
}
#contents #news .newsBox .newsDetail{
	float: left;
	text-align: left;
	width: 514px;
	padding: 8px 0px 8px 6px;
	line-height: 1.3em;
}
