|
@@ -0,0 +1,359 @@
|
|
1
|
+<!doctype html>
|
|
2
|
+<html id="html-back" lang="ja">
|
|
3
|
+
|
|
4
|
+<head>
|
|
5
|
+ <meta charset="utf-8">
|
|
6
|
+ <meta name="viewport" content="width=device-width,initial-scale=1">
|
|
7
|
+ <title>北方町ホームページ</title>
|
|
8
|
+ <link rel="stylesheet" href="../../css/base.css">
|
|
9
|
+ <link rel="stylesheet" href="../../css/second_header.css">
|
|
10
|
+ <link rel="stylesheet" href="../../css/footer.css?ver=20220401">
|
|
11
|
+ <link rel="stylesheet" href="../../css/section.css">
|
|
12
|
+ <link rel="stylesheet" href="../../css/third_template.css">
|
|
13
|
+ <link rel="stylesheet" href="../../css/table.css">
|
|
14
|
+ <link rel="stylesheet" href="../../css/second_header_mobile.css">
|
|
15
|
+ <link rel="stylesheet" href="../../css/footer_mobile.css">
|
|
16
|
+ <link rel="stylesheet" href="../../css/section_mobile.css">
|
|
17
|
+ <link rel="stylesheet" href="../../css/third_template_mobile.css">
|
|
18
|
+ <script src="../../js/operation.js"></script>
|
|
19
|
+ <script src="../../js/menu.js"></script>
|
|
20
|
+ <script src="../../js/accordion.js"></script>
|
|
21
|
+ <meta name="google-translate-customization" content="45643f5d79d6e245-283971e7754d7b90-g905c6e6b6867bf2f-2f">
|
|
22
|
+ </meta>
|
|
23
|
+</head>
|
|
24
|
+
|
|
25
|
+<body id="back">
|
|
26
|
+ <script type="text/javascript">
|
|
27
|
+ function googleTranslateElementInit() {
|
|
28
|
+ new google.translate.TranslateElement({
|
|
29
|
+ pageLanguage: 'ja',
|
|
30
|
+ layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
|
31
|
+ }, 'google_translate_element');
|
|
32
|
+ }
|
|
33
|
+ </script>
|
|
34
|
+ <script type="text/javascript"
|
|
35
|
+ src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
|
36
|
+ <div id="main" class="gothic">
|
|
37
|
+ <!--セクション 操作-->
|
|
38
|
+ <section id="operation">
|
|
39
|
+ <!--セクション 住所-->
|
|
40
|
+ <article id="address">
|
|
41
|
+ <address id="operation_add">
|
|
42
|
+ <span>北方町役場</span><span> 〒501-0492</span><span> 岐阜県本巣郡北方町長谷川1丁目1番地</span><span>
|
|
43
|
+ TEL:058-323-1111(代)</span>
|
|
44
|
+ </address>
|
|
45
|
+ </article>
|
|
46
|
+ <div id="controle_panel">
|
|
47
|
+ <!--セクション 背景色-->
|
|
48
|
+ <article id="bgcolor">
|
|
49
|
+ <img src="../../css/img/013.png" alt="背景色変更ボックス" />
|
|
50
|
+ <div id="bgcolor_img">
|
|
51
|
+ <input type="image" src="../../css/img/010.png" value="1" alt="背景色1番目"
|
|
52
|
+ onClick="setBackground3(1)">
|
|
53
|
+ <input type="image" src="../../css/img/011.png" value="2" alt="背景色2番目"
|
|
54
|
+ onClick="setBackground3(2)">
|
|
55
|
+ <input type="image" src="../../css/img/012.png" value="3" alt="背景色3番目"
|
|
56
|
+ onClick="setBackground3(3)">
|
|
57
|
+ </div>
|
|
58
|
+ </article>
|
|
59
|
+ <!--セクション 文字サイズ-->
|
|
60
|
+ <!--<article id="charsize" >
|
|
61
|
+ <img src="../../css/img/008.png" alt="文字サイズ変更ボックス" />
|
|
62
|
+ <div id="charsize_img">
|
|
63
|
+ <img src="../../css/img/005.png" alt="文字大きさ変更、小さい" />
|
|
64
|
+ <img src="../../css/img/006.png" alt="文字大きさ変更、中間" />
|
|
65
|
+ <img src="../../css/img/007.png" alt="文字大きさ変更、大きい" />
|
|
66
|
+ </div>
|
|
67
|
+ </article>-->
|
|
68
|
+
|
|
69
|
+ <!--セクション サイトマップ-->
|
|
70
|
+ <article id="sitemap">
|
|
71
|
+ <div id="sitemap_img">
|
|
72
|
+ <a href="../../second/sitemap.html"><img src="../../css/img/kitagata_sitemap.png"
|
|
73
|
+ alt="サイトマップ" /></a>
|
|
74
|
+ </div>
|
|
75
|
+ </article>
|
|
76
|
+ <!--セクション お問い合わせ-->
|
|
77
|
+ <article id="contact">
|
|
78
|
+ <div id="contact_img">
|
|
79
|
+ <a href="../../third/town_admini_info/administrative_organization_chart.html"><img
|
|
80
|
+ src="../../css/img/kitagata_support.png" alt="お問い合わせはこちらから" /></a>
|
|
81
|
+ </div>
|
|
82
|
+ </article>
|
|
83
|
+ <!--セクション 翻訳-->
|
|
84
|
+ <article id="translation">
|
|
85
|
+ <div id="translation_img">
|
|
86
|
+ <!--<img src="../../css/img/kitagata_Language.png" alt="翻訳" />-->
|
|
87
|
+ <div id="google_translate_element"></div>
|
|
88
|
+ <script type="text/javascript">
|
|
89
|
+ function googleTranslateElementInit() {
|
|
90
|
+ new google.translate.TranslateElement({
|
|
91
|
+ pageLanguage: 'ja',
|
|
92
|
+ layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
|
93
|
+ }, 'google_translate_element');
|
|
94
|
+ }
|
|
95
|
+ </script>
|
|
96
|
+ <script type="text/javascript"
|
|
97
|
+ src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
|
98
|
+ </div>
|
|
99
|
+ </article>
|
|
100
|
+ <div id="claer">
|
|
101
|
+ </div>
|
|
102
|
+ </div>
|
|
103
|
+ </section>
|
|
104
|
+
|
|
105
|
+ <!--ヘッダーデータ-->
|
|
106
|
+ <header>
|
|
107
|
+ <div id="header" class="gothic">
|
|
108
|
+ <a href="../../index.html"><img src="../../css/img/header_emblem.png" width="200px"
|
|
109
|
+ height="260px" /></a>
|
|
110
|
+ <div id="h_block_1">
|
|
111
|
+ <div class="h_line">
|
|
112
|
+ </div>
|
|
113
|
+ <article class="h_text_l">
|
|
114
|
+ <a class="h_link" href="../../second/living.html"><span class="h_text">くらしの情報</span></a>
|
|
115
|
+ </article>
|
|
116
|
+ <article class="h_text_l">
|
|
117
|
+ <a class="h_link" href="../../second/tourism.html"><span class="h_text">観光</span></a>
|
|
118
|
+ </article>
|
|
119
|
+ <article class="h_text_l">
|
|
120
|
+ <a class="h_link" href="../../second/business.html"><span class="h_text">事業者向け情報</span></a>
|
|
121
|
+ </article>
|
|
122
|
+ <article class="h_text_l">
|
|
123
|
+ <a class="h_link" href="../../second/town_admini_info.html"><span class="h_text">町政情報</span></a>
|
|
124
|
+ </article>
|
|
125
|
+ </div>
|
|
126
|
+ <div id="h_block_search">
|
|
127
|
+ <div class="h_line"></div>
|
|
128
|
+ <article class="h_search">
|
|
129
|
+ <div class="space10"></div>
|
|
130
|
+ <form action="http://www.google.com/search">
|
|
131
|
+ <input type="hidden" name="hl" value="ja" />
|
|
132
|
+ <input type="hidden" name="ie" value="UTF-8">
|
|
133
|
+ <input type="hidden" name="oe" value="UTF-8">
|
|
134
|
+ <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch" />
|
|
135
|
+ <input type="text" name="q" size="16" maxlength="256" value="" />
|
|
136
|
+ <input type="submit" name="btnG" value="検索" />
|
|
137
|
+ </form>
|
|
138
|
+ </article>
|
|
139
|
+ </div>
|
|
140
|
+ </div>
|
|
141
|
+ </header>
|
|
142
|
+
|
|
143
|
+ <!-- mobile header -->
|
|
144
|
+ <header class="header">
|
|
145
|
+ <div class="headerLogo">
|
|
146
|
+ <a href="../../index.html" class="header_link"><img class="headerLogo__image"
|
|
147
|
+ src="../../image/logo_kitagata_green_S.png" alt=""></a>
|
|
148
|
+ </div>
|
|
149
|
+ <div class="headerTitle">
|
|
150
|
+ <a href="../../index.html" class="header_link">
|
|
151
|
+ <h1 class="headerTitle__text">北方町</h1>
|
|
152
|
+ </a>
|
|
153
|
+ </div>
|
|
154
|
+ <div class="headerSubTitle">
|
|
155
|
+ <a href="../../index.html" class="header_link">
|
|
156
|
+ <p class="headerSubTitle__text">Kitagata Town Gifu,Japan</p>
|
|
157
|
+ </a>
|
|
158
|
+ </div>
|
|
159
|
+ <div id="h-menu">
|
|
160
|
+ <span></span>
|
|
161
|
+ <span></span>
|
|
162
|
+ <span></span>
|
|
163
|
+ <div id="h-text">menu</div>
|
|
164
|
+ </div>
|
|
165
|
+ <div id="h-nav">
|
|
166
|
+ <div class="h-menu_main_block_top">
|
|
167
|
+ <div class="h-menu_main_block">
|
|
168
|
+ <div class="h-menu_block">
|
|
169
|
+ <a href="../../second/living.html">
|
|
170
|
+ <div class="h-menu_block_text h-menu_block_before">
|
|
171
|
+ <div class="h-menu_block_text_center">くらしの情報</div>
|
|
172
|
+ </div>
|
|
173
|
+ </a>
|
|
174
|
+ </div>
|
|
175
|
+ </div>
|
|
176
|
+ <div class="h-menu_main_block">
|
|
177
|
+ <div class="h-menu_block">
|
|
178
|
+ <a href="../../second/tourism.html">
|
|
179
|
+ <div class="h-menu_block_text h-menu_block_before">
|
|
180
|
+ <div class="h-menu_block_text_center">
|
|
181
|
+ 観光
|
|
182
|
+ </div>
|
|
183
|
+ </div>
|
|
184
|
+ </a>
|
|
185
|
+ </div>
|
|
186
|
+ </div>
|
|
187
|
+ <div class="h-menu_main_block">
|
|
188
|
+ <div class="h-menu_block">
|
|
189
|
+ <a href="../../second/business.html">
|
|
190
|
+ <div class="h-menu_block_text h-menu_block_before">
|
|
191
|
+ <div class="h-menu_block_text_center">事業者向け情報</div>
|
|
192
|
+ </div>
|
|
193
|
+ </a>
|
|
194
|
+ </div>
|
|
195
|
+ </div>
|
|
196
|
+ <div class="h-menu_main_block">
|
|
197
|
+ <div class="h-menu_block">
|
|
198
|
+ <a href="../../second/town_admini_info.html">
|
|
199
|
+ <div class="h-menu_block_text h-menu_block_before">
|
|
200
|
+ <div class="h-menu_block_text_center">町政情報</div>
|
|
201
|
+ </div>
|
|
202
|
+ </a>
|
|
203
|
+ </div>
|
|
204
|
+ </div>
|
|
205
|
+ <div class="h-menu_main_block">
|
|
206
|
+ <div class="h-menu_block h-menu_block_before">
|
|
207
|
+ <a href="../../second/sitemap.html">
|
|
208
|
+ <div class="h-menu_block_text h-menu_block_before">
|
|
209
|
+ <div class="h-menu_block_text_center">
|
|
210
|
+ サイトマップ
|
|
211
|
+ </div>
|
|
212
|
+ </div>
|
|
213
|
+ </a>
|
|
214
|
+ </div>
|
|
215
|
+ </div>
|
|
216
|
+ <div class="h-menu_main_block">
|
|
217
|
+ <div class="h-menu_block h-menu_block_before">
|
|
218
|
+ <a href="https://ai-staff.net/kitagata/chat">
|
|
219
|
+ <div class="h-menu_block_text h-menu_block_before">
|
|
220
|
+ <div class="h-menu_block_text_center">
|
|
221
|
+ AIチャット
|
|
222
|
+ </div>
|
|
223
|
+ </div>
|
|
224
|
+ </a>
|
|
225
|
+ </div>
|
|
226
|
+ </div>
|
|
227
|
+ <div class="h-menu_main_block">
|
|
228
|
+ <div class="h-menu_block h-menu_block_before">
|
|
229
|
+ <a href="../../third/town_admini_info/administrative_organization_chart.html">
|
|
230
|
+ <div class="h-menu_block_text">
|
|
231
|
+ <div class="h-menu_block_text_center">
|
|
232
|
+ お問い合わせ一覧
|
|
233
|
+ </div>
|
|
234
|
+ </div>
|
|
235
|
+ </a>
|
|
236
|
+ </div>
|
|
237
|
+ </div>
|
|
238
|
+ <div class="h-menu_main_block">
|
|
239
|
+ <div class="h-menu_lang">
|
|
240
|
+ <div class="h-menu_block_lang">
|
|
241
|
+ <div class="h-menu_block_text_center">
|
|
242
|
+ <div class="h-menu_block_text_line">
|
|
243
|
+ 背景変更
|
|
244
|
+ <div onClick="setBackground3(1)" class="h-menu_block_text_color_1">灰
|
|
245
|
+ </div>
|
|
246
|
+ <div onClick="setBackground3(2)" class="h-menu_block_text_color_2">黄
|
|
247
|
+ </div>
|
|
248
|
+ <div onClick="setBackground3(3)" class="h-menu_block_text_color_3">黄緑
|
|
249
|
+ </div>
|
|
250
|
+ </div>
|
|
251
|
+ <script>
|
|
252
|
+ getBackgNumber2();
|
|
253
|
+ </script>
|
|
254
|
+ <div class="h-menu_block_text_line">言語選択
|
|
255
|
+ <div class="mobile_translation">
|
|
256
|
+ <div id="google_translate_element"></div>
|
|
257
|
+ </div>
|
|
258
|
+ </div>
|
|
259
|
+ </div>
|
|
260
|
+ </div>
|
|
261
|
+ </div>
|
|
262
|
+ </div>
|
|
263
|
+ <div class="h-menu_main_block">
|
|
264
|
+ <div class="h-menu_search">
|
|
265
|
+ <div class="h-menu_block_search">
|
|
266
|
+ <form action="https://www.google.com/search">
|
|
267
|
+ <input type="hidden" name="hl" value="ja" />
|
|
268
|
+ <input type="hidden" name="ie" value="UTF-8">
|
|
269
|
+ <input type="hidden" name="oe" value="UTF-8">
|
|
270
|
+ <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch" />
|
|
271
|
+ <input type="text" name="q" size="16" maxlength="256" value=""
|
|
272
|
+ class="mobile_form_input" />
|
|
273
|
+ <input type="submit" name="btnG" value="検索" class="mobile_form_button" />
|
|
274
|
+ </form>
|
|
275
|
+ </div>
|
|
276
|
+ </div>
|
|
277
|
+ </div>
|
|
278
|
+ </div>
|
|
279
|
+ </div>
|
|
280
|
+ </header>
|
|
281
|
+
|
|
282
|
+ <div id="third_body">
|
|
283
|
+ <!--セクション template-->
|
|
284
|
+ <section id="template">
|
|
285
|
+ <article id="breadcrumb2">
|
|
286
|
+ <div id="breadcrumb_title2">
|
|
287
|
+ <div id="breadcrumb_title_block2">
|
|
288
|
+ <span id="breadcrumb_title"><a href="../../index.html">トップ</a>><a
|
|
289
|
+ href="../../second/living.html">くらしの情報</a>><a
|
|
290
|
+ href="../../second/Public_transport.html">公共交通</a>><a
|
|
291
|
+ href="../../third/living/Ayuka.html">アユカ助成</a>>高齢者・障がいがある方へのアユカ助成について(令和4年度)</span>
|
|
292
|
+ </div>
|
|
293
|
+ </div>
|
|
294
|
+ </article>
|
|
295
|
+ <article id="template_2lins">
|
|
296
|
+ <div id="template_title_2lins" class="gothic">
|
|
297
|
+ <div id="template_title_block_2lins">
|
|
298
|
+ <span id="template_title_2lins">高齢者・障がいがある方へのアユカ助成について(令和4年度)</span>
|
|
299
|
+ </div>
|
|
300
|
+ </div>
|
|
301
|
+ <span id="template_article_block">
|
|
302
|
+ 今年度もアユカの助成を次のとおり実施します。<br />
|
|
303
|
+ 福祉アユカ(70歳以上または障がい者)<br />
|
|
304
|
+ <br />
|
|
305
|
+ ●受付期間 <br />
|
|
306
|
+ <div style="padding-left: 1em;">5月18日(水)~6月17日(金)</div>
|
|
307
|
+ <div style="padding-left: 1em;">
|
|
308
|
+ ※例年と受付期間が異なりますのでご注意ください。対象者への個別案内は行いませんので、助成を希望される方は期間中に窓口で申請をお願いします。</div>
|
|
309
|
+ <div style="padding-left: 1em;">状況によっては時期が変更になる場合もあります。</div>
|
|
310
|
+ <br />
|
|
311
|
+ 詳しくはこちらを確認してください。<a href="../../fourth/Public_transport/Ayuka_koufu_2022.pdf"
|
|
312
|
+ target="_blank">5月号広報</a><br />
|
|
313
|
+ <br />
|
|
314
|
+
|
|
315
|
+ ○<a href="../../fourth/Public_transport/Ayuka_koufu_shinsei_2022.doc"
|
|
316
|
+ target="_blank">申請書</a><br />
|
|
317
|
+ ○<a href="../../fourth/Public_transport/Ayuka_koufu_shinsei_rei_2022.doc"
|
|
318
|
+ target="_blank">申請書(記入例)</a><br />
|
|
319
|
+ <br />
|
|
320
|
+ ●問い合わせ<br />
|
|
321
|
+ 政策財政課 ☎322-9936<br />
|
|
322
|
+ </span>
|
|
323
|
+ </article>
|
|
324
|
+
|
|
325
|
+ </section>
|
|
326
|
+ </div>
|
|
327
|
+
|
|
328
|
+ <footer>
|
|
329
|
+ <img class="footer_img" src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町" />
|
|
330
|
+ <div class="footer_mobile">
|
|
331
|
+ <div class="footer_mobile_title">
|
|
332
|
+ <img class="footerImg__logo" src="../../image/logo_kitagata_green_S.png" alt="北方町役場" width="37px">
|
|
333
|
+ <h1 class="footerMobile__text">北方町役場</h1>
|
|
334
|
+ </div>
|
|
335
|
+ <div class="footer_mobile_address">
|
|
336
|
+ <span class="footerTextWrap__text">
|
|
337
|
+ 〒501-0492 岐阜県本巣郡北方町長谷川1丁目1番地
|
|
338
|
+ </span><br>
|
|
339
|
+ 電話:058-323-1111(代)<br>
|
|
340
|
+ FAX:058-323-2963<br>
|
|
341
|
+ 開庁日:8時30分~17時15分<br>
|
|
342
|
+ (土・日・祝日、年末年始を除く)<br>
|
|
343
|
+ </div>
|
|
344
|
+ </div>
|
|
345
|
+ <br class="sp__brDisplay">
|
|
346
|
+ <p class="footer_text">
|
|
347
|
+ <a href="../../second/Copyright_and_link.html">リンクと著作権</a>|
|
|
348
|
+ <a href="../../second/Privacy_policy.html">個人情報保護指針</a>|
|
|
349
|
+ <a href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a>
|
|
350
|
+ </p>
|
|
351
|
+ </footer>
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+ </div>
|
|
355
|
+ <img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?092_20151210" height="1"
|
|
356
|
+ width="1" />
|
|
357
|
+</body>
|
|
358
|
+
|
|
359
|
+</html>
|