@import url(common.css);

/* ページ個別 */
div#contents div#topic_article {
	width: 680px;
	margin-left: 5px;
}

div#contents div#topic_article #topic {
	float: left;
	width: 170px;
	margin: 21px 10px 0 0;
}

div#contents div#topic_article div#topic_contents {
	float: left;
	width: 498px;
	margin: 40px 0 10px 0;
	border: 1px #CCCCCC solid;
}

div#contents div#topic_article div#topic_contents h3 {
	margin-bottom: 10px;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px #CCCCCC dotted;
	font-weight: normal;
}

div#contents div#topic_article div#topic_contents p.image {
	float: left;
	width: 145px;
	margin: 0 5px 24px 14px;
	_margin: 0 5px 24px 7px;
	border: 1px #CCCCCC solid;
	text-align: center;
}

div#contents div#topic_article div#topic_contents table {
	float: left;
	width: 330px;
	line-height: 130%;
}

div#contents div#topic_article div#topic_contents table th {
	width: 55px;
	padding: 2px 5px;
	border-bottom: 1px #CCCCCC dotted;
	font-weight: normal;
	color: #666666;
	table-layout: fixed;
	text-align: center;
}

div#contents div#topic_article div#topic_contents table th small {
	display: block;
	padding: 5px 0;
	margin: 0;
	background-color: #CCCCCC;
}

div#contents div#topic_article div#topic_contents table td {
	width: 250px;
	padding: 3px 5px;
	border-bottom: 1px #CCCCCC dotted;
	color: #666666;
}

div#contents div#topic_article div#topic_contents table td.article {
	width: 320px;
	padding: 3px 5px;
	border: none;
}

div#contents ul#category_tab {
	width: 680px;
	height: 45px;
	margin-left: 5px;
	overflow: hidden;
}

div#contents ul#category_tab li {
	float: left;
	width: 135px;
	height: 45px;
}

div#contents ul#category_tab li.events {
	width: 140px;
}

div#contents ul#category_tab li.clear {
	clear: both;
	float: none;
	width: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

div#contents ul#category_articles {
	width: 678px;
	margin-left: 5px;
	padding: 15px 0 10px 0;
	background: #FFFFFF url('../images/report/back_box_top.jpg') -1px top no-repeat;
	border: 1px #CCCCCC solid;
}

div#contents ul#category_articles li {
	width: 660px;
	margin-left: 10px;
	padding: 20px 0;
	border-top: 1px #CCCCCC solid;
}

div#contents ul#category_articles li.first {
	border: none;
}

div#contents ul#category_articles li p.image {
	float: left;
	width: 145px;
	margin: 0 5px 0 20px;
	_margin: 0 5px 0 10px;
	border: 1px #CCCCCC solid;
	text-align: center;
}

div#contents ul#category_articles li table {
	float: left;
	width: 470px;
	line-height: 130%;
}

div#contents ul#category_articles li table th {
	width: 55px;
	padding: 2px 5px;
	font-weight: normal;
	color: #666666;
	table-layout: fixed;
	text-align: center;
}

div#contents ul#category_articles li table th.title {
	width: auto;
	padding: 5px 0;
	border-bottom: 1px #CCCCCC dotted;
	text-align: left;
}

div#contents ul#category_articles li table th small {
	display: block;
	margin: 1px 0;
	padding: 0;
	background-color: #CCCCCC;
}

div#contents ul#category_articles li table td {
	padding: 3px 5px;
	color: #666666;
}

div#contents ul#category_articles li table td.article_info {
	width: 415px;
}

div#contents ul#category_articles li table td.article {
	padding: 3px 5px;
	border-top: 1px #CCCCCC dotted;
	line-height: 130%;
}

p.article {
	font-size: 100%;
	line-height: 130%;
}

/* ナビゲーション */
div#navigation_top,
div#navigation_bottom {
	width: 678px;
	margin-left: 5px;
	padding: 15px 0 10px 0;
	border-right: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	background: #FFFFFF url('../images/report/back_box_top.jpg') -1px top no-repeat;
	overflow: hidden;
}

div#navigation_top a,
div#navigation_bottom a {
	color: #5F7285;
}

div#navigation_top em,
div#navigation_bottom em {
	font-weight: bold;
	font-style: normal;
}

div#navigation_top {
	text-align: center;
}

div#navigation_bottom {
	text-align: right;
	border-bottom: 1px #CCCCCC solid;
}

div#navigation_bottom p {
	margin-right: 15px;
}



/* 記事共通 */
div#contents dl dt {
	border-bottom: 1px #999999 dotted;
	padding: 5px 0;
	color: #0066CC;
	font-size: 117%;
	font-weight: bold;
}

div#contents dl dd {
	border-bottom: 1px #999999 dotted;
	padding: 5px 0;
	color: #333333;
	line-height: 150%;
}

div#contents dl dd.more {
	border-bottom: none;
	padding: 5px 0;
	color: #333333;
	line-height: 130%;
	text-align: right;
}

div#contents dl dd.detail table th {
	min-width: 40px;
	padding: 4px 8px;
	background-color: #CCCCCC;
	font-weight: normal;
	vertical-align: middle;
}

div#contents dl dd.detail table td {
	padding: 0 10px 0 6px;
	vertical-align: middle;
}

div#contents dl dd p {
	margin-bottom: 5px;
}

div#contents dl .disc {
	list-style: disc inside;
}
