#news {
	width: 590px;
	margin-bottom: 1em;
}
#main #contact_btn {
	margin-bottom: 1em;
	width: 590px;
}

#news #news_caption h3 {
	float: left;
}
#news #news_caption #btn_list {
	float: right;
	background-image: url(../images/btn_list_a.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 108px;
}
#news #news_caption {
	background-color: #78C0EB;
	height: 23px;
}
#news #news_caption #btn_list a {
	outline-style:none;
	height: 23px;
	width: 108px;
	display: block;
	text-indent: -9999px;
}
#news #news_caption #btn_list a:hover {
	background-image: url(../images/btn_list_b.jpg);
	background-repeat: no-repeat;
}



#main #bnr_area {
	width: 590px;
	margin-bottom: 1em;
}
#main #bnr_area ul {
	margin-left: 16px;
}
#main #bnr_area li {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

#news #news_contents {
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #78C0EB;
	border-bottom-color: #78C0EB;
	border-left-color: #78C0EB;
	background-color: #FFFFFF;
}
#news #news_contents dl {
	overflow: auto;
	display: block;
	padding: 5px;
	height: 110px;
	text-align: left;
}
#news #news_contents dt {
	float: left;
	margin-right: 15px;
	font-size: 0.8em;
	padding-top: 4px;
	padding-bottom: 4px;
}


#news #news_contents dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #78C0EB;
	font-size: 0.8em;
	padding-bottom: 4px;
	padding-top: 4px;
}
#news #news_contents dd.last {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
