@charset "utf-8";

/* == + MAIN == */
#main #main-contents #pageheader{
	margin: 0 0 20px 0;
}

#main #main-contents #pageheader h1 {
	width: 675px;
	height: 63px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/h1-topics.gif) no-repeat;
}
#main #main-contents #pageheader .title {
	margin: 30px 0 0 0;
	font-size: 167%;
	font-weight: bold;
}
#main #main-contents #topics h2 {
	text-align: right;
	padding: 7px 9px 0 0;
	font-size: 100%;
	background-color: #ebede7;
	font-weight: bold;
	color: #333333;
	border: none;
	width: 666px;
}

/* == ++ ARTICLE == */
#main #main-contents #topics .section-inner .article_cts {
	margin: 20px 0 0 0;
}
#main #main-contents #topics .section-inner .article-img{
	margin: 10px 0 0 0;
}
#main #main-contents #topics .section-inner .article_cts p{
	margin: 10px 0 0 0;
}
#main #main-contents #topics .section-inner .article_cts p.article-txt{
	padding: 10px 0 0 0;
}
#main #main-contents #topics .section-inner .article_cts .article_pdf {
	font-size: 100%;
	line-height: 133.3%;
	margin: 10px 0 0 0;
	padding: 0;
}
#main #main-contents #topics .section-inner .article_cts .article_pdf02 {
	font-size: 100%;
	line-height: 133.3%;
	margin: 10px 0 0 0;
	padding: 0;
}
#main #main-contents #topics .section-inner .article_cts .article_pdf a,
#main #main-contents #topics .section-inner .article_cts .article_pdf02 a {
 text-decoration: underline !important;
}
#main #main-contents #topics .section-inner .article_cts .article_pdf .post-icon,
#main #main-contents #topics .section-inner .article_cts .article_pdf .post-icon02{
	padding: 0 0 0 5px;
	vertical-align: middle;
}

/* == ++ /TOPICS == */
#main #sidebar #local-navi .header a {
	display: block;
	width: 180px;
	height: 16px;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/h2-lonavi_topics.gif);
}
#main #sidebar #local-navi .header {
	border-bottom: 3px solid #c9ccbf;
}
#main #sidebar #local-navi .header a:hover {
	background-position: 0 -16px;
}


/* == + /MAIN == */
