|
@@ -172,34 +172,31 @@
|
172
|
172
|
</div>
|
173
|
173
|
</header>
|
174
|
174
|
|
175
|
|
- <!--セクション 操作-->
|
176
|
|
- <section id="operation">
|
177
|
|
- <!--セクション 住所-->
|
178
|
|
- <article id="address">
|
179
|
|
- <address id="operation_add">
|
180
|
|
- <span>北方町役場</span><span> 〒501-0492</span><span> 岐阜県本巣郡北方町長谷川1丁目1番地</span><span>
|
181
|
|
- TEL:058-323-1111(代)</span>
|
182
|
|
- </address>
|
183
|
|
- </article>
|
184
|
|
- <div id="controle_panel">
|
185
|
|
- <!--セクション 背景色-->
|
186
|
|
- <article id="bgcolor">
|
187
|
|
- <img src="../../css/img/013.png" alt="背景色変更ボックス" />
|
188
|
|
- <div id="bgcolor_img">
|
189
|
|
- <input id="button1" width="29px" height="28px" value=" " alt=" " type="image"
|
190
|
|
- onClick="setBackground3(1)">
|
191
|
|
- <input id="button2" width="29px" height="28px" value=" " alt=" " type="image"
|
192
|
|
- onClick="setBackground3(2)">
|
193
|
|
- <input id="button3" width="29px" height="28px" value=" " alt=" " type="image"
|
194
|
|
- onClick="setBackground3(3)">
|
195
|
|
- </div>
|
196
|
|
- <script>
|
197
|
|
- getBackgNumber3();
|
198
|
|
- </script>
|
199
|
|
- </article>
|
|
175
|
+ <!--セクション 操作-->
|
|
176
|
+ <section id="operation">
|
|
177
|
+ <!--セクション 住所-->
|
|
178
|
+ <article id="address">
|
|
179
|
+ <address id="operation_add">
|
|
180
|
+ <span>北方町役場</span><span> 〒501-0492</span><span> 岐阜県本巣郡北方町長谷川1丁目1番地</span><span>
|
|
181
|
+ TEL:058-323-1111(代)</span>
|
|
182
|
+ </address>
|
|
183
|
+ </article>
|
|
184
|
+ <div id="controle_panel">
|
|
185
|
+ <!--セクション 背景色-->
|
|
186
|
+ <article id="bgcolor">
|
|
187
|
+ <img src="../../css/img/013.png" alt="背景色変更ボックス" />
|
|
188
|
+ <div id="bgcolor_img">
|
|
189
|
+ <input id="button1" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(1)">
|
|
190
|
+ <input id="button2" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(2)">
|
|
191
|
+ <input id="button3" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(3)">
|
|
192
|
+ </div>
|
|
193
|
+ <script>
|
|
194
|
+ getBackgNumber3();
|
|
195
|
+ </script>
|
|
196
|
+ </article>
|
200
|
197
|
|
201
|
|
- <!--セクション 文字サイズ-->
|
202
|
|
- <!--<article id="charsize" >
|
|
198
|
+ <!--セクション 文字サイズ-->
|
|
199
|
+ <!--<article id="charsize" >
|
203
|
200
|
<img src="../../css/img/008.png" alt="文字サイズ変更ボックス" />
|
204
|
201
|
<div id="charsize_img">
|
205
|
202
|
<img src="../../css/img/005.png" alt="文字大きさ変更、小さい" />
|
|
@@ -208,163 +205,176 @@
|
208
|
205
|
</div>
|
209
|
206
|
</article>-->
|
210
|
207
|
|
211
|
|
- <!--セクション サイトマップ-->
|
212
|
|
- <article id="sitemap">
|
213
|
|
- <div id="sitemap_img">
|
214
|
|
- <a href="../../second/sitemap.html"><img src="../../css/img/kitagata_sitemap.png" alt="サイトマップ" /></a>
|
215
|
|
- </div>
|
216
|
|
- </article>
|
217
|
|
- <!--セクション お問い合わせ-->
|
218
|
|
- <article id="contact">
|
219
|
|
- <div id="contact_img">
|
220
|
|
- <a href="../../third/town_admini_info/administrative_organization_chart.html"><img
|
221
|
|
- src="../../css/img/kitagata_support.png" alt="お問い合わせはこちらから" /></a>
|
222
|
|
- </div>
|
223
|
|
- </article>
|
224
|
|
- <!--セクション 翻訳-->
|
225
|
|
- <article id="translation">
|
226
|
|
- <div id="translation_img">
|
227
|
|
- <!--<img src="../../css/img/kitagata_Language.png" alt="翻訳" />-->
|
228
|
|
- <div id="google_translate_element"></div>
|
229
|
|
- </div>
|
230
|
|
- </article>
|
231
|
|
- <div id="claer">
|
232
|
|
- </div>
|
|
208
|
+ <!--セクション サイトマップ-->
|
|
209
|
+ <article id="sitemap">
|
|
210
|
+ <div id="sitemap_img">
|
|
211
|
+ <a href="../../second/sitemap.html"><img src="../../css/img/kitagata_sitemap.png" alt="サイトマップ" /></a>
|
233
|
212
|
</div>
|
234
|
|
- </section>
|
|
213
|
+ </article>
|
|
214
|
+ <!--セクション お問い合わせ-->
|
|
215
|
+ <article id="contact">
|
|
216
|
+ <div id="contact_img">
|
|
217
|
+ <a href="../../third/town_admini_info/administrative_organization_chart.html"><img
|
|
218
|
+ src="../../css/img/kitagata_support.png" alt="お問い合わせはこちらから" /></a>
|
|
219
|
+ </div>
|
|
220
|
+ </article>
|
|
221
|
+ <!--セクション 翻訳-->
|
|
222
|
+ <article id="translation">
|
|
223
|
+ <div id="translation_img">
|
|
224
|
+ <!--<img src="../../css/img/kitagata_Language.png" alt="翻訳" />-->
|
|
225
|
+ <div id="google_translate_element"></div>
|
|
226
|
+ </div>
|
|
227
|
+ </article>
|
|
228
|
+ <div id="claer">
|
|
229
|
+ </div>
|
|
230
|
+ </div>
|
|
231
|
+ </section>
|
235
|
232
|
|
236
|
|
- <!--ヘッダーデータ-->
|
237
|
|
- <header>
|
238
|
|
- <div id="header" class="gothic">
|
239
|
|
- <a href="../../index.html"><img src="../../css/img/header_emblem.png" width="200px" height="260px" /></a>
|
240
|
|
- <div id="h_block_1">
|
241
|
|
- <div class="h_line">
|
242
|
|
- </div>
|
243
|
|
- <article class="h_text_l">
|
244
|
|
- <a class="h_link" href="../../second/living.html"><span class="h_text">くらしの情報</span></a>
|
245
|
|
- </article>
|
246
|
|
- <article class="h_text_l">
|
247
|
|
- <a class="h_link" href="../../second/tourism.html"><span class="h_text">観光</span></a>
|
248
|
|
- </article>
|
249
|
|
- <article class="h_text_l">
|
250
|
|
- <a class="h_link" href="../../second/business.html"><span class="h_text">事業者向け情報</span></a>
|
251
|
|
- </article>
|
252
|
|
- <article class="h_text_l">
|
253
|
|
- <a class="h_link" href="../../second/town_admini_info.html"><span class="h_text">町政情報</span></a>
|
254
|
|
- </article>
|
|
233
|
+ <!--ヘッダーデータ-->
|
|
234
|
+ <header>
|
|
235
|
+ <div id="header" class="gothic">
|
|
236
|
+ <a href="../../index.html"><img src="../../css/img/header_emblem.png" width="200px" height="260px" /></a>
|
|
237
|
+ <div id="h_block_1">
|
|
238
|
+ <div class="h_line">
|
|
239
|
+ </div>
|
|
240
|
+ <article class="h_text_l">
|
|
241
|
+ <a class="h_link" href="../../second/living.html"><span class="h_text">くらしの情報</span></a>
|
|
242
|
+ </article>
|
|
243
|
+ <article class="h_text_l">
|
|
244
|
+ <a class="h_link" href="../../second/tourism.html"><span class="h_text">観光</span></a>
|
|
245
|
+ </article>
|
|
246
|
+ <article class="h_text_l">
|
|
247
|
+ <a class="h_link" href="../../second/business.html"><span class="h_text">事業者向け情報</span></a>
|
|
248
|
+ </article>
|
|
249
|
+ <article class="h_text_l">
|
|
250
|
+ <a class="h_link" href="../../second/town_admini_info.html"><span class="h_text">町政情報</span></a>
|
|
251
|
+ </article>
|
|
252
|
+ </div>
|
|
253
|
+ <div id="h_block_search">
|
|
254
|
+ <div class="h_line"></div>
|
|
255
|
+ <article class="h_search">
|
|
256
|
+ <div class="space10"></div>
|
|
257
|
+ <form action="http://www.google.com/search">
|
|
258
|
+ <input type="hidden" name="hl" value="ja" />
|
|
259
|
+ <input type="hidden" name="ie" value="UTF-8">
|
|
260
|
+ <input type="hidden" name="oe" value="UTF-8">
|
|
261
|
+ <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch" />
|
|
262
|
+ <input type="text" name="q" size="16" maxlength="256" value="" />
|
|
263
|
+ <input type="submit" name="btnG" value="検索" />
|
|
264
|
+ </form>
|
|
265
|
+ </article>
|
|
266
|
+ </div>
|
|
267
|
+ </div>
|
|
268
|
+ </header>
|
|
269
|
+
|
|
270
|
+ <div id="third_body">
|
|
271
|
+ <!--セクション template-->
|
|
272
|
+ <section id="template">
|
|
273
|
+ <article id="breadcrumb">
|
|
274
|
+ <div id="breadcrumb_title">
|
|
275
|
+ <div id="breadcrumb_title_block">
|
|
276
|
+ <span id="breadcrumb_title"><a href="../../index.html">トップ</a>><a
|
|
277
|
+ href="../../second/town_admini_info.html">町政情報</a>><a
|
|
278
|
+ href="../../third/town_admini_info/audit.html">監査</a>><a
|
|
279
|
+ href="../../fourth/audit/Results_of_audits.html">監査等の結果</a>>行政監査の結果</span>
|
255
|
280
|
</div>
|
256
|
|
- <div id="h_block_search">
|
257
|
|
- <div class="h_line"></div>
|
258
|
|
- <article class="h_search">
|
259
|
|
- <div class="space10"></div>
|
260
|
|
- <form action="http://www.google.com/search">
|
261
|
|
- <input type="hidden" name="hl" value="ja" />
|
262
|
|
- <input type="hidden" name="ie" value="UTF-8">
|
263
|
|
- <input type="hidden" name="oe" value="UTF-8">
|
264
|
|
- <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch" />
|
265
|
|
- <input type="text" name="q" size="16" maxlength="256" value="" />
|
266
|
|
- <input type="submit" name="btnG" value="検索" />
|
267
|
|
- </form>
|
268
|
|
- </article>
|
|
281
|
+ </div>
|
|
282
|
+ </article>
|
|
283
|
+ <article id="template">
|
|
284
|
+ <div id="template_title" class="gothic">
|
|
285
|
+ <div id="template_title_block">
|
|
286
|
+ <span id="template_title">行政監査の結果</span>
|
269
|
287
|
</div>
|
270
|
288
|
</div>
|
271
|
|
- </header>
|
272
|
|
-
|
273
|
|
- <div id="third_body">
|
274
|
|
- <!--セクション template-->
|
275
|
|
- <section id="template">
|
276
|
|
- <article id="breadcrumb">
|
277
|
|
- <div id="breadcrumb_title">
|
278
|
|
- <div id="breadcrumb_title_block">
|
279
|
|
- <span id="breadcrumb_title"><a href="../../index.html">トップ</a>><a
|
280
|
|
- href="../../second/town_admini_info.html">町政情報</a>><a
|
281
|
|
- href="../../third/town_admini_info/audit.html">監査</a>><a
|
282
|
|
- href="../../fourth/audit/Results_of_audits.html">監査等の結果</a>>行政監査の結果</span>
|
283
|
|
- </div>
|
284
|
|
- </div>
|
285
|
|
- </article>
|
286
|
|
- <article id="template">
|
287
|
|
- <div id="template_title" class="gothic">
|
288
|
|
- <div id="template_title_block">
|
289
|
|
- <span id="template_title">行政監査の結果</span>
|
290
|
|
- </div>
|
291
|
|
- </div>
|
292
|
|
- </article>
|
|
289
|
+ </article>
|
293
|
290
|
|
294
|
|
- <article id="template_list_title">
|
295
|
|
- <div id="template_title2" class="gothic">
|
296
|
|
- <div id="template_title_block">
|
297
|
|
- <span id="template_title2">令和3年度</span>
|
298
|
|
- </div>
|
299
|
|
- </div>
|
300
|
|
- <span id="template_article_block">
|
301
|
|
- <ul>
|
302
|
|
- <li><a href="../../css/pdf/audit/Administrative_audit_results_20211006.pdf"
|
303
|
|
- target="_blank">行政監査 令和3年10月6日実施分(PDF)</a></li>
|
304
|
|
- </ul>
|
305
|
|
- </span>
|
306
|
|
- </article>
|
307
|
|
-
|
308
|
|
- <article id="template_list_title">
|
309
|
|
- <div id="template_title2" class="gothic">
|
310
|
|
- <div id="template_title_block">
|
311
|
|
- <span id="template_title2">令和2年度</span>
|
312
|
|
- </div>
|
313
|
|
- </div>
|
314
|
|
- <span id="template_article_block">
|
315
|
|
- <ul>
|
316
|
|
- <li><a href="../../css/pdf/audit/Administrative_audit_results_20201007.pdf"
|
317
|
|
- target="_blank">行政監査 令和2年10月7日実施分(PDF)</a></li>
|
318
|
|
- </ul>
|
319
|
|
- </span>
|
320
|
|
- </article>
|
321
|
|
-
|
322
|
|
- <article id="template_list_title">
|
323
|
|
- <div id="template_title2" class="gothic">
|
324
|
|
- <div id="template_title_block">
|
325
|
|
- <span id="template_title2">平成31年度・令和元年度</span>
|
326
|
|
- </div>
|
327
|
|
- </div>
|
328
|
|
- <span id="template_article_block">
|
329
|
|
- <ul>
|
330
|
|
- <li><a href="../../css/pdf/audit/Administrative_audit_results_20191010.pdf"
|
331
|
|
- target="_blank">行政監査 令和元年10月10日実施分(PDF)</a></li>
|
332
|
|
- </ul>
|
333
|
|
- </span>
|
334
|
|
- </article>
|
335
|
|
- </section>
|
336
|
|
- </div>
|
|
291
|
+ <article id="template_list_title">
|
|
292
|
+ <div id="template_title2" class="gothic">
|
|
293
|
+ <div id="template_title_block">
|
|
294
|
+ <span id="template_title2">令和4年度</span>
|
|
295
|
+ </div>
|
|
296
|
+ </div>
|
|
297
|
+ <span id="template_article_block">
|
|
298
|
+ <ul>
|
|
299
|
+ <li><a href="../../css/pdf/audit/Administrative_audit_results_20221005.pdf"
|
|
300
|
+ target="_blank">行政監査 令和4年10月5日実施分(PDF)</a></li>
|
|
301
|
+ </ul>
|
|
302
|
+ </span>
|
|
303
|
+ </article>
|
337
|
304
|
|
|
305
|
+ <article id="template_list_title">
|
|
306
|
+ <div id="template_title2" class="gothic">
|
|
307
|
+ <div id="template_title_block">
|
|
308
|
+ <span id="template_title2">令和3年度</span>
|
|
309
|
+ </div>
|
|
310
|
+ </div>
|
|
311
|
+ <span id="template_article_block">
|
|
312
|
+ <ul>
|
|
313
|
+ <li><a href="../../css/pdf/audit/Administrative_audit_results_20211006.pdf"
|
|
314
|
+ target="_blank">行政監査 令和3年10月6日実施分(PDF)</a></li>
|
|
315
|
+ </ul>
|
|
316
|
+ </span>
|
|
317
|
+ </article>
|
338
|
318
|
|
339
|
|
- <footer>
|
340
|
|
- <img class="footer_img" src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町" />
|
341
|
|
- <div class="footer_mobile">
|
342
|
|
- <div class="footer_mobile_title">
|
343
|
|
- <img class="footerImg__logo" src="../../image/logo_kitagata_green_S.png" alt="北方町役場" width="37px">
|
344
|
|
- <h1 class="footerMobile__text">北方町役場</h1>
|
|
319
|
+ <article id="template_list_title">
|
|
320
|
+ <div id="template_title2" class="gothic">
|
|
321
|
+ <div id="template_title_block">
|
|
322
|
+ <span id="template_title2">令和2年度</span>
|
345
|
323
|
</div>
|
346
|
|
- <div class="footer_mobile_address">
|
347
|
|
- <span class="footerTextWrap__text">
|
348
|
|
- 〒501-0492 岐阜県本巣郡北方町長谷川1丁目1番地
|
349
|
|
- </span><br>
|
350
|
|
- 電話:058-323-1111(代)<br>
|
351
|
|
- FAX:058-323-2963<br>
|
352
|
|
- 開庁日:8時30分~17時15分<br>
|
353
|
|
- (土・日・祝日、年末年始を除く)<br>
|
|
324
|
+ </div>
|
|
325
|
+ <span id="template_article_block">
|
|
326
|
+ <ul>
|
|
327
|
+ <li><a href="../../css/pdf/audit/Administrative_audit_results_20201007.pdf"
|
|
328
|
+ target="_blank">行政監査 令和2年10月7日実施分(PDF)</a></li>
|
|
329
|
+ </ul>
|
|
330
|
+ </span>
|
|
331
|
+ </article>
|
|
332
|
+
|
|
333
|
+ <article id="template_list_title">
|
|
334
|
+ <div id="template_title2" class="gothic">
|
|
335
|
+ <div id="template_title_block">
|
|
336
|
+ <span id="template_title2">平成31年度・令和元年度</span>
|
354
|
337
|
</div>
|
355
|
338
|
</div>
|
356
|
|
- <br class="sp__brDisplay">
|
357
|
|
- <p class="footer_text">
|
358
|
|
- <a href="../../second/Copyright_and_link.html">リンクと著作権</a>|
|
359
|
|
- <a href="../../second/Privacy_policy.html">個人情報保護指針</a>|
|
360
|
|
- <a href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a>
|
361
|
|
- </p>
|
362
|
|
- </footer>
|
|
339
|
+ <span id="template_article_block">
|
|
340
|
+ <ul>
|
|
341
|
+ <li><a href="../../css/pdf/audit/Administrative_audit_results_20191010.pdf"
|
|
342
|
+ target="_blank">行政監査 令和元年10月10日実施分(PDF)</a></li>
|
|
343
|
+ </ul>
|
|
344
|
+ </span>
|
|
345
|
+ </article>
|
|
346
|
+ </section>
|
|
347
|
+ </div>
|
|
348
|
+
|
363
|
349
|
|
|
350
|
+ <footer>
|
|
351
|
+ <img class="footer_img" src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町" />
|
|
352
|
+ <div class="footer_mobile">
|
|
353
|
+ <div class="footer_mobile_title">
|
|
354
|
+ <img class="footerImg__logo" src="../../image/logo_kitagata_green_S.png" alt="北方町役場" width="37px">
|
|
355
|
+ <h1 class="footerMobile__text">北方町役場</h1>
|
|
356
|
+ </div>
|
|
357
|
+ <div class="footer_mobile_address">
|
|
358
|
+ <span class="footerTextWrap__text">
|
|
359
|
+ 〒501-0492 岐阜県本巣郡北方町長谷川1丁目1番地
|
|
360
|
+ </span><br>
|
|
361
|
+ 電話:058-323-1111(代)<br>
|
|
362
|
+ FAX:058-323-2963<br>
|
|
363
|
+ 開庁日:8時30分~17時15分<br>
|
|
364
|
+ (土・日・祝日、年末年始を除く)<br>
|
|
365
|
+ </div>
|
364
|
366
|
</div>
|
365
|
|
- <img class="cgipageview"
|
366
|
|
- src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?Fiscal_situation_remained" height="1"
|
367
|
|
- width="1" />
|
368
|
|
- </body>
|
|
367
|
+ <br class="sp__brDisplay">
|
|
368
|
+ <p class="footer_text">
|
|
369
|
+ <a href="../../second/Copyright_and_link.html">リンクと著作権</a>|
|
|
370
|
+ <a href="../../second/Privacy_policy.html">個人情報保護指針</a>|
|
|
371
|
+ <a href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a>
|
|
372
|
+ </p>
|
|
373
|
+ </footer>
|
|
374
|
+
|
|
375
|
+ </div>
|
|
376
|
+ <img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?Fiscal_situation_remained"
|
|
377
|
+ height="1" width="1" />
|
|
378
|
+</body>
|
369
|
379
|
|
370
|
|
-</html>
|
|
380
|
+</html>
|