@charset "utf-8";
.content_nav {
	text-align: center;
	color: #999999;
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
}
.content_nav a {
	text-decoration: none;
}
.content_nav a:hover {
	text-decoration: underline;
}
#menu #bt02 a {
	background-image: url(images/bt02c.gif);
}
#menu #bt02 a:hover {
	background-image: url(images/bt02c.gif);
}
#content h2 {
	background-image: url(images/title_news.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 99px;
	text-indent: -9999px;
	margin-top: 0px;
	margin-bottom: 30px;
}
#main {
	float: left;
	width: 590px;
	padding-left: 30px;
}
#main .chapter {
	margin-bottom: 30px;
}
#main .chapter h3 a {
	color: #FFFFFF;
}
#main .entry_date {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: right;
	margin-bottom: 8px;
}
#main .entry_date a {
	color: #666666;
}
#main .entry_body {
	display: block;
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D9D9E6;
}
#main .entry_body img {
	display: block;
	clear: both;
}
#main .entry_body strong {
	color: #0066FF;
}
#main .entry_body p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#main .entry_more {
	text-align: right;
	display: block;
}
#sub {
	width: 200px;
	margin-right: 20px;
	float: right;
}
#sub .chapter {
	border: 1px solid #707082;
	margin-bottom: 10px;
}
#sub .chapter h3 {
	background-image: url(images/sub_back.gif);
	background-repeat: repeat-y;
	background-position: left;
	color: #707082;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #707082;
	margin: 0px;
	font-size: 1em;
}
#sub .chapter ul {
	list-style-position: inside;
	padding-left: 10px;
	padding-right: 8px;
	margin-left: 0px;
}
#sub .chapter li {
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#sub #newsfeeds ul {
	list-style-image: url(images/rss.gif);
}
#sub #newsfeeds li {
	margin-right: 20px;
}