@charset "utf-8";
/* CSS Document */

/*-----------------------------------
#NEWS
-----------------------------------*/
#newsbn {
	min-height: 400px;
	margin: 0px 0px 0px;
	padding: 0px;
}
#newsbn dl {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	margin: 15px 0px;
	padding: 0px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
#newsbn h3 {
	padding: 7px 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 36px;
	text-indent: 2em;
	background-image: url(/images/h3_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#newsbn dl a, #newsbn dl a:link {
	color: #036;
	text-decoration: none;
	border-style: none;
}
#newsbn dl a:hover {
	color: #F60;
	text-decoration: underline;
}
#newsbn dl a:visited {
	text-decoration: none;
	color: #069;
}
#newsbn dl dt {
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	padding: 10px 15px 5px;
	background: #eee;
	margin: 0px;
	clear: both;
	display: block;
	font-size: 14px;
	border-bottom: 1px dotted #ababab;
	text-decoration: none;
}
#newsbn dl dt span.date {
	font-weight: bold;
}
#newsbn dl dt span.icon {
	float: right;
}
#newsbn dl dt span.title {
	clear: both;
	float: none;
	display: block;
	font-weight: bold;
	margin: 3px 0px 0px;
	background: url(/images/arrow03.png) no-repeat left center;
	text-indent: 1em;
	text-decoration: none;
	border-style: none;
}
#newsbn dl dt a {
	text-decoration: none;
	border-style: none;
}
#newsbn dl dt a:hover {
	text-decoration: none;
	border-style: none;
}
#newsbn dl dt a:visited {
	text-decoration: none;
	border-style: none;
}
#newsbn dl dd {
	padding: 10px 15px;
	margin: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ababab;
	line-height: 150%;
	overflow: hidden;
}
#newsbn dl dt span.icon {
	float: right;
	margin: 2px 0px;
}
#newsbn dl dt.rss {
	float: left;
	width: 8em;
	padding: 5px 0 5px 2px;
	background: url(none);
}
#newsbn dl dd.backnum {
	padding: 5px 0 5px 8em;
	margin: 0px;
	border-bottom: 3px solid #ababab;
	text-align: right;
}
#newsbnlist {
}
#newsbnlist ul {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	line-height: 1.3em;
}
#newsbnlist ul li {
 display: block;
	padding: 5px 2px 5px 3em;
	background: url(/images/arrow05.png) no-repeat 1.8em center;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0px 8px;
}
#newsbnlist ul li.YearIndex {
	padding: 2px 2px 2px 1.8em;
	background: url(/images/arrow02.png) no-repeat 0.5em center;
	cursor: pointer;
	font-weight: bold;
}
#newsbnlist ul li.home {
	padding: 5px 5px 5px 2em;
	background: url(/images/top.gif) no-repeat 1em center;
	font-weight: bold;
	float: right;
	border-style: none;
}
