|
@@ -17,35 +17,35 @@
|
17
|
17
|
</head>
|
18
|
18
|
|
19
|
19
|
<body id="back">
|
20
|
|
-<div id="main" class="gothic">
|
21
|
|
- <!--セクション 操作-->
|
22
|
|
- <section id="operation">
|
23
|
|
- <!--セクション 住所-->
|
24
|
|
- <article id="address">
|
25
|
|
- <address id="operation_add">
|
26
|
|
- <span>北方町役場</span><span> 〒501-0492</span><span> 岐阜県本巣郡北方町長谷川1丁目1番地</span><span>
|
|
20
|
+ <div id="main" class="gothic">
|
|
21
|
+ <!--セクション 操作-->
|
|
22
|
+ <section id="operation">
|
|
23
|
+ <!--セクション 住所-->
|
|
24
|
+ <article id="address">
|
|
25
|
+ <address id="operation_add">
|
|
26
|
+ <span>北方町役場</span><span> 〒501-0492</span><span> 岐阜県本巣郡北方町長谷川1丁目1番地</span><span>
|
27
|
27
|
TEL:058-323-1111(代)</span>
|
28
|
|
- </address>
|
29
|
|
- </article>
|
30
|
|
- <div id="controle_panel">
|
31
|
|
- <!--セクション 背景色-->
|
32
|
|
- <article id="bgcolor">
|
33
|
|
- <img src="../../css/img/013.png" alt="背景色変更ボックス"/>
|
34
|
|
- <div id="bgcolor_img">
|
35
|
|
- <input id="button1" width="29px" height="28px" value=" " alt=" " type="image"
|
36
|
|
- onClick="setBackground3(1)">
|
37
|
|
- <input id="button2" width="29px" height="28px" value=" " alt=" " type="image"
|
38
|
|
- onClick="setBackground3(2)">
|
39
|
|
- <input id="button3" width="29px" height="28px" value=" " alt=" " type="image"
|
40
|
|
- onClick="setBackground3(3)">
|
41
|
|
- </div>
|
42
|
|
- <script>
|
43
|
|
- getBackgNumber3();
|
44
|
|
- </script>
|
|
28
|
+ </address>
|
45
|
29
|
</article>
|
|
30
|
+ <div id="controle_panel">
|
|
31
|
+ <!--セクション 背景色-->
|
|
32
|
+ <article id="bgcolor">
|
|
33
|
+ <img src="../../css/img/013.png" alt="背景色変更ボックス" />
|
|
34
|
+ <div id="bgcolor_img">
|
|
35
|
+ <input id="button1" width="29px" height="28px" value=" " alt=" " type="image"
|
|
36
|
+ onClick="setBackground3(1)">
|
|
37
|
+ <input id="button2" width="29px" height="28px" value=" " alt=" " type="image"
|
|
38
|
+ onClick="setBackground3(2)">
|
|
39
|
+ <input id="button3" width="29px" height="28px" value=" " alt=" " type="image"
|
|
40
|
+ onClick="setBackground3(3)">
|
|
41
|
+ </div>
|
|
42
|
+ <script>
|
|
43
|
+ getBackgNumber3();
|
|
44
|
+ </script>
|
|
45
|
+ </article>
|
46
|
46
|
|
47
|
|
- <!--セクション 文字サイズ-->
|
48
|
|
- <!--<article id="charsize" >
|
|
47
|
+ <!--セクション 文字サイズ-->
|
|
48
|
+ <!--<article id="charsize" >
|
49
|
49
|
<img src="../../css/img/008.png" alt="文字サイズ変更ボックス" />
|
50
|
50
|
<div id="charsize_img">
|
51
|
51
|
<img src="../../css/img/005.png" alt="文字大きさ変更、小さい" />
|
|
@@ -54,190 +54,192 @@
|
54
|
54
|
</div>
|
55
|
55
|
</article>-->
|
56
|
56
|
|
57
|
|
- <!--セクション サイトマップ-->
|
58
|
|
- <article id="sitemap">
|
59
|
|
- <div id="sitemap_img">
|
60
|
|
- <a href="../../second/sitemap.html"><img src="../../css/img/kitagata_sitemap.png"
|
61
|
|
- alt="サイトマップ"/></a>
|
62
|
|
- </div>
|
63
|
|
- </article>
|
64
|
|
- <!--セクション お問い合わせ-->
|
65
|
|
- <article id="contact">
|
66
|
|
- <div id="contact_img">
|
67
|
|
- <a href="../../third/town_admini_info/administrative_organization_chart.html"><img
|
68
|
|
- src="../../css/img/kitagata_support.png" alt="お問い合わせはこちらから"/></a>
|
69
|
|
- </div>
|
70
|
|
- </article>
|
71
|
|
- <!--セクション 翻訳-->
|
72
|
|
- <article id="translation">
|
73
|
|
- <div id="translation_img">
|
74
|
|
- <!--<img src="../../css/img/kitagata_Language.png" alt="翻訳" />-->
|
75
|
|
- <div id="google_translate_element"></div>
|
76
|
|
- <script type="text/javascript">
|
77
|
|
- function googleTranslateElementInit() {
|
78
|
|
- new google.translate.TranslateElement({
|
79
|
|
- pageLanguage: 'ja',
|
80
|
|
- layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
81
|
|
- }, 'google_translate_element');
|
82
|
|
- }
|
83
|
|
- </script>
|
84
|
|
- <script type="text/javascript"
|
85
|
|
- src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
86
|
|
- </div>
|
87
|
|
- </article>
|
88
|
|
- <div id="claer">
|
89
|
|
- </div>
|
90
|
|
- </div>
|
91
|
|
- </section>
|
92
|
|
-
|
93
|
|
- <!--ヘッダーデータ-->
|
94
|
|
- <header>
|
95
|
|
- <div id="header" class="gothic">
|
96
|
|
- <a href="../../index.html"><img src="../../css/img/header_emblem.png" width="200px"
|
97
|
|
- height="260px"/></a>
|
98
|
|
- <div id="h_block_1">
|
99
|
|
- <div class="h_line">
|
100
|
|
- </div>
|
101
|
|
- <article class="h_text_l">
|
102
|
|
- <a class="h_link" href="../../second/living.html"><span class="h_text">くらしの情報</span></a>
|
103
|
|
- </article>
|
104
|
|
- <article class="h_text_l">
|
105
|
|
- <a class="h_link" href="../../second/tourism.html"><span class="h_text">観光</span></a>
|
|
57
|
+ <!--セクション サイトマップ-->
|
|
58
|
+ <article id="sitemap">
|
|
59
|
+ <div id="sitemap_img">
|
|
60
|
+ <a href="../../second/sitemap.html"><img src="../../css/img/kitagata_sitemap.png"
|
|
61
|
+ alt="サイトマップ" /></a>
|
|
62
|
+ </div>
|
106
|
63
|
</article>
|
107
|
|
- <article class="h_text_l">
|
108
|
|
- <a class="h_link" href="../../second/business.html"><span class="h_text">事業者向け情報</span></a>
|
|
64
|
+ <!--セクション お問い合わせ-->
|
|
65
|
+ <article id="contact">
|
|
66
|
+ <div id="contact_img">
|
|
67
|
+ <a href="../../third/town_admini_info/administrative_organization_chart.html"><img
|
|
68
|
+ src="../../css/img/kitagata_support.png" alt="お問い合わせはこちらから" /></a>
|
|
69
|
+ </div>
|
109
|
70
|
</article>
|
110
|
|
- <article class="h_text_l">
|
111
|
|
- <a class="h_link" href="../../second/town_admini_info.html"><span class="h_text">町政情報</span></a>
|
|
71
|
+ <!--セクション 翻訳-->
|
|
72
|
+ <article id="translation">
|
|
73
|
+ <div id="translation_img">
|
|
74
|
+ <!--<img src="../../css/img/kitagata_Language.png" alt="翻訳" />-->
|
|
75
|
+ <div id="google_translate_element"></div>
|
|
76
|
+ <script type="text/javascript">
|
|
77
|
+ function googleTranslateElementInit() {
|
|
78
|
+ new google.translate.TranslateElement({
|
|
79
|
+ pageLanguage: 'ja',
|
|
80
|
+ layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
|
81
|
+ }, 'google_translate_element');
|
|
82
|
+ }
|
|
83
|
+ </script>
|
|
84
|
+ <script type="text/javascript"
|
|
85
|
+ src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
|
86
|
+ </div>
|
112
|
87
|
</article>
|
|
88
|
+ <div id="claer">
|
|
89
|
+ </div>
|
113
|
90
|
</div>
|
114
|
|
- <div id="h_block_search">
|
115
|
|
- <div class="h_line"></div>
|
116
|
|
- <article class="h_search">
|
117
|
|
- <div class="space10"></div>
|
118
|
|
- <form action="http://www.google.com/search">
|
119
|
|
- <input type="hidden" name="hl" value="ja"/>
|
120
|
|
- <input type="hidden" name="ie" value="UTF-8">
|
121
|
|
- <input type="hidden" name="oe" value="UTF-8">
|
122
|
|
- <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch"/>
|
123
|
|
- <input type="text" name="q" size="16" maxlength="256" value=""/>
|
124
|
|
- <input type="submit" name="btnG" value="検索"/>
|
125
|
|
- </form>
|
126
|
|
- </article>
|
|
91
|
+ </section>
|
|
92
|
+
|
|
93
|
+ <!--ヘッダーデータ-->
|
|
94
|
+ <header>
|
|
95
|
+ <div id="header" class="gothic">
|
|
96
|
+ <a href="../../index.html"><img src="../../css/img/header_emblem.png" width="200px"
|
|
97
|
+ height="260px" /></a>
|
|
98
|
+ <div id="h_block_1">
|
|
99
|
+ <div class="h_line">
|
|
100
|
+ </div>
|
|
101
|
+ <article class="h_text_l">
|
|
102
|
+ <a class="h_link" href="../../second/living.html"><span class="h_text">くらしの情報</span></a>
|
|
103
|
+ </article>
|
|
104
|
+ <article class="h_text_l">
|
|
105
|
+ <a class="h_link" href="../../second/tourism.html"><span class="h_text">観光</span></a>
|
|
106
|
+ </article>
|
|
107
|
+ <article class="h_text_l">
|
|
108
|
+ <a class="h_link" href="../../second/business.html"><span class="h_text">事業者向け情報</span></a>
|
|
109
|
+ </article>
|
|
110
|
+ <article class="h_text_l">
|
|
111
|
+ <a class="h_link" href="../../second/town_admini_info.html"><span class="h_text">町政情報</span></a>
|
|
112
|
+ </article>
|
|
113
|
+ </div>
|
|
114
|
+ <div id="h_block_search">
|
|
115
|
+ <div class="h_line"></div>
|
|
116
|
+ <article class="h_search">
|
|
117
|
+ <div class="space10"></div>
|
|
118
|
+ <form action="http://www.google.com/search">
|
|
119
|
+ <input type="hidden" name="hl" value="ja" />
|
|
120
|
+ <input type="hidden" name="ie" value="UTF-8">
|
|
121
|
+ <input type="hidden" name="oe" value="UTF-8">
|
|
122
|
+ <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch" />
|
|
123
|
+ <input type="text" name="q" size="16" maxlength="256" value="" />
|
|
124
|
+ <input type="submit" name="btnG" value="検索" />
|
|
125
|
+ </form>
|
|
126
|
+ </article>
|
|
127
|
+ </div>
|
127
|
128
|
</div>
|
128
|
|
- </div>
|
129
|
|
- </header>
|
130
|
|
-
|
131
|
|
- <div id="third_body">
|
132
|
|
- <!--セクション template-->
|
133
|
|
- <section id="template">
|
134
|
|
- <article id="breadcrumb2">
|
135
|
|
- <div id="breadcrumb_title2">
|
136
|
|
- <div id="breadcrumb_title_block2">
|
|
129
|
+ </header>
|
|
130
|
+
|
|
131
|
+ <div id="third_body">
|
|
132
|
+ <!--セクション template-->
|
|
133
|
+ <section id="template">
|
|
134
|
+ <article id="breadcrumb2">
|
|
135
|
+ <div id="breadcrumb_title2">
|
|
136
|
+ <div id="breadcrumb_title_block2">
|
137
|
137
|
<span id="breadcrumb_title"><a href="../../index.html">トップ</a>><a
|
138
|
138
|
href="../../second/Notices.html">お知らせ</a>>北方町立保育園における公私連携保育法人を募集します
|
139
|
139
|
|
|
140
|
+ </div>
|
|
141
|
+ </article>
|
|
142
|
+ <article id="template">
|
|
143
|
+ <div id="template_title" class="gothic">
|
|
144
|
+ <div id="template_title_block">
|
|
145
|
+ <span id="template_title" style="font-size: 17px">北方町立保育園における公私連携保育法人を募集します
|
|
146
|
+ </span>
|
|
147
|
+ </div>
|
140
|
148
|
</div>
|
141
|
|
- </article>
|
142
|
|
- <article id="template">
|
143
|
|
- <div id="template_title" class="gothic">
|
144
|
|
- <div id="template_title_block">
|
145
|
|
- <span id="template_title"
|
146
|
|
- style="font-size: 17px">北方町立保育園における公私連携保育法人を募集します
|
147
|
|
-</span>
|
148
|
|
- </div>
|
149
|
|
- </div>
|
150
|
|
- <span id="template_article_block">
|
|
149
|
+ <span id="template_article_block">
|
151
|
150
|
北方町立保育園民営化及び統廃合計画に基づき、北方町立保育園のうち、北方東保育園及び北方南保育園における公私連携保育法人を募集します。<br><br>
|
152
|
|
- ●対象施設:北方町立北方東保育園<br>
|
153
|
|
- 北方町立北方南保育園<br>
|
154
|
|
-●開園予定日:北方東保育園は、令和7年4月1日から<br>
|
155
|
|
- 北方南保育園は、令和9年4月1日から<br>
|
156
|
|
-●募集期間:令和3年6月3日(木)から令和3年8月2日(月)<br>
|
157
|
|
- </span>
|
158
|
|
- </article>
|
|
151
|
+ ●対象施設:北方町立北方東保育園<br>
|
|
152
|
+ 北方町立北方南保育園<br>
|
|
153
|
+ ●開園予定日:北方東保育園は、令和7年4月1日から<br>
|
|
154
|
+ 北方南保育園は、令和9年4月1日から<br>
|
|
155
|
+ ●募集期間:令和3年6月3日(木)から令和3年8月2日(月)<br>
|
|
156
|
+ </span>
|
|
157
|
+ </article>
|
159
|
158
|
|
160
|
|
- <article id="template">
|
161
|
|
- <div id="template_title2" class="gothic">
|
162
|
|
- <div id="template_title_block">
|
163
|
|
- <span id="template_title2">【1.募集内容の詳細について】</span>
|
|
159
|
+ <article id="template">
|
|
160
|
+ <div id="template_title2" class="gothic">
|
|
161
|
+ <div id="template_title_block">
|
|
162
|
+ <span id="template_title2">【1.募集内容の詳細について】</span>
|
|
163
|
+ </div>
|
164
|
164
|
</div>
|
165
|
|
- </div>
|
166
|
|
- <span id="template_article_block">
|
167
|
|
- <a href="../../fourth/notices/292_20210523_1.pdf" target="_blank"> ・北方町公私連携保育法人募集要項(PDF)</a><br>
|
168
|
|
-<a target="_blank" href="../../fourth/notices/292_20210523_2.pdf">・北方町公私連携保育法人候補者 選考方法基準(PDF)</a><br>
|
169
|
|
-<a target="_blank" href="../../fourth/notices/292_20210523_3.pdf">・北方町公私連携保育法人の指定に関する要綱(PDF)</a><br>
|
170
|
|
-<a target="_blank" href="../../fourth/notices/292_20210523_4.pdf">・北方町立保育園民営化及び統廃合計画(PDF)</a><br>
|
|
165
|
+ <span id="template_article_block">
|
|
166
|
+ <a href="../../fourth/notices/292_20210523_1.pdf" target="_blank"> ・北方町公私連携保育法人募集要項(PDF)</a><br>
|
|
167
|
+ <a target="_blank"
|
|
168
|
+ href="../../fourth/notices/292_20210523_2.pdf">・北方町公私連携保育法人候補者 選考方法基準(PDF)</a><br>
|
|
169
|
+ <a target="_blank"
|
|
170
|
+ href="../../fourth/notices/292_20210523_3.pdf">・北方町公私連携保育法人の指定に関する要綱(PDF)</a><br>
|
|
171
|
+ <a target="_blank"
|
|
172
|
+ href="../../fourth/notices/292_20210523_4.pdf">・北方町立保育園民営化及び統廃合計画(PDF)</a><br>
|
171
|
173
|
</span>
|
172
|
|
- </article>
|
|
174
|
+ </article>
|
173
|
175
|
|
174
|
|
- <article id="template">
|
175
|
|
- <div id="template_title2" class="gothic">
|
176
|
|
- <div id="template_title_block">
|
177
|
|
- <span id="template_title2">【2.指定申請書等】</span>
|
|
176
|
+ <article id="template">
|
|
177
|
+ <div id="template_title2" class="gothic">
|
|
178
|
+ <div id="template_title_block">
|
|
179
|
+ <span id="template_title2">【2.指定申請書等】</span>
|
|
180
|
+ </div>
|
178
|
181
|
</div>
|
179
|
|
- </div>
|
180
|
|
- <span id="template_article_block">
|
|
182
|
+ <span id="template_article_block">
|
181
|
183
|
●指定申請書及び添付書類様式<br>
|
182
|
|
-<a href="../../fourth/notices/292_20210523_5.doc">・北方町公私連携保育法人指定申請書(doc)</a><br>
|
183
|
|
-<a href="../../fourth/notices/292_20210523_6.xls">・別添1 職員計画書(xls)</a><br>
|
184
|
|
-<a href="../../fourth/notices/292_20210523_7.xls">・別添2 職員体制調書(xls)</a><br>
|
185
|
|
-<a href="../../fourth/notices/292_20210523_8.doc">・別添3 施設長予定者の経歴書(doc)</a><br>
|
186
|
|
-<a href="../../fourth/notices/292_20210523_9.doc">・別添4 保育計画書(doc)</a><br>
|
187
|
|
-<a href="../../fourth/notices/292_20210523_10.doc">・別添5 公私連携保育法人の指定申請に係る誓約書(doc)</a><br>
|
188
|
|
-<a href="../../fourth/notices/292_20210523_11.doc">・別添6 保育所監査指摘事項調書(doc)</a><br>
|
189
|
|
-<a href="../../fourth/notices/292_20210523_12.doc">・質問書(doc)</a> ※質問書の提出は7月12日(月)17時締切り<br><br>
|
190
|
|
- ●その他必要書類(任意様式)<br>
|
191
|
|
-正本1部、副本としてモノクロ印刷で23部<br>
|
192
|
|
-・法人に関する調書(法人の概要説明書、現況報告書、事業報告書など)<br>
|
193
|
|
-・就業規則・給与規定(退職手当含む)・給与表<br>
|
194
|
|
-・理事・監事の履歴書<br>
|
195
|
|
-・法人の決算関係財務諸表(直近の過去3年度分)<br>
|
196
|
|
-・所管庁の法人指導監査結果報告書及び認可保育所等を運営している法人にあっては、当該認可保育所等の指導監査結果報告書(直近の過去3年度分)※別添6に併せて提出<br>
|
197
|
|
-・法人の当年度予算書<br>
|
198
|
|
-・移管保育園の予算見込書(各園の開園年度)<br>
|
199
|
|
-・資金計画書(既設の法人にあっては運用財産にかかる資金計画が、新設の法人にあっては、基本財産、運用財産にかかる資金計画がそれぞれ明記されたもので様式は問わない。)<br>
|
200
|
|
-・園舎、園庭等の配置計画図<br>
|
201
|
|
-・現在運営する施設のパンフレットなど<br>
|
202
|
|
-各1部(正本1部、副本1部)<br>
|
203
|
|
-・法人登記簿の写し<br>
|
204
|
|
-・定款の写し<br>
|
205
|
|
-・年間運営費の12分の1以上を確保するにあたって、その資金を証する書(残高証明など)<br>
|
206
|
|
-・法人市町村民税を完納した旨を明記した証明書又は法人市町村民税のないことを証明す
|
207
|
|
-る書類(申告書の写しなど)<br>
|
208
|
|
-<br>
|
209
|
|
-※上記の申請書等の作成及び提出に関する費用は、申請者の負担となります。<br>
|
210
|
|
-※提出された申請書等の書類は返却しません。<br>
|
|
184
|
+ <a href="../../fourth/notices/292_20210523_5.doc">・北方町公私連携保育法人指定申請書(doc)</a><br>
|
|
185
|
+ <a href="../../fourth/notices/292_20210523_6.xls">・別添1 職員計画書(xls)</a><br>
|
|
186
|
+ <a href="../../fourth/notices/292_20210523_7.xls">・別添2 職員体制調書(xls)</a><br>
|
|
187
|
+ <a href="../../fourth/notices/292_20210523_8.doc">・別添3 施設長予定者の経歴書(doc)</a><br>
|
|
188
|
+ <a href="../../fourth/notices/292_20210523_9.doc">・別添4 保育計画書(doc)</a><br>
|
|
189
|
+ <a href="../../fourth/notices/292_20210523_10.doc">・別添5 公私連携保育法人の指定申請に係る誓約書(doc)</a><br>
|
|
190
|
+ <a href="../../fourth/notices/292_20210523_11.doc">・別添6 保育所監査指摘事項調書(doc)</a><br>
|
|
191
|
+ <a href="../../fourth/notices/292_20210523_12.doc">・質問書(doc)</a> ※質問書の提出は7月12日(月)17時締切り<br><br>
|
|
192
|
+ ●その他必要書類(任意様式)<br>
|
|
193
|
+ 正本1部、副本としてモノクロ印刷で23部<br>
|
|
194
|
+ ・法人に関する調書(法人の概要説明書、現況報告書、事業報告書など)<br>
|
|
195
|
+ ・就業規則・給与規定(退職手当含む)・給与表<br>
|
|
196
|
+ ・理事・監事の履歴書<br>
|
|
197
|
+ ・法人の決算関係財務諸表(直近の過去3年度分)<br>
|
|
198
|
+ ・所管庁の法人指導監査結果報告書及び認可保育所等を運営している法人にあっては、当該認可保育所等の指導監査結果報告書(直近の過去3年度分)※別添6に併せて提出<br>
|
|
199
|
+ ・法人の当年度予算書<br>
|
|
200
|
+ ・移管保育園の予算見込書(各園の開園年度)<br>
|
|
201
|
+ ・資金計画書(既設の法人にあっては運用財産にかかる資金計画が、新設の法人にあっては、基本財産、運用財産にかかる資金計画がそれぞれ明記されたもので様式は問わない。)<br>
|
|
202
|
+ ・園舎、園庭等の配置計画図<br>
|
|
203
|
+ ・現在運営する施設のパンフレットなど<br>
|
|
204
|
+ 各1部(正本1部、副本1部)<br>
|
|
205
|
+ ・法人登記簿の写し<br>
|
|
206
|
+ ・定款の写し<br>
|
|
207
|
+ ・年間運営費の12分の1以上を確保するにあたって、その資金を証する書(残高証明など)<br>
|
|
208
|
+ ・法人市町村民税を完納した旨を明記した証明書又は法人市町村民税のないことを証明す
|
|
209
|
+ る書類(申告書の写しなど)<br>
|
|
210
|
+ <br>
|
|
211
|
+ ※上記の申請書等の作成及び提出に関する費用は、申請者の負担となります。<br>
|
|
212
|
+ ※提出された申請書等の書類は返却しません。<br>
|
211
|
213
|
|
212
|
214
|
|
213
|
215
|
</span>
|
214
|
|
- </article>
|
|
216
|
+ </article>
|
215
|
217
|
|
216
|
|
- <article id="template">
|
217
|
|
- <div id="template_title2" class="gothic">
|
218
|
|
- <div id="template_title_block">
|
219
|
|
- <span id="template_title2">【3.質問に対する回答について】</span>
|
|
218
|
+ <article id="template">
|
|
219
|
+ <div id="template_title2" class="gothic">
|
|
220
|
+ <div id="template_title_block">
|
|
221
|
+ <span id="template_title2">【3.質問に対する回答について】</span>
|
|
222
|
+ </div>
|
220
|
223
|
</div>
|
221
|
|
- </div>
|
222
|
|
- <span id="template_article_block">
|
223
|
|
- 提出された質問に対する回答は提出がありましたら、後日掲載します。
|
224
|
|
- </span>
|
225
|
|
- </article>
|
|
224
|
+ <span id="template_article_block">
|
|
225
|
+ <a href="../../fourth/notices/292_20210523_13.pdf" target="_blank">質問についての回答(PDF)</a>
|
|
226
|
+ </span>
|
|
227
|
+ </article>
|
226
|
228
|
|
227
|
|
- </section>
|
228
|
|
- </div>
|
|
229
|
+ </section>
|
|
230
|
+ </div>
|
229
|
231
|
|
230
|
|
- <footer>
|
231
|
|
- <img src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町"/><br/>
|
232
|
|
- <p class="footer_text"><a href="../../second/Copyright_and_link.html">リンクと著作権</a>|<a
|
233
|
|
- href="../../second/Privacy_policy.html">個人情報保護指針</a>|<a
|
234
|
|
- href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a></p>
|
235
|
|
- </footer>
|
|
232
|
+ <footer>
|
|
233
|
+ <img src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町" /><br />
|
|
234
|
+ <p class="footer_text"><a href="../../second/Copyright_and_link.html">リンクと著作権</a>|<a
|
|
235
|
+ href="../../second/Privacy_policy.html">個人情報保護指針</a>|<a
|
|
236
|
+ href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a></p>
|
|
237
|
+ </footer>
|
236
|
238
|
|
237
|
239
|
|
238
|
|
-</div>
|
239
|
|
-<img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?092_20151210" height="1"
|
240
|
|
- width="1"/>
|
|
240
|
+ </div>
|
|
241
|
+ <img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?092_20151210" height="1"
|
|
242
|
+ width="1" />
|
241
|
243
|
</body>
|
242
|
244
|
|
243
|
|
-</html>
|
|
245
|
+</html>
|