|
@@ -17,172 +17,172 @@
|
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>
|
|
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>
|
29
|
45
|
</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" >
|
49
|
|
- <img src="../../css/img/008.png" alt="文字サイズ変更ボックス" />
|
50
|
|
- <div id="charsize_img">
|
51
|
|
- <img src="../../css/img/005.png" alt="文字大きさ変更、小さい" />
|
52
|
|
- <img src="../../css/img/006.png" alt="文字大きさ変更、中間" />
|
53
|
|
- <img src="../../css/img/007.png" alt="文字大きさ変更、大きい" />
|
54
|
|
- </div>
|
55
|
|
- </article>-->
|
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"
|
|
47
|
+ <!--セクション 文字サイズ-->
|
|
48
|
+ <!--<article id="charsize" >
|
|
49
|
+<img src="../../css/img/008.png" alt="文字サイズ変更ボックス" />
|
|
50
|
+<div id="charsize_img">
|
|
51
|
+<img src="../../css/img/005.png" alt="文字大きさ変更、小さい" />
|
|
52
|
+<img src="../../css/img/006.png" alt="文字大きさ変更、中間" />
|
|
53
|
+<img src="../../css/img/007.png" alt="文字大きさ変更、大きい" />
|
|
54
|
+</div>
|
|
55
|
+</article>-->
|
|
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
|
85
|
src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
86
|
|
- </div>
|
87
|
|
- </article>
|
88
|
|
- <div id="claer">
|
89
|
86
|
</div>
|
|
87
|
+ </article>
|
|
88
|
+ <div id="claer">
|
90
|
89
|
</div>
|
91
|
|
- </section>
|
|
90
|
+ </div>
|
|
91
|
+ </section>
|
92
|
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>
|
|
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">
|
127
|
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>
|
128
|
113
|
</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">
|
|
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>
|
|
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">
|
137
|
137
|
<span id="breadcrumb_title"><a href="../../index.html">トップ</a>><a
|
138
|
138
|
href="../../second/Notices.html">お知らせ</a>>子育て世帯生活支援特別給付金(ひとり親以外の低所得の子育て世帯分)</span>
|
139
|
|
- </div>
|
140
|
|
- </article>
|
141
|
|
- <article id="template_2lins">
|
142
|
|
- <div id="template_title_2lins" class="gothic">
|
143
|
|
- <div id="template_title_block_2lins">
|
144
|
|
- <span id="template_title_2lins">低所得の子育て世帯に対する子育て世帯生活支援特別給付金(ひとり親以外の低所得の子育て世帯分)について</span>
|
145
|
|
- </div>
|
146
|
139
|
</div>
|
147
|
|
- <span id="template_article_block">
|
|
140
|
+ </article>
|
|
141
|
+ <article id="template_2lins">
|
|
142
|
+ <div id="template_title_2lins" class="gothic">
|
|
143
|
+ <div id="template_title_block_2lins">
|
|
144
|
+ <span id="template_title_2lins">低所得の子育て世帯に対する子育て世帯生活支援特別給付金(ひとり親以外の低所得の子育て世帯分)について</span>
|
|
145
|
+ </div>
|
|
146
|
+ </div>
|
|
147
|
+ <span id="template_article_block">
|
148
|
148
|
新型コロナウイルス感染症による影響が長期化するなかで、低所得の子育て世帯に対し、その実情を踏まえた生活の支援を行う観点から、子育て世帯生活支援特別給付金(ひとり親以外の低所得の子育て世帯分)を支給します。※本給付金は、全国一律の制度です。
|
149
|
149
|
</span>
|
150
|
|
- </article>
|
|
150
|
+ </article>
|
151
|
151
|
|
152
|
|
- <article id="template">
|
153
|
|
- <div id="template_title2" class="gothic">
|
154
|
|
- <div id="template_title_block">
|
155
|
|
- <span id="template_title2">1. 給付金の対象となる方</span>
|
156
|
|
- </div>
|
|
152
|
+ <article id="template">
|
|
153
|
+ <div id="template_title2" class="gothic">
|
|
154
|
+ <div id="template_title_block">
|
|
155
|
+ <span id="template_title2">1. 給付金の対象となる方</span>
|
157
|
156
|
</div>
|
158
|
|
- <span id="template_article_block">
|
|
157
|
+ </div>
|
|
158
|
+ <span id="template_article_block">
|
159
|
159
|
次の(ア)、(イ)の両方に該当する方(※注1)<br>
|
160
|
160
|
ア.令和3年3月31日時点で18歳未満の児童(障がい児の場合は、20歳未満)を養育する父母等(※注2)<br>
|
161
|
161
|
イ.令和3年度住民税(均等割)が非課税の人、または、新型コロナウイルス感染症の影響を受けて令和3年1月1日以降の家計が急変するなど、住民税非課税相当の収入となった方(家計急変者)<br>
|
162
|
162
|
※注1 ひとり親世帯の方も対象となりますが、既に子育て世帯生活支援特別給付金(ひとり親世帯分)の給付を受けた方は対象外となります。<br>
|
163
|
163
|
※注2 令和3年4月1日から令和4年2月28日までに生まれた児童も対象となります。<br>
|
164
|
|
- <a href="../../fourth/notices/293_20210701_1.pdf" target="_blank">受給者のみなさまへ(PDF:160KB)</a><br>
|
|
164
|
+ <a href="../../fourth/notices/293_202107012_2.pdf" target="_blank">受給者のみなさまへ(PDF:161KB)</a><br>
|
165
|
165
|
</span>
|
166
|
|
- </article>
|
|
166
|
+ </article>
|
167
|
167
|
|
168
|
|
- <article id="template">
|
169
|
|
- <div id="template_title2" class="gothic">
|
170
|
|
- <div id="template_title_block">
|
171
|
|
- <span id="template_title2">2. 支給額</span>
|
172
|
|
- </div>
|
|
168
|
+ <article id="template">
|
|
169
|
+ <div id="template_title2" class="gothic">
|
|
170
|
+ <div id="template_title_block">
|
|
171
|
+ <span id="template_title2">2. 支給額</span>
|
173
|
172
|
</div>
|
174
|
|
- <span id="template_article_block">
|
175
|
|
- 児童1人当たり一律 5万円<br />
|
|
173
|
+ </div>
|
|
174
|
+ <span id="template_article_block">
|
|
175
|
+ 児童1人当たり一律 5万円<br/>
|
176
|
176
|
</span>
|
177
|
|
- </article>
|
|
177
|
+ </article>
|
178
|
178
|
|
179
|
|
- <article id="template">
|
180
|
|
- <div id="template_title2" class="gothic">
|
181
|
|
- <div id="template_title_block">
|
182
|
|
- <span id="template_title2">3. 給付金の支給手続き/申請窓口</span>
|
183
|
|
- </div>
|
|
179
|
+ <article id="template">
|
|
180
|
+ <div id="template_title2" class="gothic">
|
|
181
|
+ <div id="template_title_block">
|
|
182
|
+ <span id="template_title2">3. 給付金の支給手続き/申請窓口</span>
|
184
|
183
|
</div>
|
185
|
|
- <span id="template_article_block">
|
|
184
|
+ </div>
|
|
185
|
+ <span id="template_article_block">
|
186
|
186
|
令和3年4月分の児童手当または特別児童扶養手当の受給者で住民税非課税の人(公務員を除く)<br>
|
187
|
187
|
申請手続きは必要ありません。<br>
|
188
|
188
|
児童手当または特別児童扶養手当を支給する金融機関への口座の振り込みにより支給します<br>
|
|
@@ -197,19 +197,75 @@
|
197
|
197
|
※給付金の支給後、給付金の支給要件に該当しないことが判明した場合には、給付金を返還していただく必要があります。<br>
|
198
|
198
|
※給付金の支給後、修正申告により住民税(均等割)が課税されるようになった場合は、福祉子ども課までご連絡ください。<br>
|
199
|
199
|
<br>
|
200
|
|
- 詳しくは、以下をご確認ください。<br>
|
|
200
|
+
|
|
201
|
+ 上記以外の人(例:高校生のみ養育している人、家計が急変した人、公務員など)<br>
|
|
202
|
+ <ul>
|
|
203
|
+ <li>
|
|
204
|
+申請手続きが必要です。【申請期限:令和4年2月28日(月)】<br>
|
|
205
|
+(郵送の場合は令和4年2月28日<u><strong>必着</strong></u>)
|
|
206
|
+ </li>
|
|
207
|
+ </ul>
|
|
208
|
+ <li>
|
|
209
|
+申請書に必要書類を添付し、福祉子ども課へ申請してください。
|
|
210
|
+ </li>
|
|
211
|
+ <ul style="list-style: none; text-indent: -1rem">
|
|
212
|
+ <li>
|
|
213
|
+※父母がともに児童を養育している場合は、児童の生計を維持している程度の高い人(通常、所得が高い人)が申請者になります。<br>
|
|
214
|
+ </li>
|
|
215
|
+ <li>
|
|
216
|
+※公務員(児童手当法第17条第1項に規定する「公務員」の人)は、所属長から申請書に証明を受け、申請時にお住いの市町村にご提出ください。<br>
|
|
217
|
+ </li>
|
|
218
|
+ </ul>
|
|
219
|
+【申請書に添付が必要な物】<br>
|
|
220
|
+<ul>
|
|
221
|
+ <li>
|
|
222
|
+申請者の本人確認資料(運転免許証などの写し)<br>
|
|
223
|
+ </li>
|
|
224
|
+ <li>
|
|
225
|
+受取口座の通帳やキャッシュカードの写し<br>
|
|
226
|
+ </li>
|
|
227
|
+ <li>
|
|
228
|
+簡易な収入(所得)見込額の申立書(家計急変での申請の場合は、給与明細書、年金振込通知書などの収入がわかる書類の添付が必要です。)<br>
|
|
229
|
+ </li>
|
|
230
|
+</ul>
|
|
231
|
+各種様式<br>
|
|
232
|
+ <ul>
|
|
233
|
+ <li>
|
|
234
|
+ <a href="../../fourth/notices/293_20210701_4.pdf" target="_blank">(様式第3号)子育て世帯生活支援特別給付金(ひとり親世帯分以外)申請書(PDF:390KB)</a>
|
|
235
|
+ </li>
|
|
236
|
+ <li>
|
|
237
|
+ <a href="../../fourth/notices/293_20210701_5.pdf" target="_blank">(様式第3号)子育て世帯生活支援特別給付金(ひとり親世帯分以外)申請書(記入例)(PDF:475KB)</a>
|
|
238
|
+ </li>
|
|
239
|
+ <li>
|
|
240
|
+ <a href="../../fourth/notices/293_20210701_6.pdf" target="_blank">(様式第4号)簡易な収入見込額の申立書(家計急変者)(PDF:287KB)</a>
|
|
241
|
+ </li>
|
|
242
|
+ <li>
|
|
243
|
+ <a href="../../fourth/notices/293_20210701_7.pdf" target="_blank">(様式第4号)簡易な収入見込額の申立書(家計急変者)(記入例)(PDF:480KB)</a>
|
|
244
|
+ </li>
|
|
245
|
+ <li>
|
|
246
|
+ <a href="../../fourth/notices/293_20210701_8.pdf" target="_blank">(様式第4号)簡易な所得見込額の申立書(家計急変者)(PDF:383KB)</a>
|
|
247
|
+ </li>
|
|
248
|
+ <li>
|
|
249
|
+ <a href="../../fourth/notices/293_20210701_9.pdf" target="_blank">(様式第4号)簡易な所得見込額の申立書(家計急変者)(記入例)(PDF:583KB)</a>
|
|
250
|
+ </li>
|
|
251
|
+ </ul>
|
|
252
|
+ <br>
|
|
253
|
+
|
|
254
|
+ 詳しくは、以下をご確認ください。<br>
|
201
|
255
|
<a href="https://www.mhlw.go.jp/stf/newpage_18013.html"
|
202
|
|
- target="_blank">厚生労働省「低所得の子育て世帯に対する子育て世帯生活支援特別給付金」ホームページ(外部リンク)</a>
|
203
|
|
- <br><br />
|
|
256
|
+ target="_blank">厚生労働省「低所得の子育て世帯に対する子育て世帯生活支援特別給付金」ホームページ(外部リンク)</a>
|
|
257
|
+ <br><br/>
|
|
258
|
+
|
|
259
|
+
|
204
|
260
|
</span>
|
205
|
|
- </article>
|
206
|
|
- <article id="template">
|
207
|
|
- <div id="template_title2" class="gothic">
|
208
|
|
- <div id="template_title_block">
|
209
|
|
- <span id="template_title2">お問い合わせ先</span>
|
210
|
|
- </div>
|
|
261
|
+ </article>
|
|
262
|
+ <article id="template">
|
|
263
|
+ <div id="template_title2" class="gothic">
|
|
264
|
+ <div id="template_title_block">
|
|
265
|
+ <span id="template_title2">お問い合わせ先</span>
|
211
|
266
|
</div>
|
212
|
|
- <span id="template_article_block">
|
|
267
|
+ </div>
|
|
268
|
+ <span id="template_article_block">
|
213
|
269
|
〇厚生労働省「低所得の子育て世帯に対する子育て世帯生活支援特別給付金(ひとり親世帯以外の低所得の子育て世帯分)」コールセンター<br>
|
214
|
270
|
0120-811-166<br>
|
215
|
271
|
受付時間:平日 9時~18時<br>
|
|
@@ -223,23 +279,23 @@
|
223
|
279
|
058-323-1119<br>
|
224
|
280
|
受付時間:平日 8時30分~17時15分<br>
|
225
|
281
|
</span>
|
226
|
|
- </article>
|
|
282
|
+ </article>
|
227
|
283
|
|
228
|
284
|
|
229
|
|
- </section>
|
230
|
|
- </div>
|
|
285
|
+ </section>
|
|
286
|
+ </div>
|
231
|
287
|
|
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>
|
|
288
|
+ <footer>
|
|
289
|
+ <img src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町"/><br/>
|
|
290
|
+ <p class="footer_text"><a href="../../second/Copyright_and_link.html">リンクと著作権</a>|<a
|
|
291
|
+ href="../../second/Privacy_policy.html">個人情報保護指針</a>|<a
|
|
292
|
+ href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a></p>
|
|
293
|
+ </footer>
|
238
|
294
|
|
239
|
295
|
|
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" />
|
|
296
|
+</div>
|
|
297
|
+<img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?092_20151210" height="1"
|
|
298
|
+ width="1"/>
|
243
|
299
|
</body>
|
244
|
300
|
|
245
|
|
-</html>
|
|
301
|
+</html>
|