@charset "utf-8";
/* report.css 議会報告 */
.sub_navi ul.sub1 li{
	height:60px;
}
.sub_navi ul.sub1 li a{
	padding-top:60px;
}

h2{
	background-image:url(../images/report/h2_report.png);
	background-repeat:no-repeat;
}

#main_area p{
	font-size:14px;
	line-height:1.5em;
	letter-spacing:0.2em;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
}

/*平成24年度(2012年度)*/
#main_area p.year{
	background-color:#006600;
	padding:5px;
	width:250px;
	color:#fff;
	font-size:16px;
	text-align:left;
	margin-bottom:20px;
	letter-spacing:0em;
}
#main_area p.remarks{
	font-size:12px;
}
/* 平成20年度12月議会報告 */
/* 中見出し */
h3{
	clear:both;
	font-size:14px;
	background-color:#9C3;
	padding:4px;
	margin-bottom:20px;
}
/* 厚生常任委員会報告 */
#main_area h4{
	height:30px;
	width:300px;
	background:url(../images/report/committee.png) no-repeat;
	font-size:13px;
	padding-top:10px;
	padding-left:10px;
	margin-left:10px;
	margin-bottom:20px;
	background-position:0 2px;
}

/* 定義要素 内容*/
#main_area dl{
	margin-left:20px;
	margin-right:10px;
}
#main_area dl dt{
	background-repeat:no-repeat;
	padding-left:40px;
	height:30px;
	padding-top:6px;
	font-weight:bold;
	color:#090;
	font-size:18px;
	background-image:url(../images/report/1A.png);
}

#main_area dl dd{
	margin-top:5px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px #ccc solid;
	line-height:1.5;
	font-size:14px;
}


/* 目次部分 */
.tb_contents{
	clear:both;
	margin-bottom:20px;
	margin-left:20px;
}
.tb_contents table{
	border-collapse:collapse;
	border:none;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}
.tb_contents table th{
	background-color:#E4E4E4;
	padding:4px;
	text-align:left;
	font-weight:normal;
	border-right:1px #ccc solid;
}
.tb_contents table tr,
.tb_contents table td{
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc dashed;
	border-top:1px #ccc solid;
	padding:4px;
	font-size:12px;
}
.tb_contents table td span.new{
	color:#fff;
	background-color:#f00;
	font-size:12px;
	margin-right:6px;
	padding:1px;
}
.tb_contents colgroup.col1{
	width:420px;
}
.tb_contents colgroup.col2{
	width:180px;
}


/*clearfix*/
dl:after{
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
	content: ".";
	font-size:0.1em;
}
dl{
	display:inline-block;
}
 
