/*  「法人概要」、「川崎・富川市民交流会」、「川崎市の財政分析」、
「かわさき自治研」、「各種サービスのご案内」
h2、他、共通設定　
all.cssよりも後に設定の必要あり
*/

h2 {
 font-size: 23px; 
 color: #ff9900;
 padding-left: 23px;
 padding-bottom: 2px;
 background: url(../img/a_h2.png) no-repeat; /* a_h2.png　23×30　*/
 border-bottom: none;
 line-height: 31px; 
}

/*   テーブルセット　*/
table {
 border:none;
 line-height:150%;
 background-color:#ddf2dd;
}

td {
 border-top:none;
 border:none;
 border-bottom:dashed 1px #77f783 ;
 vertical-align:top;
}

th {
 border-top: none;
 border-bottom: none;
 border-left: none;
 border-right:solid 10px #ddf2dd; 
 background-color:#77f783;
 font-size:20px;
 color:#206026;
 /* padding-right:10px; */
}

table th:last-child	{
 border-right:none;
}

/*  予備・最後の行だけ下線をカット　
table tr:last-child td {
	border-bottom: none;
}
*/

