@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------
　タイトル用文字少し大きめ　背景白 上下余白
-------------------------------------------*/
.txt-dec {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	font-weight: bold;
	background-color:#FFF;
	padding:5px;
}


/*-----------------------------------------------------------------
　sosiki.html　地方本部・総支部所在地と主な担当エリア　table
-----------------------------------------------------------------*/
.table-sosiki01 {
	background-color:#FFF;
}

.table-sosiki01 th {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#39F;
	color:#FFF;
}

.table-sosiki01 td {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#CFF;
}