|
@@ -5,19 +5,19 @@
|
5
|
5
|
<meta charset="utf-8">
|
6
|
6
|
<title>お知らせ一覧 北方町ホームページ</title>
|
7
|
7
|
<!--くらしの情報-->
|
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">
|
11
|
|
- <link rel="stylesheet" href="../css/section.css">
|
12
|
|
- <link rel="stylesheet" href="../css/third_template.css">
|
13
|
|
- <link rel="stylesheet" href="../css/notices.css">
|
|
8
|
+ <link href="../css/base.css" rel="stylesheet">
|
|
9
|
+ <link href="../css/second_header.css" rel="stylesheet">
|
|
10
|
+ <link href="../css/footer.css" rel="stylesheet">
|
|
11
|
+ <link href="../css/section.css" rel="stylesheet">
|
|
12
|
+ <link href="../css/third_template.css" rel="stylesheet">
|
|
13
|
+ <link href="../css/notices.css" rel="stylesheet">
|
14
|
14
|
<script src="../js/operation.js"></script>
|
15
|
|
- <meta name="google-translate-customization" content="45643f5d79d6e245-283971e7754d7b90-g905c6e6b6867bf2f-2f">
|
|
15
|
+ <meta content="45643f5d79d6e245-283971e7754d7b90-g905c6e6b6867bf2f-2f" name="google-translate-customization">
|
16
|
16
|
</meta>
|
17
|
17
|
</head>
|
18
|
18
|
|
19
|
19
|
<body id="back">
|
20
|
|
- <div id="main" class="gothic">
|
|
20
|
+ <div class="gothic" id="main">
|
21
|
21
|
<!--セクション 操作-->
|
22
|
22
|
<section id="operation">
|
23
|
23
|
<!--セクション 住所-->
|
|
@@ -29,11 +29,11 @@
|
29
|
29
|
<div id="controle_panel">
|
30
|
30
|
<!--セクション 背景色-->
|
31
|
31
|
<article id="bgcolor">
|
32
|
|
- <img src="../css/img/013.png" alt="背景色変更ボックス" />
|
|
32
|
+ <img alt="背景色変更ボックス" src="../css/img/013.png" />
|
33
|
33
|
<div id="bgcolor_img">
|
34
|
|
- <input id="button1" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground2(1)">
|
35
|
|
- <input id="button2" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground2(2)">
|
36
|
|
- <input id="button3" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground2(3)">
|
|
34
|
+ <input alt=" " height="28px" id="button1" onClick="setBackground2(1)" type="image" value=" " width="29px">
|
|
35
|
+ <input alt=" " height="28px" id="button2" onClick="setBackground2(2)" type="image" value=" " width="29px">
|
|
36
|
+ <input alt=" " height="28px" id="button3" onClick="setBackground2(3)" type="image" value=" " width="29px">
|
37
|
37
|
</div>
|
38
|
38
|
<script>
|
39
|
39
|
getBackgNumber2();
|
|
@@ -42,25 +42,25 @@
|
42
|
42
|
|
43
|
43
|
<!--セクション 文字サイズ-->
|
44
|
44
|
<!--<article id="charsize" >
|
45
|
|
-<img src="../css/img/008.png" alt="文字サイズ変更ボックス" />
|
46
|
|
-<div id="charsize_img">
|
47
|
|
-<img src="../css/img/005.png" alt="文字大きさ変更、小さい" />
|
48
|
|
-<img src="../css/img/006.png" alt="文字大きさ変更、中間" />
|
49
|
|
-<img src="../css/img/007.png" alt="文字大きさ変更、大きい" />
|
50
|
|
-</div>
|
51
|
|
-</article>-->
|
|
45
|
+ <img src="../css/img/008.png" alt="文字サイズ変更ボックス" />
|
|
46
|
+ <div id="charsize_img">
|
|
47
|
+ <img src="../css/img/005.png" alt="文字大きさ変更、小さい" />
|
|
48
|
+ <img src="../css/img/006.png" alt="文字大きさ変更、中間" />
|
|
49
|
+ <img src="../css/img/007.png" alt="文字大きさ変更、大きい" />
|
|
50
|
+ </div>
|
|
51
|
+ </article>-->
|
52
|
52
|
|
53
|
53
|
<!--セクション サイトマップ-->
|
54
|
54
|
<article id="sitemap">
|
55
|
55
|
<div id="sitemap_img">
|
56
|
|
- <img src="../css/img/kitagata_sitemap.png" alt="サイトマップ" />
|
|
56
|
+ <img alt="サイトマップ" src="../css/img/kitagata_sitemap.png" />
|
57
|
57
|
</div>
|
58
|
58
|
</article>
|
59
|
59
|
<!--セクション お問い合わせ-->
|
60
|
60
|
<article id="contact">
|
61
|
61
|
<div id="contact_img">
|
62
|
|
- <a href="../third/town_admini_info/administrative_organization_chart.html"><img
|
63
|
|
- src="../css/img/kitagata_support.png" alt="お問い合わせはこちらから" /></a>
|
|
62
|
+ <a href="../third/town_admini_info/administrative_organization_chart.html"><img alt="お問い合わせはこちらから"
|
|
63
|
+ src="../css/img/kitagata_support.png" /></a>
|
64
|
64
|
</div>
|
65
|
65
|
</article>
|
66
|
66
|
<!--セクション 翻訳-->
|
|
@@ -76,8 +76,8 @@
|
76
|
76
|
}, 'google_translate_element');
|
77
|
77
|
}
|
78
|
78
|
</script>
|
79
|
|
- <script type="text/javascript"
|
80
|
|
- src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
|
79
|
+ <script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"
|
|
80
|
+ type="text/javascript"></script>
|
81
|
81
|
</div>
|
82
|
82
|
</article>
|
83
|
83
|
<div id="claer">
|
|
@@ -87,9 +87,9 @@
|
87
|
87
|
|
88
|
88
|
<!--ヘッダーデータ-->
|
89
|
89
|
<header>
|
90
|
|
- <div id="header" class="gothic">
|
|
90
|
+ <div class="gothic" id="header">
|
91
|
91
|
<a href="../index.html">
|
92
|
|
- <img src="../css/img/header_emblem.png" width="200px" height="260px" />
|
|
92
|
+ <img height="260px" src="../css/img/header_emblem.png" width="200px" />
|
93
|
93
|
</a>
|
94
|
94
|
<div id="h_block_1">
|
95
|
95
|
<div class="h_line">
|
|
@@ -116,12 +116,12 @@
|
116
|
116
|
<article class="h_search">
|
117
|
117
|
<div class="space10"></div>
|
118
|
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="検索" />
|
|
119
|
+ <input name="hl" type="hidden" value="ja" />
|
|
120
|
+ <input name="ie" type="hidden" value="UTF-8">
|
|
121
|
+ <input name="oe" type="hidden" value="UTF-8">
|
|
122
|
+ <input name="as_sitesearch" type="hidden" value="www.town.kitagata.gifu.jp" />
|
|
123
|
+ <input maxlength="256" name="q" size="16" type="text" value="" />
|
|
124
|
+ <input name="btnG" type="submit" value="検索" />
|
125
|
125
|
</form>
|
126
|
126
|
|
127
|
127
|
</article>
|
|
@@ -140,265 +140,303 @@
|
140
|
140
|
</div>
|
141
|
141
|
</article>
|
142
|
142
|
<article id="template">
|
143
|
|
- <div id="template_title" class="gothic">
|
|
143
|
+ <div class="gothic" id="template_title">
|
144
|
144
|
<div id="template_title_block">
|
145
|
145
|
<span id="template_title">お知らせ一覧</span>
|
146
|
146
|
</div>
|
147
|
147
|
</div>
|
148
|
148
|
<span id="template_article_block">
|
149
|
149
|
|
|
150
|
+ <div class="list_notices">
|
|
151
|
+ <span class="list_notices_date">2020.02.03</span>
|
|
152
|
+ <span class="list_notices_text">
|
|
153
|
+ <a href="../fourth/business/kyusyoku_shinchiku_20200203.html">一般競争入札の公告:(仮称)北方町学校給食調理場新築工事</a>
|
|
154
|
+ </span>
|
|
155
|
+ </div>
|
|
156
|
+
|
|
157
|
+ <div class="list_notices">
|
|
158
|
+ <span class="list_notices_date">2020.02.03</span>
|
|
159
|
+ <span class="list_notices_text">
|
|
160
|
+ <a href="../fourth/business/kyusyoku_kikisecchi_20200203.html">一般競争入札の公告:(仮称)北方町学校給食調理場厨房機器設置工事</a>
|
|
161
|
+ </span>
|
|
162
|
+ </div>
|
150
|
163
|
|
151
|
164
|
<div class="list_notices">
|
152
|
165
|
<span class="list_notices_date">2020.01.30</span>
|
153
|
166
|
<span class="list_notices_text">
|
154
|
167
|
<a href="third/notices/217_20200130.html">新型コロナウイルスに関連した肺炎について</a>
|
155
|
168
|
</span>
|
|
169
|
+ </div>
|
|
170
|
+ <div class="list_notices">
|
156
|
171
|
<span class="list_notices_date">2020.01.21</span>
|
157
|
172
|
<span class="list_notices_text">
|
158
|
173
|
<a href="https://www.city.gifu.lg.jp/36945.htm" target="_blank">岐阜地域産学官連携交流会2020を開催します</a>
|
159
|
174
|
</span>
|
|
175
|
+ </div>
|
|
176
|
+ <div class="list_notices">
|
160
|
177
|
<span class="list_notices_date">2020.01.21</span>
|
161
|
178
|
<span class="list_notices_text">
|
162
|
179
|
<a href="../third/notices/216_20200121.html">都市計画区域マスタープラン及び区域区分の変更に係る公聴会を開催します</a>
|
163
|
180
|
</span>
|
|
181
|
+ </div>
|
|
182
|
+ <div class="list_notices">
|
164
|
183
|
<span class="list_notices_date">2020.01.17</span>
|
165
|
184
|
<span class="list_notices_text">
|
166
|
185
|
<a href="../third/notices/214_20200117.html">会計年度任用職員(保健師)を募集します!!</a>
|
167
|
186
|
</span>
|
|
187
|
+ </div>
|
|
188
|
+ <div class="list_notices">
|
168
|
189
|
<span class="list_notices_date">2020.01.14</span>
|
169
|
190
|
<span class="list_notices_text">
|
170
|
191
|
<a href="../third/notices/213_20200114.html">第3期北方町地域福祉計画・地域福祉活動計画(案)のご意見を募集します</a>
|
171
|
192
|
</span>
|
|
193
|
+ </div>
|
|
194
|
+ <div class="list_notices">
|
172
|
195
|
<span class="list_notices_date">2020.01.10</span>
|
173
|
196
|
<span class="list_notices_text">
|
174
|
197
|
<a href="../third/notices/215_20200110.html">農業委員会の委員候補者の募集について</a>
|
175
|
198
|
</span>
|
|
199
|
+ </div>
|
|
200
|
+ <div class="list_notices">
|
176
|
201
|
<span class="list_notices_date">2020.01.06</span>
|
177
|
202
|
<span class="list_notices_text">
|
178
|
203
|
<a href="../third/notices/212_20191219.html">第2期北方町子ども・子育て支援事業計画(案)のご意見を募集します</a>
|
179
|
204
|
</span>
|
|
205
|
+ </div>
|
|
206
|
+ <div class="list_notices">
|
180
|
207
|
<span class="list_notices_date">2019.12.17</span>
|
181
|
208
|
<span class="list_notices_text">
|
182
|
209
|
<a href="../third/parliament/Member_list.html">議員名簿を更新しました</a>
|
183
|
210
|
</span>
|
|
211
|
+ </div>
|
|
212
|
+ <div class="list_notices">
|
184
|
213
|
<span class="list_notices_date">2019.12.17</span>
|
185
|
214
|
<span class="list_notices_text">
|
186
|
215
|
<a href="../third/notices/211_20191217.html">ふるさと寄附金:年末の寄附の取り扱いについて</a>
|
187
|
216
|
</span>
|
|
217
|
+ </div>
|
|
218
|
+ <div class="list_notices">
|
188
|
219
|
<span class="list_notices_date">2019.12.10</span>
|
189
|
220
|
<span class="list_notices_text">
|
190
|
221
|
<a href="../third/town_admini_info/election.html">町長選挙立候補予定者説明会を開催します</a>
|
191
|
222
|
</span>
|
|
223
|
+ </div>
|
192
|
224
|
|
|
225
|
+ <div class="list_notices">
|
193
|
226
|
<span class="list_notices_date">2019.12.05</span>
|
194
|
227
|
<span class="list_notices_text">
|
195
|
228
|
<a href="../third/notices/210_20191205.html">入札参加資格審査におけるシステム障害について</a>
|
196
|
229
|
</span>
|
|
230
|
+
|
|
231
|
+ </div>
|
|
232
|
+
|
|
233
|
+ <div class="list_notices">
|
197
|
234
|
<span class="list_notices_date">2019.11.29</span>
|
198
|
235
|
<span class="list_notices_text">
|
199
|
236
|
<a href="../third/notices/209_20191129.html">北方農業振興地域整備計画を変更しました</a>
|
200
|
237
|
</span>
|
201
|
|
- <div class="list_notices">
|
202
|
|
- <span class="list_notices_date">2019.10.29</span>
|
203
|
|
- <span class="list_notices_text">
|
204
|
|
- <a href="../third/notices/208_20191101.html">11月から高齢者等タクシー利用助成において利用できる会社が増えました!!</a>
|
205
|
|
- </span>
|
206
|
|
- </div>
|
207
|
|
- <div class="list_notices">
|
208
|
|
- <span class="list_notices_date">2019.10.10</span>
|
209
|
|
- <span class="list_notices_text">
|
210
|
|
- <a href="../third/notices/206_20191011.html">台風19号の接近に伴う町営施設休館のお知らせ</a>
|
211
|
|
- </span>
|
212
|
|
- </div>
|
213
|
|
- <div class="list_notices">
|
214
|
|
- <span class="list_notices_date">2019.10.10</span>
|
215
|
|
- <span class="list_notices_text">
|
216
|
|
- <a href="../third/notices/205_20191010.html">台風19号の接近に伴う町民ふれあい運動会中止のお知らせ</a>
|
217
|
|
- </span>
|
218
|
|
- </div>
|
219
|
|
- <div class="list_notices">
|
220
|
|
- <span class="list_notices_date">2019.10.01</span>
|
221
|
|
- <span class="list_notices_text">
|
222
|
|
- <a href="../third/notices/203_20191001.html">水道関係の申請様式の変更について</a>
|
223
|
|
- </span>
|
224
|
|
- </div>
|
225
|
|
- <div class="list_notices">
|
226
|
|
- <span class="list_notices_date">2019.09.25</span>
|
227
|
|
- <span class="list_notices_text">
|
228
|
|
- <a href="../third/notices/204_20190925.html">北方農業振興地域整備計画変更案の縦覧</a>
|
229
|
|
- </span>
|
230
|
|
- </div>
|
231
|
|
- <div class="list_notices">
|
232
|
|
- <span class="list_notices_date">2019.09.04</span>
|
233
|
|
- <span class="list_notices_text">
|
234
|
|
- <a href="../third/town_admini_info/election.html">北方町議会議員選挙について</a>
|
235
|
|
- </span>
|
236
|
|
- </div>
|
237
|
|
- <div class="list_notices">
|
238
|
|
- <span class="list_notices_date">2019.09.04</span>
|
239
|
|
- <span class="list_notices_text">
|
240
|
|
- <a href="../third/living/Premium_gift.html">プレミアム付商品券に関するお知らせです</a>
|
241
|
|
- </span>
|
242
|
|
- </div>
|
243
|
|
- <div class="list_notices">
|
244
|
|
- <span class="list_notices_date">2019.09.01</span>
|
245
|
|
- <span class="list_notices_text">
|
246
|
|
- <a href="../third/notices/202_20190901.html">令和元年度 岐阜地区採択協議会に関する公開情報について</a>
|
247
|
|
- </span>
|
248
|
|
- </div>
|
249
|
|
- <div class="list_notices">
|
250
|
|
- <span class="list_notices_date">2019.08.15</span>
|
251
|
|
- <span class="list_notices_text">
|
252
|
|
- <a href="../third/notices/201_20190815.html">台風10号の接近に伴う対応について</a>
|
253
|
|
- </span>
|
254
|
|
- </div>
|
255
|
|
- <div class="list_notices">
|
256
|
|
- <span class="list_notices_date">2019.08.01</span>
|
257
|
|
- <span class="list_notices_text">
|
258
|
|
- <a href="../third/notices/200_20190801.html">町議会議員立候補予定者説明会を開催します</a>
|
259
|
|
- </span>
|
260
|
|
- </div>
|
261
|
|
- <div class="list_notices">
|
262
|
|
- <span class="list_notices_date">2019.08.01</span>
|
263
|
|
- <span class="list_notices_text">
|
264
|
|
- <a href="../third/notices/199_20190801.html">8月13日(火)より「アユカ」助成の受付を開始します!<span
|
265
|
|
- style="color: red;">(終了しました)</span></a>
|
266
|
|
- </span>
|
267
|
|
- </div>
|
268
|
|
- <div class="list_notices">
|
269
|
|
- <span class="list_notices_date">2019.07.30</span>
|
270
|
|
- <span class="list_notices_text">
|
271
|
|
- <a
|
272
|
|
- href="../fourth/business/kitagatabunnkyou_20190726.html">一般競争入札の公告:(仮称)北方町立北方学園文教施設新増改築等設計監理業務委託</a>
|
273
|
|
- </span>
|
274
|
|
- </div>
|
275
|
|
- <div class="list_notices">
|
276
|
|
- <span class="list_notices_date">2019.07.11</span>
|
277
|
|
- <span class="list_notices_text">
|
278
|
|
- <a href="../fourth/business/kitagatasyougaku_20190711.html">一般競争入札の公告:北方小学校放課後児童クラブ施設新築工事</a>
|
279
|
|
- </span>
|
280
|
|
- </div>
|
281
|
|
- <div class="list_notices">
|
282
|
|
- <span class="list_notices_date">2019.07.11</span>
|
283
|
|
- <span class="list_notices_text">
|
284
|
|
- <a
|
285
|
|
- href="../fourth/business/fureaimizucenter_20190711.html">一般競争入札の公告:北方町ふれあい水センター電気設備長寿命化工事(汚水ポンプVVVF盤)</a>
|
286
|
|
- </span>
|
287
|
|
- </div>
|
288
|
|
- <div class="list_notices">
|
289
|
|
- <span class="list_notices_date">2019.07.08</span>
|
290
|
|
- <span class="list_notices_text">
|
291
|
|
- <a
|
292
|
|
- href="../third/emergency_and_disaster_information/emergency_and_disaster_level.html">避難情報の警戒レベルについて</a>
|
293
|
|
- </span>
|
294
|
|
- </div>
|
295
|
|
- <div class="list_notices">
|
296
|
|
- <span class="list_notices_date">2019.07.05</span>
|
297
|
|
- <span class="list_notices_text">
|
298
|
|
- <a href="../fourth/notices/199_20190705.pdf" target="_blank">参議院岐阜県選挙区選出議員選挙における政見放送等の日程が決定しました。</a>
|
299
|
|
- </span>
|
300
|
|
- </div>
|
301
|
|
- <div class="list_notices">
|
302
|
|
- <span class="list_notices_date">2019.07.02</span>
|
303
|
|
- <span class="list_notices_text">
|
304
|
|
- <a href="../third/notices/197_20190628.html">北方町職員を募集します</a>
|
305
|
|
- </span>
|
306
|
|
- </div>
|
307
|
|
- <div class="list_notices">
|
308
|
|
- <span class="list_notices_date">2019.07.01</span>
|
309
|
|
- <span class="list_notices_text">
|
310
|
|
- <a href="../third/notices/198_20190701.html">岐阜消防本部からのお知らせ</a>
|
311
|
|
- </span>
|
312
|
|
- </div>
|
313
|
|
- <div class="list_notices">
|
314
|
|
- <span class="list_notices_date">2019.06.26</span>
|
315
|
|
- <span class="list_notices_text">
|
316
|
|
- <a href="../third/town_admini_info/election.html">第25回参議院議員通常選挙について</a>
|
317
|
|
- </span>
|
318
|
|
- </div>
|
319
|
|
- <div class="list_notices">
|
320
|
|
- <span class="list_notices_date">2019.06.26</span>
|
321
|
|
- <span class="list_notices_text">
|
322
|
|
- <a href="../fourth/education/pdf/20190627_school_concept_report.pdf"
|
323
|
|
- target="_blank">「北方学園構想基本計画」が完成しました</a>
|
324
|
|
- </span>
|
325
|
|
- </div>
|
326
|
|
- <div class="list_notices">
|
327
|
|
- <span class="list_notices_date">2019.06.26</span>
|
328
|
|
- <span class="list_notices_text">
|
329
|
|
- <a href="../fourth/notices/196_20190626.pdf" target="_blank">防災講座「防火どうしよう」受付中(7月6日)</a>
|
330
|
|
- </span>
|
331
|
|
- </div>
|
332
|
|
- <div class="list_notices">
|
333
|
|
- <span class="list_notices_date">2019.06.24</span>
|
334
|
|
- <span class="list_notices_text">
|
335
|
|
- <a href="../fourth/business/kitagatabunnkyou_20190524.pdf"
|
336
|
|
- target="_blank">一般競争入札の中止広告について:(仮称)北方町立北方学園文教施設新増改築等設計監理業務委託</a>
|
337
|
|
- </span>
|
338
|
|
- </div>
|
339
|
|
- <div class="list_notices">
|
340
|
|
- <span class="list_notices_date">2019.06.19</span>
|
341
|
|
- <span class="list_notices_text">
|
342
|
|
- <a href="../third/notices/194_20190619.html">7月31日(水)北方町ホームタウンデー<br />
|
343
|
|
- FC岐阜大宮アルディージャ戦を見に行こう!</a>
|
344
|
|
- </span>
|
345
|
|
- </div>
|
346
|
|
- <div class="list_notices">
|
347
|
|
- <span class="list_notices_date">2019.06.10</span>
|
348
|
|
- <span class="list_notices_text">
|
349
|
|
- <a href="../third/notices/190_20190411.html">6月からアユカ(岐阜バスICカード乗車券)助成の受付中 6月28日(金)まで<font color="red">
|
350
|
|
- (終了しました)</font></a>
|
351
|
|
- </span>
|
352
|
|
- </div>
|
353
|
|
- <div class="list_notices">
|
354
|
|
- <span class="list_notices_date">2019.06.03</span>
|
355
|
|
- <span class="list_notices_text">
|
356
|
|
- <a href="../fourth/notices/194_20190517.pdf" target="_blank">8月6日あんしん防火研修会について</a>
|
357
|
|
- </span>
|
358
|
|
- </div>
|
359
|
|
- <div class="list_notices">
|
360
|
|
- <span class="list_notices_date">2019.05.15</span>
|
361
|
|
- <span class="list_notices_text">
|
362
|
|
- <a href="fourth/notices/195_20190522.pdf" target="_blank">国民健康保険税の納期を変更します</a>
|
363
|
|
- </span>
|
364
|
|
- </div>
|
365
|
|
- <div class="list_notices">
|
366
|
|
- <span class="list_notices_date">2019.05.10</span>
|
367
|
|
- <span class="list_notices_text">
|
368
|
|
- <a href="../third/notices/193_20190510.html">平成31年度教科書展示会を開催(~6/27)</a>
|
369
|
|
- </span>
|
370
|
|
- </div>
|
371
|
|
- <div class="list_notices">
|
372
|
|
- <span class="list_notices_date">2019.05.07</span>
|
373
|
|
- <span class="list_notices_text">
|
374
|
|
- <a href="../third/notices/192_20190507.html">北方町職員を募集します</a>
|
375
|
|
- </span>
|
376
|
|
- </div>
|
377
|
|
- <div class="list_notices">
|
378
|
|
- <span class="list_notices_date">2019.04.15</span>
|
379
|
|
- <span class="list_notices_text">
|
380
|
|
- <a href="../third/notices/191_20190415.html">【訂正】広報きたがた4月号ゴールデンウィーク中の休日急患診療所</a>
|
381
|
|
- </span>
|
382
|
|
- </div>
|
383
|
|
- <div class="list_notices">
|
384
|
|
- <span class="list_notices_date">2019.04.01</span>
|
385
|
|
- <span class="list_notices_text">
|
386
|
|
- <a href="../third/notices/189_20190328.html">ネーミングライツ・パートナーを募集します。</a>
|
387
|
|
- </span>
|
388
|
|
- </div>
|
389
|
|
- <div class="list_notices">
|
390
|
|
- <span class="list_notices_date">2019.04.01</span>
|
391
|
|
- <span class="list_notices_text">
|
392
|
|
- <a href="../third/living/Solar_home_system_installation_Grant_in_Aid.html">住宅用太陽光発電システム補助金終了のお知らせ!</a>
|
393
|
|
- </span>
|
394
|
|
- </div>
|
|
238
|
+ </div>
|
|
239
|
+
|
|
240
|
+ <div class="list_notices">
|
|
241
|
+ <span class="list_notices_date">2019.10.29</span>
|
|
242
|
+ <span class="list_notices_text">
|
|
243
|
+ <a href="../third/notices/208_20191101.html">11月から高齢者等タクシー利用助成において利用できる会社が増えました!!</a>
|
|
244
|
+ </span>
|
|
245
|
+ </div>
|
|
246
|
+ <div class="list_notices">
|
|
247
|
+ <span class="list_notices_date">2019.10.10</span>
|
|
248
|
+ <span class="list_notices_text">
|
|
249
|
+ <a href="../third/notices/206_20191011.html">台風19号の接近に伴う町営施設休館のお知らせ</a>
|
|
250
|
+ </span>
|
|
251
|
+ </div>
|
|
252
|
+ <div class="list_notices">
|
|
253
|
+ <span class="list_notices_date">2019.10.10</span>
|
|
254
|
+ <span class="list_notices_text">
|
|
255
|
+ <a href="../third/notices/205_20191010.html">台風19号の接近に伴う町民ふれあい運動会中止のお知らせ</a>
|
|
256
|
+ </span>
|
|
257
|
+ </div>
|
|
258
|
+ <div class="list_notices">
|
|
259
|
+ <span class="list_notices_date">2019.10.01</span>
|
|
260
|
+ <span class="list_notices_text">
|
|
261
|
+ <a href="../third/notices/203_20191001.html">水道関係の申請様式の変更について</a>
|
|
262
|
+ </span>
|
|
263
|
+ </div>
|
|
264
|
+ <div class="list_notices">
|
|
265
|
+ <span class="list_notices_date">2019.09.25</span>
|
|
266
|
+ <span class="list_notices_text">
|
|
267
|
+ <a href="../third/notices/204_20190925.html">北方農業振興地域整備計画変更案の縦覧</a>
|
|
268
|
+ </span>
|
|
269
|
+ </div>
|
|
270
|
+ <div class="list_notices">
|
|
271
|
+ <span class="list_notices_date">2019.09.04</span>
|
|
272
|
+ <span class="list_notices_text">
|
|
273
|
+ <a href="../third/town_admini_info/election.html">北方町議会議員選挙について</a>
|
|
274
|
+ </span>
|
|
275
|
+ </div>
|
|
276
|
+ <div class="list_notices">
|
|
277
|
+ <span class="list_notices_date">2019.09.04</span>
|
|
278
|
+ <span class="list_notices_text">
|
|
279
|
+ <a href="../third/living/Premium_gift.html">プレミアム付商品券に関するお知らせです</a>
|
|
280
|
+ </span>
|
|
281
|
+ </div>
|
|
282
|
+ <div class="list_notices">
|
|
283
|
+ <span class="list_notices_date">2019.09.01</span>
|
|
284
|
+ <span class="list_notices_text">
|
|
285
|
+ <a href="../third/notices/202_20190901.html">令和元年度 岐阜地区採択協議会に関する公開情報について</a>
|
|
286
|
+ </span>
|
|
287
|
+ </div>
|
|
288
|
+ <div class="list_notices">
|
|
289
|
+ <span class="list_notices_date">2019.08.15</span>
|
|
290
|
+ <span class="list_notices_text">
|
|
291
|
+ <a href="../third/notices/201_20190815.html">台風10号の接近に伴う対応について</a>
|
|
292
|
+ </span>
|
|
293
|
+ </div>
|
|
294
|
+ <div class="list_notices">
|
|
295
|
+ <span class="list_notices_date">2019.08.01</span>
|
|
296
|
+ <span class="list_notices_text">
|
|
297
|
+ <a href="../third/notices/200_20190801.html">町議会議員立候補予定者説明会を開催します</a>
|
|
298
|
+ </span>
|
|
299
|
+ </div>
|
|
300
|
+ <div class="list_notices">
|
|
301
|
+ <span class="list_notices_date">2019.08.01</span>
|
|
302
|
+ <span class="list_notices_text">
|
|
303
|
+ <a href="../third/notices/199_20190801.html">8月13日(火)より「アユカ」助成の受付を開始します!<span
|
|
304
|
+ style="color: red;">(終了しました)</span></a>
|
|
305
|
+ </span>
|
|
306
|
+ </div>
|
|
307
|
+ <div class="list_notices">
|
|
308
|
+ <span class="list_notices_date">2019.07.30</span>
|
|
309
|
+ <span class="list_notices_text">
|
|
310
|
+ <a href="../fourth/business/kitagatabunnkyou_20190726.html">一般競争入札の公告:(仮称)北方町立北方学園文教施設新増改築等設計監理業務委託</a>
|
|
311
|
+ </span>
|
|
312
|
+ </div>
|
|
313
|
+ <div class="list_notices">
|
|
314
|
+ <span class="list_notices_date">2019.07.11</span>
|
|
315
|
+ <span class="list_notices_text">
|
|
316
|
+ <a href="../fourth/business/kitagatasyougaku_20190711.html">一般競争入札の公告:北方小学校放課後児童クラブ施設新築工事</a>
|
|
317
|
+ </span>
|
|
318
|
+ </div>
|
|
319
|
+ <div class="list_notices">
|
|
320
|
+ <span class="list_notices_date">2019.07.11</span>
|
|
321
|
+ <span class="list_notices_text">
|
|
322
|
+ <a
|
|
323
|
+ href="../fourth/business/fureaimizucenter_20190711.html">一般競争入札の公告:北方町ふれあい水センター電気設備長寿命化工事(汚水ポンプVVVF盤)</a>
|
|
324
|
+ </span>
|
|
325
|
+ </div>
|
|
326
|
+ <div class="list_notices">
|
|
327
|
+ <span class="list_notices_date">2019.07.08</span>
|
|
328
|
+ <span class="list_notices_text">
|
|
329
|
+ <a
|
|
330
|
+ href="../third/emergency_and_disaster_information/emergency_and_disaster_level.html">避難情報の警戒レベルについて</a>
|
|
331
|
+ </span>
|
|
332
|
+ </div>
|
|
333
|
+ <div class="list_notices">
|
|
334
|
+ <span class="list_notices_date">2019.07.05</span>
|
|
335
|
+ <span class="list_notices_text">
|
|
336
|
+ <a href="../fourth/notices/199_20190705.pdf" target="_blank">参議院岐阜県選挙区選出議員選挙における政見放送等の日程が決定しました。</a>
|
|
337
|
+ </span>
|
|
338
|
+ </div>
|
|
339
|
+ <div class="list_notices">
|
|
340
|
+ <span class="list_notices_date">2019.07.02</span>
|
|
341
|
+ <span class="list_notices_text">
|
|
342
|
+ <a href="../third/notices/197_20190628.html">北方町職員を募集します</a>
|
|
343
|
+ </span>
|
|
344
|
+ </div>
|
|
345
|
+ <div class="list_notices">
|
|
346
|
+ <span class="list_notices_date">2019.07.01</span>
|
|
347
|
+ <span class="list_notices_text">
|
|
348
|
+ <a href="../third/notices/198_20190701.html">岐阜消防本部からのお知らせ</a>
|
|
349
|
+ </span>
|
|
350
|
+ </div>
|
|
351
|
+ <div class="list_notices">
|
|
352
|
+ <span class="list_notices_date">2019.06.26</span>
|
|
353
|
+ <span class="list_notices_text">
|
|
354
|
+ <a href="../third/town_admini_info/election.html">第25回参議院議員通常選挙について</a>
|
|
355
|
+ </span>
|
|
356
|
+ </div>
|
|
357
|
+ <div class="list_notices">
|
|
358
|
+ <span class="list_notices_date">2019.06.26</span>
|
|
359
|
+ <span class="list_notices_text">
|
|
360
|
+ <a href="../fourth/education/pdf/20190627_school_concept_report.pdf"
|
|
361
|
+ target="_blank">「北方学園構想基本計画」が完成しました</a>
|
|
362
|
+ </span>
|
|
363
|
+ </div>
|
|
364
|
+ <div class="list_notices">
|
|
365
|
+ <span class="list_notices_date">2019.06.26</span>
|
|
366
|
+ <span class="list_notices_text">
|
|
367
|
+ <a href="../fourth/notices/196_20190626.pdf" target="_blank">防災講座「防火どうしよう」受付中(7月6日)</a>
|
|
368
|
+ </span>
|
|
369
|
+ </div>
|
|
370
|
+ <div class="list_notices">
|
|
371
|
+ <span class="list_notices_date">2019.06.24</span>
|
|
372
|
+ <span class="list_notices_text">
|
|
373
|
+ <a href="../fourth/business/kitagatabunnkyou_20190524.pdf"
|
|
374
|
+ target="_blank">一般競争入札の中止広告について:(仮称)北方町立北方学園文教施設新増改築等設計監理業務委託</a>
|
|
375
|
+ </span>
|
|
376
|
+ </div>
|
|
377
|
+ <div class="list_notices">
|
|
378
|
+ <span class="list_notices_date">2019.06.19</span>
|
|
379
|
+ <span class="list_notices_text">
|
|
380
|
+ <a href="../third/notices/194_20190619.html">7月31日(水)北方町ホームタウンデー<br />
|
|
381
|
+ FC岐阜大宮アルディージャ戦を見に行こう!</a>
|
|
382
|
+ </span>
|
|
383
|
+ </div>
|
|
384
|
+ <div class="list_notices">
|
|
385
|
+ <span class="list_notices_date">2019.06.10</span>
|
|
386
|
+ <span class="list_notices_text">
|
|
387
|
+ <a href="../third/notices/190_20190411.html">6月からアユカ(岐阜バスICカード乗車券)助成の受付中 6月28日(金)まで<font color="red">
|
|
388
|
+ (終了しました)</font></a>
|
|
389
|
+ </span>
|
|
390
|
+ </div>
|
|
391
|
+ <div class="list_notices">
|
|
392
|
+ <span class="list_notices_date">2019.06.03</span>
|
|
393
|
+ <span class="list_notices_text">
|
|
394
|
+ <a href="../fourth/notices/194_20190517.pdf" target="_blank">8月6日あんしん防火研修会について</a>
|
|
395
|
+ </span>
|
|
396
|
+ </div>
|
|
397
|
+ <div class="list_notices">
|
|
398
|
+ <span class="list_notices_date">2019.05.15</span>
|
|
399
|
+ <span class="list_notices_text">
|
|
400
|
+ <a href="fourth/notices/195_20190522.pdf" target="_blank">国民健康保険税の納期を変更します</a>
|
|
401
|
+ </span>
|
|
402
|
+ </div>
|
|
403
|
+ <div class="list_notices">
|
|
404
|
+ <span class="list_notices_date">2019.05.10</span>
|
|
405
|
+ <span class="list_notices_text">
|
|
406
|
+ <a href="../third/notices/193_20190510.html">平成31年度教科書展示会を開催(~6/27)</a>
|
|
407
|
+ </span>
|
|
408
|
+ </div>
|
|
409
|
+ <div class="list_notices">
|
|
410
|
+ <span class="list_notices_date">2019.05.07</span>
|
|
411
|
+ <span class="list_notices_text">
|
|
412
|
+ <a href="../third/notices/192_20190507.html">北方町職員を募集します</a>
|
|
413
|
+ </span>
|
|
414
|
+ </div>
|
|
415
|
+ <div class="list_notices">
|
|
416
|
+ <span class="list_notices_date">2019.04.15</span>
|
|
417
|
+ <span class="list_notices_text">
|
|
418
|
+ <a href="../third/notices/191_20190415.html">【訂正】広報きたがた4月号ゴールデンウィーク中の休日急患診療所</a>
|
|
419
|
+ </span>
|
|
420
|
+ </div>
|
|
421
|
+ <div class="list_notices">
|
|
422
|
+ <span class="list_notices_date">2019.04.01</span>
|
|
423
|
+ <span class="list_notices_text">
|
|
424
|
+ <a href="../third/notices/189_20190328.html">ネーミングライツ・パートナーを募集します。</a>
|
|
425
|
+ </span>
|
|
426
|
+ </div>
|
|
427
|
+ <div class="list_notices">
|
|
428
|
+ <span class="list_notices_date">2019.04.01</span>
|
|
429
|
+ <span class="list_notices_text">
|
|
430
|
+ <a href="../third/living/Solar_home_system_installation_Grant_in_Aid.html">住宅用太陽光発電システム補助金終了のお知らせ!</a>
|
|
431
|
+ </span>
|
|
432
|
+ </div>
|
395
|
433
|
</span>
|
396
|
434
|
</article>
|
397
|
435
|
</section>
|
398
|
436
|
</div>
|
399
|
437
|
|
400
|
438
|
<footer>
|
401
|
|
- <img src="../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町" />
|
|
439
|
+ <img alt="北方町" height="80px" src="../css/img/kitagatafooter.png" width="920px" />
|
402
|
440
|
<br />
|
403
|
441
|
<p class="footer_text"><a href="../second/Copyright_and_link.html">リンクと著作権</a>|<a
|
404
|
442
|
href="../second/Privacy_policy.html">個人情報保護指針</a>|<a href="../second/Barrier_free_policy.html">バリアフリーポリシー</a>
|
|
@@ -406,7 +444,7 @@
|
406
|
444
|
</footer>
|
407
|
445
|
|
408
|
446
|
</div>
|
409
|
|
- <img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?Notices" height="1"
|
|
447
|
+ <img class="cgipageview" height="1" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?Notices"
|
410
|
448
|
width="1" />
|
411
|
449
|
</body>
|
412
|
450
|
|