@charset "utf-8";

/*全ページ共通リセット------------------------------------------------------------*/
*{margin: 0; padding: 0; font-weight: normal;}
a {text-decoration: none;}/*下線取る*/
ul {list-style: none;}
img {vertical-align: middle;}
section, aside, article, nav, header, footer, figure, figcaption{display: block;}

/*全ページ共通基本設定--------------------------------------------------------------*/
body {font-family: "遊ゴシック", YuGothic, "メイリオ", "Hiragino Kaku Gothic Pro", sans-serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	background: #f3f3f2;
	font-size: 90%;/*14.4px*/
	color: #555;
}

#container {
	margin: 0 auto;
	line-height: 150%;/*21.6px*/
	width: 980px;
	padding: 0 0.69444em 0 0.69444em;
}

/*全ページ共通ヘッダーエリア----------------------------------------------------------*/
header  {
	height: 55px;
	*zoom: 1;
}
header:after {
	content: "";
	display: block;
	clear: both;
}

header h1{
	font-size: 1.39em;/*20px*/
	color: #666;
	padding: 1em 0 0 0.15em;/*20px 0 0 3px*/
	width: 400px;
	float: left;

}

header p {
	float: right;
	margin-top: 1.2857em;/*18px*/
	font-size: 0.9722em;/*14px*/
	padding: 0.071428em 0.35714em 0;/*1px 5px 0*/
}

/*全ページ共通ナビゲーション-----------------------------------------------------------*/
nav {
	margin-bottom: 1.0416em;
}

nav ul {
	list-style: none;
}

/*全ページ共通ドロップダウンメニュー-----------------------------------------------------*/
ul#menu {
	width: 980px;
	height: 40px;
	/* 前面背景グラデーション */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dcdcdc), color-stop(0.00, #c0c0c0));
	background: -webkit-linear-gradient(#dcdcdc, #c0c0c0);
	background: -moz-linear-gradient(#dcdcdc, #c0c0c0);
	background: -ms-linear-gradient(#dcdcdc, #c0c0c0);
	background: linear-gradient(#dcdcdc, #c0c0c0);
}

ul#menu li.parent {
	position: relative;
	width: 162.5px;
	float: left;
	text-align: center;
	border-right:1px solid #fff;
	color: #fff
}

ul#menu li#current{
	background: #e5e4e6
}
ul#menu li.parent:last-child{/*ナビの右端のケイ取る*/
	border: none;
}
ul#menu li a {/*ナビの文字指定*/
	display: block;
	margin: 0;
	padding: 14px 0 12px;
	color: #333;
	font-weight: normal;
	line-height: 1;
}

ul#menu li ul {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;/*ページを開いたときサブメニューを非表示にする*/
}

ul#menu li ul li{
	height: 39px;
	width: 240px;
	color: #fff;
}

ul#menu .goannai{/*プルダウンのご案内の幅を変える*/
	height: 39px;
	width: 162.5px;
	color: #fff;
}

ul#menu .kaisoku{
	height: 39px;
	width: 162.5px;
	color: #fff;
}

ul#menu .kousyou{/*プルダウンの交渉の幅を変える*/
	height: 39px;
	width: 290px;
	color: #fff;
}

ul#menu li ul li:first-child{
 	border-top: 0;
}

ul#menu li ul li:last-child{
  	border-bottom: 0;
}

ul#menu li ul li:last-child a{
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

ul#menu li ul li a{
	padding: 13px 15px;
	background: #dcdcdc;
	text-align: left;
	font-size: 90%;
	font-weight: normal;
}
/* ドロップダウン：ロールオーバー時の処理 --------------------------------------------*/
ul#menu li.parent:hover {
	/* 背景グラデーション */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #C0C0C0), color-stop(0.00, #808080));
	background: -webkit-linear-gradient(#C0C0C0, #808080);
	background: -moz-linear-gradient(#C0C0C0, #808080);
	background: linear-gradient(#C0C0C0, #808080);
}
ul#menu li a:hover {color: #fff;}/*ロールオーバー時の文字色*/
ul#menu li ul li a:hover {
	background: #999;
	color: #fff;
}

/*================================================================================
ここからトップページ
=================================================================================*/

/*ヘッダーエリア*/
#top header h1{
	font-weight: bold;
}

/*コンテンツエリア-------------------------------------------------------------------*/
#top #content {
	float: left;
	width: 600px;
	margin: 10px 0 50px 3px;
	line-height: 24px
}

#top #content section h3 {
	border-bottom: 1px solid #999;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	margin-bottom: 13px;
	color: #4d5aaf;
	border-left: 5px solid #ff9900;
}

#top #content section h3#map{
	margin-top: 10px;
}
#top #content section h3#map a{
	font-weight: bold;
	color: #4d5aaf;
}
#top #content section h3#map a:hover{
	color: #ff9900;
}
#top #content p{
	line-height: 2em;
	font-size: 1em;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
}

/*サブエリア-------------------------------------------------------------------------*/
#top #sub {
	float: right;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	background-color: #fff;
	padding: 20px;
	width: 300px;
	margin: 10px 0 25px 0;
}

#top #sub h2{
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 0.5em;
	color:  #e2041a;
}

#top #sub h3 {
	/*font-weight: bold;*/
	margin-bottom: 8px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px 0 8px;
	line-height: 1.5em;
	text-align: center;
	color: #4d5aaf;
	/*text-align: justify;*/
}

#top #sub p{
	font-size: 1em;
	line-height: 24px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
}

#top #sub section#sptlight {
	padding-bottom: 10px;
}

#top header p{
	float: right;
	margin-top: 18px;
	font-size: 14px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	padding: 1px 5px 0;
}

#top header p:hover{
	background: #d3d3d3;
}
#top header a{
	color: #666;
}

#top footer {
	border-top: 1px solid #d3d3d3;
	text-align: center;
	/*clear: both;*/
	margin-top: 20px;
	position: relative;
}

#top  span {
	/*display: block;*/
	/*width: 110px;*/
	/*margin-left: 850px;*/
	/*margin-top: -21px;*/
	position: absolute;
	top: 15px;
	right: 5px

}

/*==================================================================================
ここからご案内と組織図
===================================================================================*/

#aisatu article h2{/*タイトル*/
	margin: 50px 0 20px 0;
	text-align: center;
	letter-spacing: 0.5em;
	font-weight: bold;
}

#aisatu article h3{/*サブタイトル*/
	margin: 15px 0 15px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 12px 0;
	text-align: center;
	letter-spacing: 0.2em;
	color: #4d5aaf;
}

#aisatu article p span{
	color: red;
}

#aisatu article p{/*内容文字*/
	font-size: 16px;
	line-height: 1.9em;
	text-indent: 1em;
	text-align: justify;
	-ms-text-justify: inter-ideograph;

}

#aisatu article p#namae{
	text-align: right;
		margin-bottom: 40px;
}

#aisatu article img{
	margin: 0 0 10px 50px;
}

#aisatu #division p{
	margin-left: 50px
}

#aisatu #content {/*枠ケイ等の指定*/
	width: 980px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}

#aisatu #section{/*枠内側パディング*/
	padding: 20px 90px 70px;
}

/*==================================================================================
ここから　長期滞納者
===================================================================================*/

#onegai section h2{/*タイトル*/
	margin-bottom: 17px;
	text-align: left;
	line-height: 1.5em;
	color: #e2041b;
	font-weight: bold;
}


#onegai section h3{/*サブタイトル*/
	padding: 0 0 5px 8px;
	margin: 30px 0 20px;
	border-left: 10px solid #bed69e;
	border-bottom: 1px solid #bed69e;
	font-size: 18px;
	color: #486d94;
}

#onegai section p{/*項目内容文字*/
	font-size: 16px;
	line-height: 1.8em;
	text-align: justify;
	-ms-text-align: inter-ideograph;
	margin-left: 13px;
}

#onegai #content {/*枠ケイ等の指定*/
	width: 980px;
	height: 600px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}

#onegai #section{/*枠内側パディング*/
	padding: 45px;
}

/*==================================================================================
ここから組合員並びに市長・議員の皆様へ
===================================================================================*/

#minasamae article h2{/*タイトル*/
	margin: 50px 0 20px 0;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#minasamae article h3{/*サブタイトル*/
	margin: 15px 0 15px;
	/*font-weight: bold;*/
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 12px 0;
	text-align: center;
	color: red
}

#minasamae article p span{
	color: red;
}

#minasamae article p{/*内容文字*/
	font-size: 16px;
	line-height: 1.9em;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
}

#minasamae article p#namae{
	text-align: right;
}

#minasamae #content {/*枠ケイ等の指定*/
	width: 980px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}

#minasamae #section{/*枠内側パディング*/
	padding: 20px 90px 80px;
}

/*==================================================================================
ここから現今村市長の議員時代の一般議会質問
===================================================================================*/

#imamura_mayor article h2{/*タイトル*/
	margin: 50px 0 20px 0;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#imamura_mayor article h3{/*サブタイトル*/
	margin: 15px 0 15px;
	/*font-weight: bold;*/
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 12px 0;
	text-align: center;
	color: red
}

#imamura_mayor article h4{
	font-size: 16px;
	margin-bottom: 5px;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", sans-serif;
}

#imamura_mayor article p{/*内容文字*/
	font-size: 16px;
	line-height: 1.9em;
	text-indent: 1em;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
}

#imamura_mayor article p.division{
	margin-top: 12px
}

#imamura_mayor section ol{
	margin-left: 40px;
	font-size: 16px;
	line-height: 1.9em;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", sans-serif;
}

#imamura_mayor #content {/*枠ケイ等の指定*/
	width: 980px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}

#imamura_mayor #section{/*枠内側パディング*/
	padding: 20px 90px 70px;
}

#imamura_mayor span {
	display: block;
	text-align: right;
	font-size: 0.8em;
	color: #cc6666;
	margin-right: 0.3em;
}

/*==================================================================================
ここから　大丸土地倒産
===================================================================================*/

#ayumi section h2{/*組合のあゆみタイトル*/
	margin-bottom: 30px;
	text-align: left;
	color: #486d94;
	font-weight: bold;
}

#ayumi #main h3{
	padding: 0 0 5px 8px;
	margin: 20px 0 20px;
	border-left: 10px solid #bed69e;
	border-bottom: 1px solid #bed69e;
	font-size: 18px;
	color: #486d94;
}

#ayumi section p{/*項目内容文字*/
	font-size: 16px;
	line-height: 1.8em;
}

#ayumi #content {/*枠ケイ等の指定*/
	width: 980px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}

#ayumi #section{/*枠内側パディング*/
	padding: 45px;
}

#ayumi figure img{/*記事画像の外枠ケイの指定*/
	border: 1px solid #d3d3d3;
	/*box-shadow: 5px 5px 5px #d3d3d3;*/
	/*border-radius: 5px;*/
}

#ayumi figure#koube {/*神戸新聞トップ開ける*/
	margin-top: 30px;
}

#ayumi span{
	display: block;
	text-align: right;
	font-size: 0.8em;
	margin-top: 0.3em;/*7.2px*/
	color: #cc6666
}

/*==================================================================================
ここから　管理組合設立の経緯と負の遺産の継承
===================================================================================*/

#keii section h2{/*組合のあゆみタイトル*/
	margin-bottom: 30px;
	text-align: left;
	color: #486d94;
	font-weight: bold;
}

#keii #main h3{/*サブタイトル*/
	padding: 0 0 5px 8px;
	margin: 30px 0 20px;
	border-left: 10px solid #bed69e;
	border-bottom: 1px solid #bed69e;
	font-size: 18px;
	color: #486d94;
}

#keii #main p{/*項目内容文字*/
	font-size: 15px;
	line-height: 1.8em;
	text-align: justify;
	-ms-text-align: inter-ideograph;
	margin-left: 13px;
}

#keii #content {/*外枠ケイ等の指定*/
	width: 980px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}

#keii #section{/*枠内側パディング*/
	padding: 45px;
}

/*ここからテーブル指定*/
#keii table {
	width: 890px;
	table-layout: auto;
	margin-top: -30px;
}

#keii tr{
	font-size: 15px;
}

#keii th {
	text-align: left;

}
#keii table #head01{
	width: 160px;

}
#keii table #head02{
	width: 160px
}
#keii table #head03{
	width: 160px
}
#keii table #head04{
	width: 160px
}
#keii table #head05{
	width: 160px;
}
#keii table span{/*フォントを太く*/
	font-weight: bold;
}
#keii table #head06{
	width: 160px
}
#keii table #head07{
	width: 160px
}
#keii table{
	border-spacing: 13px 10px;
}

/*==================================================================================
ここから　知っておかなければならない事項
===================================================================================*/

#sirubeki section h2{/*組合のあゆみタイトル*/
	margin-bottom: 17px;
	text-align: left;
	line-height: 1.5em;
	color: #486d94;
	font-weight: bold;
}

#sirubeki section p{
	font-size: 15px;
}

#sirubeki #main h3{/*サブタイトル*/
	padding: 0 0 5px 8px;
	margin: 30px 0 20px;
	border-left: 10px solid #bed69e;
	border-bottom: 1px solid #bed69e;
	font-size: 18px;
	color: #486d94;
}

#sirubeki #main h3.line{/*5の2カ所の問題個所の左ボーダー取る*/
	border-left: none;
	margin-left: 6px;
}

#sirubeki #main h3 img{/*数字画像指定*/
	display: inline;
	margin: 0 2px 4px 3px;
	border: none;
}

#sirubeki #main h3 a{
	color: #486d94;
}

#sirubeki #main h3 a:hover{
	color: #cc6666;
}

#sirubeki #main p{/*項目内容文字*/
	font-size: 15px;
	line-height: 1.8em;
	text-align: justify;
	-ms-text-align: inter-ideograph;
	margin-left: 13px;
}

#sirubeki #content {/*枠ケイ等の指定*/
	width: 980px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}

#sirubeki #section{/*枠内側パディング*/
	padding: 45px;
}

#sirubeki span {
	display: block;
	text-align: right;
	font-size: 0.8em;
	color: #cc6666;
	padding-right: 0.3em;
}

/*==================================================================================
ここから組合がかかえているさまざまな問題個所
===================================================================================*/

#mondai section h2{/*組合のあゆみタイトル*/
	margin-bottom: 17px;
	text-align: left;
	line-height: 1.5em;
	color: #486d94;
	font-weight: bold;
}

#mondai section p{
	font-size: 16px;
	margin-bottom: 10px;
}

#mondai section img{
	border: 1px solid #d3d3d3;
	margin-bottom: 5px;
}

#mondai #wrap figure {
	margin: 25px 29px -15px 0;
	float: left;
}

#mondai #wrap figcaption{
	font-size: 13px;
	text-align: left;
}
#mondai #content {/*枠ケイ等の指定*/
	width: 980px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 45px
}

#mondai #section{/*枠内側パディング*/
	margin: 45px 0 0 45px;
}

#mondai span{
	clear: both;
	display: block;
	text-align: right;
	padding: 20px 48px 0 0;
	font-size: 0.8em;
	color: #cc6666;
}

/*==================================================================================
ここから管理会社の収益に関する物件
===================================================================================*/

#syuuekibutu section h2{/*組合のあゆみタイトル*/
	margin-bottom: 17px;
	text-align: left;
	line-height: 1.5em;
	color: #486d94;
	font-weight: bold;
}

#syuuekibutu section p{
	font-size: 16px;

	width: 890px;
	text-align: justify;
	-ms-text-align: inter-ideograph;
}


#syuuekibutu #wrap figure {
	margin: 25px 29px 0 0;
	float: left;

}

#syuuekibutu #wrap figcaption{
	text-align: left;
	margin-bottom: 5px;
}
#syuuekibutu #content {/*枠ケイ等の指定*/
	width: 980px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 45px
}

#syuuekibutu #section{/*枠内側パディング*/
	margin: 45px 0 45px 45px;
}
/*==================================================================================
ここから市側との交渉（私道の市道編入に関する基準書類）
===================================================================================*/

#kijyun section h2{/*組合のあゆみタイトル*/
	margin-bottom: 30px;
	text-align: left;
	color: #486d94;
	font-weight: bold;
}

#kijyun #content {/*枠ケイ等の指定*/
	width: 980px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}

#kijyun #section{/*枠内側パディング*/
	padding: 45px;
}

#kijyun figure img{/*記事画像の外枠ケイの指定*/
	padding: 40px 10px 20px 30px;
	border: 1px solid #d3d3d3;
	/*box-shadow: 5px 5px 5px #d3d3d3;*/
	/*border-radius: 5px;*/
}

/*==================================================================================
ここから市側との交渉（西宮市長との地域懇談会における要望書と回答書類）
===================================================================================*/

#youbou_kaitou section h2{/*組合のあゆみタイトル*/
	margin-bottom: 30px;
	text-align: left;
	color: #486d94;
	font-weight: bold;
}

#youbou_kaitou #content {/*枠ケイ等の指定*/
	width: 980px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}

#youbou_kaitou #section{/*枠内側パディング*/
	padding: 45px;
}

#youbou_kaitou figure img{/*画像の外枠ケイの指定*/
	border: 1px solid #d3d3d3;
	padding: 35px
	/*box-shadow: 5px 5px 5px #d3d3d3;*/
	/*border-radius: 5px;*/
}

#youbou_kaitou figure#kaitou {/*上開ける*/
	margin-top: 30px;
}

#youbou_kaitou span{
	display: block;
	text-align: right;
	font-size: 0.8em;
	padding: 0.4em 0.3em 0 0;
	color: #cc6666;
}

/*==================================================================================
ここから市側との交渉（苦楽園大丸地区私道の管理協定締結に向けた市の考え方について）
===================================================================================*/

#kangaekata section h2{/*組合のあゆみタイトル*/
	margin-bottom: 30px;
	text-align: left;
	color: #486d94;
	font-weight: bold;
}

#kangaekata #content {/*枠ケイ等の指定*/
	width: 980px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}

#kangaekata #section{/*枠内側パディング*/
	padding: 45px;
}

#kangaekata figure img{/*画像の外枠ケイの指定*/
	border: 1px solid #d3d3d3;
	padding: 35px;
	/*box-shadow: 5px 5px 5px #d3d3d3;*/
	/*border-radius: 5px;*/
}

#kangaekata figure {/*上開ける*/
	margin-top: 30px;
}

#kangaekata span{
	display: block;
	text-align: right;
	font-size: 0.8em;
	padding: 0.4em 0.3em 0 0;
	color: #cc6666;
}

/*==================================================================================
ここから市側との交渉（西宮市道路線認定等に関する要綱書類）
===================================================================================*/

#youkou section h2{/*組合のあゆみタイトル*/
	margin-bottom: 30px;
	text-align: left;
	color: #486d94;
	font-weight: bold;
}

#youkou  #content {/*枠ケイ等の指定*/
	width: 980px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}

#youkou #section{/*枠内側パディング*/
	padding: 45px;
}

#youkou figure#youkou1{/*上の画像の外枠ケイの指定*/
	padding: 40px 10px 20px 30px;
	border-top: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
}

#youkou figure#youkou2{/*下の画像の外枠ケイの指定*/
	padding: 0px 10px 20px 30px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

#youkou span{
	display: block;
	text-align: right;
	font-size: 0.8em;
	color: #cc6666;
	padding: 0.5em 0.3em 0 0;

}


/*==================================================================================
ここから市側との交渉（要望書に対する西宮市からの回答書類）
===================================================================================*/

#kaitou3 section h2{/*組合のあゆみタイトル*/
	margin-bottom: 30px;
	text-align: left;
	color: #486d94;
	font-weight: bold;
}

#kaitou3  #content {/*枠ケイ等の指定*/
	width: 980px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #d3d3d3;
	border-radius: 5px;

}

#kaitou3 #section{/*枠内側パディング*/
	padding: 45px;
}

#kaitou3 figure img{/*記事画像の外枠ケイの指定*/
	padding: 50px 15px 70px 75px;
	border: 1px solid #d3d3d3;
	/*box-shadow: 5px 5px 5px #d3d3d3;*/
	/*border-radius: 5px;*/
}

#kaitou3 figure p{
	font-size: 15px;
	margin-top: 15px;
	line-height: 1.5em;
}

/*==================================================================================
ここから市側との交渉（組合管理の全道路図）
===================================================================================*/

#itizu section h2{/*組合のあゆみタイトル*/
	margin-bottom: 30px;
	text-align: left;
	color: #486d94;
	font-weight: bold;
}

#itizu #main h3{/*サブタイトル*/
	padding: 0 0 5px 8px;
	margin: 30px 0 20px;
	border-left: 10px solid #bed69e;
	border-bottom: 1px solid #bed69e;
	font-size: 18px;
	color: #486d94;
}

#itizu  #content {/*枠ケイ等の指定*/
	width: 980px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #d3d3d3;
	/*border-radius: 5px;*/
}

#itizu #section{/*枠内側パディング*/
	padding: 45px;
}

#itizu figure p{
	font-size: 15px;
	margin-top: 15px;
	line-height: 1.5em;
}

/*==================================================================================
ここから市側との交渉（移管成功例・宝生ヶ丘地区）
===================================================================================*/

#seikourei section h2{/*タイトル*/
	margin-bottom: 30px;
	text-align: left;
	line-height: 1.6em;
	color: #486d94;
	font-weight: bold;
}

#seikourei section p{
	font-size: 17px;
	font-weight: lighter;
	line-height: 1.8em;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	margin-bottom: 30px;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", sans-serif;
}

#seikourei  #content {/*枠ケイ等の指定*/
	width: 980px;
	background: #fff;
	/*margin: 0 auto;*/
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}

#seikourei #section{/*枠内側パディング*/
	padding: 45px;
}

#seikourei figcaption{/*キャプション*/
	padding-left: 45px;
	margin-bottom: 5px;
}

#seikourei figure img{/*画像の外枠ケイの指定*/
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	display: block;
	margin-bottom: 15px

}


/*===================================================================================
ここから会則と長期滞納者
====================================================================================*/

#kaisoku section h2{/*会則タイトル*/
	margin: 20px 0 30px 0;
	text-align: center;
}

#kaisoku section h3.jyou{/*項目*/
	margin: 15px 0 0 0;
	padding-bottom: 5px;
	font-weight: normal;
	border-bottom: none;
}
#kaisoku section ol li{/*項目内容文字*/
	font-size: 16px;
	line-height: 1.8em;
	margin-left: 61px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
}

#kaisoku section p{/*項目内容文字*/
	font-size: 16px;
	line-height: 1.8em;
	margin-left: 38px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
}

#kaisoku ol.hyouji{
	list-style: none;/*項目内容の番号文字取る*/
}

#kaisoku #content {/*枠ケイ等の指定*/
	width: 980px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}

#kaisoku #section{/*枠内側パディング*/
	padding: 45px;
}

#kaisoku span{/*▲このページのトップへの指定*/
	display: block;
	text-align: right;
	font-size: 0.8em;
	color: #cc6666;
	padding-right: 0.3em;
}

/*===================================================================================
全ページ共通フッター
====================================================================================*/
footer {
	text-align: center;
	clear: both;
}

footer small {
	padding: 15px;
	display:block;
	font-size: 0.75em;
	color: #666;
}