@charset "utf-8";
/* interpellation.css 一般質問 */
.sub_navi ul.sub1 li{
	height:60px;
}
.sub_navi ul.sub1 li a{
	padding-top:60px;
}
h2{
	background-image:url(../images/interpellation/h2_interpellation.png);
	background-repeat:no-repeat;
}

/*平成18年度(2006)*/
#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;
}

/* 目次部分 */
.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;
}

/* h3 平成18年度 2月 議会報告 */
h3{
	clear:both;
	font-size:14px;
	background-color:#9C3;
	padding:4px;
}

/* 議題＆回答*/
div.title{
	background:url(../images/interpellation/titlebg.png) no-repeat;
	height:100px;
	width:650px;
	overflow:hidden;
	margin-bottom:20px;
}
div.title img{
	margin:10px;
	float:left;
}
div.title h4{
	margin-left:20px;
	font-weight:bold;
	font-size:20px;
	margin-top:20px;
}
div.title p.answer{
	margin-left:20px;
	font-size:16px;
	margin-top:16px;
	color:#f00;
	font-weight:bold;
}

/* 対談 */
#main_area dl{
	margin-left:10px;
	margin-bottom:50px;
	margin-right:10px;
}
#main_area dl dt{
	clear:both;
	float:left;
	width:7em;
	font-size:14px;
	line-height:1.5;
	font-weight:bold;
	margin-right:10px;
	padding-left:2px;
}
#main_area dl dt.interpellator{
	background-color:#FFCC00;
}
#main_area dl dt.answer{
	background-color:#CCC;
}
#main_area dl dt.photo{
	background-color:#fff;
	color:#fff;
}
#main_area dl dd{
	margin:0 0 15px 0;
	font-size:14px;
	line-height:2.0;
}
#main_area dl dd.answer{
	font-weight:bold;
}
#main_area dl dd.interpellator{
	font-weight:normal;
}


/*clearfix*/
dl:after{
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
	content: ".";
	font-size:0.1em;
}
dl{
	display:inline-block;
}
 
