﻿@charset "utf-8";


#side h1{
	background: url(images/h1.jpg) 0px 0px no-repeat;
}

#contents #news{
	width: 620px;
	/*background: url(images2/newsHeader.gif) 0px 0px no-repeat;*/
}
#contents #news #backnumber{
	text-align: right;
	padding: 0px 0px 10px 0px;
}
#contents #news .newsBox{
	clear: both;
	width: 620px;
	border-bottom: 1px dotted #999999;
}
#contents #news .newsBox .newsDate{
	float: left;
	width: 124px;
	padding: 8px 0px 8px 6px;
	text-align: left;
	line-height: 1.3em;
	color: #5B9900;
}
#contents #news .newsBox .newsDetail{
	float: left;
	text-align: left;
	width: 474px;
	padding: 8px 0px 8px 6px;
	line-height: 1.3em;
}

#contents .newsDate{
	text-align: right;
	font-size: 90%;
}
#contents .newsImgBox{
	float: right;
	width: 260px;
}
#contents img.imgBorder {
	margin: 0px 0px 10px 0px;
	padding: 2px;
	border: 1px solid #BEBEBE;
}
