|
@@ -17,37 +17,37 @@
|
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>
|
27
|
|
- <span> 〒501-0492</span>
|
28
|
|
- <span> 岐阜県本巣郡北方町長谷川1丁目1番地</span>
|
29
|
|
- <span> TEL:058-323-1111(代)</span>
|
30
|
|
- </address>
|
31
|
|
- </article>
|
32
|
|
- <div id="controle_panel">
|
33
|
|
- <!--セクション 背景色-->
|
34
|
|
- <article id="bgcolor">
|
35
|
|
- <img src="../../css/img/013.png" alt="背景色変更ボックス"/>
|
36
|
|
- <div id="bgcolor_img">
|
37
|
|
- <input id="button1" width="29px" height="28px" value=" " alt=" " type="image"
|
38
|
|
- onClick="setBackground3(1)">
|
39
|
|
- <input id="button2" width="29px" height="28px" value=" " alt=" " type="image"
|
40
|
|
- onClick="setBackground3(2)">
|
41
|
|
- <input id="button3" width="29px" height="28px" value=" " alt=" " type="image"
|
42
|
|
- onClick="setBackground3(3)">
|
43
|
|
- </div>
|
44
|
|
- <script>
|
45
|
|
- getBackgNumber3();
|
46
|
|
- </script>
|
|
20
|
+ <div id="main" class="gothic">
|
|
21
|
+ <!--セクション 操作-->
|
|
22
|
+ <section id="operation">
|
|
23
|
+ <!--セクション 住所-->
|
|
24
|
+ <article id="address">
|
|
25
|
+ <address id="operation_add">
|
|
26
|
+ <span>北方町役場</span>
|
|
27
|
+ <span> 〒501-0492</span>
|
|
28
|
+ <span> 岐阜県本巣郡北方町長谷川1丁目1番地</span>
|
|
29
|
+ <span> TEL:058-323-1111(代)</span>
|
|
30
|
+ </address>
|
47
|
31
|
</article>
|
|
32
|
+ <div id="controle_panel">
|
|
33
|
+ <!--セクション 背景色-->
|
|
34
|
+ <article id="bgcolor">
|
|
35
|
+ <img src="../../css/img/013.png" alt="背景色変更ボックス" />
|
|
36
|
+ <div id="bgcolor_img">
|
|
37
|
+ <input id="button1" width="29px" height="28px" value=" " alt=" " type="image"
|
|
38
|
+ onClick="setBackground3(1)">
|
|
39
|
+ <input id="button2" width="29px" height="28px" value=" " alt=" " type="image"
|
|
40
|
+ onClick="setBackground3(2)">
|
|
41
|
+ <input id="button3" width="29px" height="28px" value=" " alt=" " type="image"
|
|
42
|
+ onClick="setBackground3(3)">
|
|
43
|
+ </div>
|
|
44
|
+ <script>
|
|
45
|
+ getBackgNumber3();
|
|
46
|
+ </script>
|
|
47
|
+ </article>
|
48
|
48
|
|
49
|
|
- <!--セクション 文字サイズ-->
|
50
|
|
- <!--<article id="charsize" >
|
|
49
|
+ <!--セクション 文字サイズ-->
|
|
50
|
+ <!--<article id="charsize" >
|
51
|
51
|
<img src="../../css/img/008.png" alt="文字サイズ変更ボックス" />
|
52
|
52
|
<div id="charsize_img">
|
53
|
53
|
<img src="../../css/img/005.png" alt="文字大きさ変更、小さい" />
|
|
@@ -56,215 +56,216 @@
|
56
|
56
|
</div>
|
57
|
57
|
</article>-->
|
58
|
58
|
|
59
|
|
- <!--セクション サイトマップ-->
|
60
|
|
- <article id="sitemap">
|
61
|
|
- <div id="sitemap_img">
|
62
|
|
- <a href="../../second/sitemap.html">
|
63
|
|
- <img src="../../css/img/kitagata_sitemap.png" alt="サイトマップ"/>
|
64
|
|
- </a>
|
65
|
|
- </div>
|
66
|
|
- </article>
|
67
|
|
- <!--セクション お問い合わせ-->
|
68
|
|
- <article id="contact">
|
69
|
|
- <div id="contact_img">
|
70
|
|
- <a href="../../third/town_admini_info/administrative_organization_chart.html">
|
71
|
|
- <img src="../../css/img/kitagata_support.png" alt="お問い合わせはこちらから"/>
|
72
|
|
- </a>
|
73
|
|
- </div>
|
74
|
|
- </article>
|
75
|
|
- <!--セクション 翻訳-->
|
76
|
|
- <article id="translation">
|
77
|
|
- <div id="translation_img">
|
78
|
|
- <!--<img src="../../css/img/kitagata_Language.png" alt="翻訳" />-->
|
79
|
|
- <div id="google_translate_element"></div>
|
80
|
|
- <script type="text/javascript">
|
81
|
|
- function googleTranslateElementInit() {
|
82
|
|
- new google.translate.TranslateElement({
|
83
|
|
- pageLanguage: 'ja',
|
84
|
|
- layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
85
|
|
- }, 'google_translate_element');
|
86
|
|
- }
|
87
|
|
- </script>
|
88
|
|
- <script type="text/javascript"
|
89
|
|
- src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
90
|
|
- </div>
|
91
|
|
- </article>
|
92
|
|
- <div id="claer">
|
93
|
|
- </div>
|
94
|
|
- </div>
|
95
|
|
- </section>
|
96
|
|
- <!--ヘッダーデータ-->
|
97
|
|
- <header>
|
98
|
|
- <div id="header" class="gothic">
|
99
|
|
- <a href="../../index.html">
|
100
|
|
- <img src="../../css/img/header_emblem.png" width="200px" height="260px"/>
|
101
|
|
- </a>
|
102
|
|
- <div id="h_block_1">
|
103
|
|
- <div class="h_line">
|
104
|
|
- </div>
|
105
|
|
- <article class="h_text_l">
|
106
|
|
- <a class="h_link" href="../../second/living.html">
|
107
|
|
- <span class="h_text">くらしの情報</span>
|
108
|
|
- </a>
|
109
|
|
- </article>
|
110
|
|
- <article class="h_text_l">
|
111
|
|
- <a class="h_link" href="../../second/tourism.html">
|
112
|
|
- <span class="h_text">観光</span>
|
113
|
|
- </a>
|
|
59
|
+ <!--セクション サイトマップ-->
|
|
60
|
+ <article id="sitemap">
|
|
61
|
+ <div id="sitemap_img">
|
|
62
|
+ <a href="../../second/sitemap.html">
|
|
63
|
+ <img src="../../css/img/kitagata_sitemap.png" alt="サイトマップ" />
|
|
64
|
+ </a>
|
|
65
|
+ </div>
|
114
|
66
|
</article>
|
115
|
|
- <article class="h_text_l">
|
116
|
|
- <a class="h_link" href="../../second/business.html">
|
117
|
|
- <span class="h_text">事業者向け情報</span>
|
118
|
|
- </a>
|
|
67
|
+ <!--セクション お問い合わせ-->
|
|
68
|
+ <article id="contact">
|
|
69
|
+ <div id="contact_img">
|
|
70
|
+ <a href="../../third/town_admini_info/administrative_organization_chart.html">
|
|
71
|
+ <img src="../../css/img/kitagata_support.png" alt="お問い合わせはこちらから" />
|
|
72
|
+ </a>
|
|
73
|
+ </div>
|
119
|
74
|
</article>
|
120
|
|
- <article class="h_text_l">
|
121
|
|
- <a class="h_link" href="../../second/town_admini_info.html">
|
122
|
|
- <span class="h_text">町政情報</span>
|
123
|
|
- </a>
|
|
75
|
+ <!--セクション 翻訳-->
|
|
76
|
+ <article id="translation">
|
|
77
|
+ <div id="translation_img">
|
|
78
|
+ <!--<img src="../../css/img/kitagata_Language.png" alt="翻訳" />-->
|
|
79
|
+ <div id="google_translate_element"></div>
|
|
80
|
+ <script type="text/javascript">
|
|
81
|
+ function googleTranslateElementInit() {
|
|
82
|
+ new google.translate.TranslateElement({
|
|
83
|
+ pageLanguage: 'ja',
|
|
84
|
+ layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
|
85
|
+ }, 'google_translate_element');
|
|
86
|
+ }
|
|
87
|
+ </script>
|
|
88
|
+ <script type="text/javascript"
|
|
89
|
+ src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
|
90
|
+ </div>
|
124
|
91
|
</article>
|
|
92
|
+ <div id="claer">
|
|
93
|
+ </div>
|
125
|
94
|
</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>
|
|
95
|
+ </section>
|
|
96
|
+ <!--ヘッダーデータ-->
|
|
97
|
+ <header>
|
|
98
|
+ <div id="header" class="gothic">
|
|
99
|
+ <a href="../../index.html">
|
|
100
|
+ <img src="../../css/img/header_emblem.png" width="200px" height="260px" />
|
|
101
|
+ </a>
|
|
102
|
+ <div id="h_block_1">
|
|
103
|
+ <div class="h_line">
|
|
104
|
+ </div>
|
|
105
|
+ <article class="h_text_l">
|
|
106
|
+ <a class="h_link" href="../../second/living.html">
|
|
107
|
+ <span class="h_text">くらしの情報</span>
|
|
108
|
+ </a>
|
|
109
|
+ </article>
|
|
110
|
+ <article class="h_text_l">
|
|
111
|
+ <a class="h_link" href="../../second/tourism.html">
|
|
112
|
+ <span class="h_text">観光</span>
|
|
113
|
+ </a>
|
|
114
|
+ </article>
|
|
115
|
+ <article class="h_text_l">
|
|
116
|
+ <a class="h_link" href="../../second/business.html">
|
|
117
|
+ <span class="h_text">事業者向け情報</span>
|
|
118
|
+ </a>
|
|
119
|
+ </article>
|
|
120
|
+ <article class="h_text_l">
|
|
121
|
+ <a class="h_link" href="../../second/town_admini_info.html">
|
|
122
|
+ <span class="h_text">町政情報</span>
|
|
123
|
+ </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>
|
139
|
140
|
</div>
|
140
|
|
- </div>
|
141
|
|
- </header>
|
|
141
|
+ </header>
|
142
|
142
|
|
143
|
|
- <div id="third_body">
|
144
|
|
- <!--セクション template-->
|
145
|
|
- <section id="template">
|
146
|
|
- <article id="breadcrumb2">
|
147
|
|
- <div id="breadcrumb_title2">
|
148
|
|
- <div id="breadcrumb_title_block2">
|
149
|
|
- <span id="breadcrumb_title">
|
150
|
|
- <a href="../../index.html">トップ</a>>
|
151
|
|
- <a href="../../second/Coronavirus.html">新型コロナウイルス感染症について</a>>北方町及び関係団体が主催するイベント等の中止情報について</span>
|
|
143
|
+ <div id="third_body">
|
|
144
|
+ <!--セクション template-->
|
|
145
|
+ <section id="template">
|
|
146
|
+ <article id="breadcrumb2">
|
|
147
|
+ <div id="breadcrumb_title2">
|
|
148
|
+ <div id="breadcrumb_title_block2">
|
|
149
|
+ <span id="breadcrumb_title">
|
|
150
|
+ <a href="../../index.html">トップ</a>>
|
|
151
|
+ <a
|
|
152
|
+ href="../../second/Coronavirus.html">新型コロナウイルス感染症について</a>>北方町及び関係団体が主催するイベント等の中止情報について</span>
|
|
153
|
+ </div>
|
152
|
154
|
</div>
|
153
|
|
- </div>
|
154
|
|
- </article>
|
155
|
|
- <article id="template">
|
156
|
|
- <div id="template_title" class="gothic">
|
157
|
|
- <div id="template_title_block">
|
158
|
|
- <span id="template_title">北方町及び関係団体が主催するイベント等の中止情報について</span>
|
|
155
|
+ </article>
|
|
156
|
+ <article id="template">
|
|
157
|
+ <div id="template_title" class="gothic">
|
|
158
|
+ <div id="template_title_block">
|
|
159
|
+ <span id="template_title">北方町及び関係団体が主催するイベント等の中止情報について</span>
|
|
160
|
+ </div>
|
159
|
161
|
</div>
|
160
|
|
- </div>
|
161
|
|
- </article>
|
|
162
|
+ </article>
|
162
|
163
|
|
163
|
|
- <article id="template_list_title">
|
164
|
|
- <div id="template_title2" class="gothic">
|
165
|
|
- <div id="template_title_block">
|
166
|
|
- <span id="template_title2">北方町主催及び関係団体が主催するイベント等の中止情報(令和3年度)</span>
|
|
164
|
+ <article id="template_list_title">
|
|
165
|
+ <div id="template_title2" class="gothic">
|
|
166
|
+ <div id="template_title_block">
|
|
167
|
+ <span id="template_title2">北方町主催及び関係団体が主催するイベント等の中止情報(令和3年度)</span>
|
|
168
|
+ </div>
|
167
|
169
|
</div>
|
168
|
|
- </div>
|
169
|
|
- <span id="template_article_block">
|
170
|
|
- 新型コロナウイルスの感染予防のため、次のイベントを中止または延期します。<br>
|
171
|
|
- <br>
|
172
|
|
- <table id="infokitagata" width="100%" cellspacing="1" cellpadding="3" border="0">
|
173
|
|
- <tbody>
|
174
|
|
- <tr>
|
175
|
|
- <th width="30%" bgcolor="#ADD8E6">イベント等</th>
|
176
|
|
- <th width="30%" bgcolor="#ADD8E6">とき</th>
|
177
|
|
- <th width="30%" bgcolor="#ADD8E6">お問い合わせ先(電話番号)</th>
|
178
|
|
- </tr>
|
179
|
|
- <tr>
|
180
|
|
- <td bgcolor="#CCCCCC">北方まつり(中止)</td>
|
181
|
|
- <td bgcolor="#CCCCCC">5月初旬</td>
|
182
|
|
- <td bgcolor="#CCCCCC">北方町商工会<br>
|
183
|
|
- 058-323-1101</td>
|
184
|
|
- </tr>
|
185
|
|
- <tr>
|
186
|
|
- <td bgcolor="#CCCCCC">予算説明会・町民対話集会(延期)</td>
|
187
|
|
- <td bgcolor="#CCCCCC">5月中旬</td>
|
188
|
|
- <td bgcolor="#CCCCCC">政策財政課<br>
|
189
|
|
- 058-322-9936</td>
|
190
|
|
- </tr>
|
191
|
|
- <tr>
|
192
|
|
- <td bgcolor="#CCCCCC">高齢者グランドゴルフ大会(中止)</td>
|
193
|
|
- <td bgcolor="#CCCCCC">6月9日(水)</td>
|
194
|
|
- <td bgcolor="#CCCCCC">福祉子ども課<br>
|
195
|
|
- (058-323-1119)</td>
|
196
|
|
- </tr>
|
197
|
|
- <tr>
|
198
|
|
- <td bgcolor="#CCCCCC">町民ゴルフ大会<br>
|
199
|
|
- (延期)</td>
|
200
|
|
- <td bgcolor="#CCCCCC">6月2日(水)</td>
|
201
|
|
- <td bgcolor="#CCCCCC">教育委員会<br>
|
202
|
|
- 058-323-1115</td>
|
203
|
|
- </tr>
|
204
|
|
- <tr>
|
205
|
|
- <td bgcolor="#CCCCCC">町内対抗軟式野球大会<br>
|
206
|
|
- (中止)</td>
|
207
|
|
- <td bgcolor="#CCCCCC">7月11日(日)<br>
|
208
|
|
- 7月18日(日)</td>
|
209
|
|
- <td bgcolor="#CCCCCC">教育委員会<br>
|
210
|
|
- 058-323-1115</td>
|
211
|
|
- </tr>
|
212
|
|
- <tr>
|
213
|
|
- <td bgcolor="#CCCCCC">町内対抗女子バレー<br>
|
214
|
|
- ボール大会(中止)</td>
|
215
|
|
- <td bgcolor="#CCCCCC">8月1日(日)</td>
|
216
|
|
- <td bgcolor="#CCCCCC">教育委員会<br>
|
217
|
|
- 058-323-1115</td>
|
218
|
|
- </tr>
|
219
|
|
- <tr>
|
220
|
|
- <td bgcolor="#CCCCCC">町内一斉美化運動<br>(中止)
|
221
|
|
- </td>
|
222
|
|
- <td bgcolor="#CCCCCC">8月1日(日)</td>
|
223
|
|
- <td bgcolor="#CCCCCC">都市環境課<br>
|
224
|
|
- 058-323-1114</td>
|
225
|
|
- </tr>
|
226
|
|
- <tr>
|
227
|
|
- <td bgcolor="#CCCCCC">歩行者天国<br>(中止)</td>
|
228
|
|
- <td bgcolor="#CCCCCC">8月10日(火)</td>
|
229
|
|
- <td bgcolor="#CCCCCC">北方町商工会<br>
|
230
|
|
- 058-323-1101</td>
|
231
|
|
- </tr>
|
232
|
|
- <tr>
|
233
|
|
- <td bgcolor="#CCCCCC">夏祭り盆踊り大会<br>(中止)</td>
|
234
|
|
- <td bgcolor="#CCCCCC">8月17日(火)</td>
|
235
|
|
- <td bgcolor="#CCCCCC">教育委員会<br>
|
236
|
|
- 058-323-1115</td>
|
237
|
|
- </tr>
|
238
|
|
- <tr>
|
239
|
|
- <td bgcolor="#CCCCCC">KITAGATA清流フェス<br>(中止)</td>
|
240
|
|
- <td bgcolor="#CCCCCC">8月29日(日)</td>
|
241
|
|
- <td bgcolor="#CCCCCC">住民保険課<br>
|
242
|
|
- 058-323-1114</td>
|
243
|
|
- </tr>
|
244
|
|
- </tbody>
|
245
|
|
- </table>
|
246
|
|
- <br>
|
247
|
|
- ※詳細については、お問い合わせ先にお願いします。
|
248
|
|
- </span>
|
249
|
|
- </article>
|
|
170
|
+ <span id="template_article_block">
|
|
171
|
+ 新型コロナウイルスの感染予防のため、次のイベントを中止または延期します。<br>
|
|
172
|
+ <br>
|
|
173
|
+ <table id="infokitagata" width="100%" cellspacing="1" cellpadding="3" border="0">
|
|
174
|
+ <tbody>
|
|
175
|
+ <tr>
|
|
176
|
+ <th width="30%" bgcolor="#ADD8E6">イベント等</th>
|
|
177
|
+ <th width="30%" bgcolor="#ADD8E6">とき</th>
|
|
178
|
+ <th width="30%" bgcolor="#ADD8E6">お問い合わせ先(電話番号)</th>
|
|
179
|
+ </tr>
|
|
180
|
+ <tr>
|
|
181
|
+ <td bgcolor="#CCCCCC">北方まつり(中止)</td>
|
|
182
|
+ <td bgcolor="#CCCCCC">5月初旬</td>
|
|
183
|
+ <td bgcolor="#CCCCCC">北方町商工会<br>
|
|
184
|
+ 058-323-1101</td>
|
|
185
|
+ </tr>
|
|
186
|
+ <tr>
|
|
187
|
+ <td bgcolor="#CCCCCC">予算説明会・町民対話集会(延期)</td>
|
|
188
|
+ <td bgcolor="#CCCCCC">5月中旬</td>
|
|
189
|
+ <td bgcolor="#CCCCCC">政策財政課<br>
|
|
190
|
+ 058-322-9936</td>
|
|
191
|
+ </tr>
|
|
192
|
+ <tr>
|
|
193
|
+ <td bgcolor="#CCCCCC">高齢者グランドゴルフ大会(中止)</td>
|
|
194
|
+ <td bgcolor="#CCCCCC">6月9日(水)</td>
|
|
195
|
+ <td bgcolor="#CCCCCC">福祉子ども課<br>
|
|
196
|
+ (058-323-1119)</td>
|
|
197
|
+ </tr>
|
|
198
|
+ <tr>
|
|
199
|
+ <td bgcolor="#CCCCCC">町民ゴルフ大会<br>
|
|
200
|
+ (延期)</td>
|
|
201
|
+ <td bgcolor="#CCCCCC">6月2日(水)</td>
|
|
202
|
+ <td bgcolor="#CCCCCC">教育委員会<br>
|
|
203
|
+ 058-323-1115</td>
|
|
204
|
+ </tr>
|
|
205
|
+ <tr>
|
|
206
|
+ <td bgcolor="#CCCCCC">町内対抗軟式野球大会<br>
|
|
207
|
+ (中止)</td>
|
|
208
|
+ <td bgcolor="#CCCCCC">7月11日(日)<br>
|
|
209
|
+ 7月18日(日)</td>
|
|
210
|
+ <td bgcolor="#CCCCCC">教育委員会<br>
|
|
211
|
+ 058-323-1115</td>
|
|
212
|
+ </tr>
|
|
213
|
+ <tr>
|
|
214
|
+ <td bgcolor="#CCCCCC">町内対抗女子バレー<br>
|
|
215
|
+ ボール大会(中止)</td>
|
|
216
|
+ <td bgcolor="#CCCCCC">8月1日(日)</td>
|
|
217
|
+ <td bgcolor="#CCCCCC">教育委員会<br>
|
|
218
|
+ 058-323-1115</td>
|
|
219
|
+ </tr>
|
|
220
|
+ <tr>
|
|
221
|
+ <td bgcolor="#CCCCCC">町内一斉美化運動<br>(中止)
|
|
222
|
+ </td>
|
|
223
|
+ <td bgcolor="#CCCCCC">8月1日(日)</td>
|
|
224
|
+ <td bgcolor="#CCCCCC">都市環境課<br>
|
|
225
|
+ 058-323-1114</td>
|
|
226
|
+ </tr>
|
|
227
|
+ <tr>
|
|
228
|
+ <td bgcolor="#CCCCCC">歩行者天国<br>(中止)</td>
|
|
229
|
+ <td bgcolor="#CCCCCC">8月10日(火)</td>
|
|
230
|
+ <td bgcolor="#CCCCCC">北方町商工会<br>
|
|
231
|
+ 058-323-1101</td>
|
|
232
|
+ </tr>
|
|
233
|
+ <tr>
|
|
234
|
+ <td bgcolor="#CCCCCC">夏祭り盆踊り大会<br>(中止)</td>
|
|
235
|
+ <td bgcolor="#CCCCCC">8月17日(火)</td>
|
|
236
|
+ <td bgcolor="#CCCCCC">教育委員会<br>
|
|
237
|
+ 058-323-1115</td>
|
|
238
|
+ </tr>
|
|
239
|
+ <tr>
|
|
240
|
+ <td bgcolor="#CCCCCC">KITAGATA清流フェス<br>(中止)</td>
|
|
241
|
+ <td bgcolor="#CCCCCC">8月29日(日)</td>
|
|
242
|
+ <td bgcolor="#CCCCCC">住民保険課<br>
|
|
243
|
+ 058-323-1113</td>
|
|
244
|
+ </tr>
|
|
245
|
+ </tbody>
|
|
246
|
+ </table>
|
|
247
|
+ <br>
|
|
248
|
+ ※詳細については、お問い合わせ先にお願いします。
|
|
249
|
+ </span>
|
|
250
|
+ </article>
|
250
|
251
|
|
251
|
|
- </section>
|
252
|
|
- </div>
|
|
252
|
+ </section>
|
|
253
|
+ </div>
|
253
|
254
|
|
254
|
|
- <footer>
|
255
|
|
- <img src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町"/>
|
256
|
|
- <br/>
|
257
|
|
- <p class="footer_text">
|
258
|
|
- <a href="../../second/Copyright_and_link.html">リンクと著作権</a>|
|
259
|
|
- <a href="../../second/Privacy_policy.html">個人情報保護指針</a>|
|
260
|
|
- <a href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a>
|
261
|
|
- </p>
|
262
|
|
- </footer>
|
|
255
|
+ <footer>
|
|
256
|
+ <img src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町" />
|
|
257
|
+ <br />
|
|
258
|
+ <p class="footer_text">
|
|
259
|
+ <a href="../../second/Copyright_and_link.html">リンクと著作権</a>|
|
|
260
|
+ <a href="../../second/Privacy_policy.html">個人情報保護指針</a>|
|
|
261
|
+ <a href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a>
|
|
262
|
+ </p>
|
|
263
|
+ </footer>
|
263
|
264
|
|
264
|
265
|
|
265
|
|
-</div>
|
266
|
|
-<img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?Session_schedule_h26"
|
267
|
|
- height="1" width="1"/>
|
|
266
|
+ </div>
|
|
267
|
+ <img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?Session_schedule_h26"
|
|
268
|
+ height="1" width="1" />
|
268
|
269
|
</body>
|
269
|
270
|
|
270
|
|
-</html>
|
|
271
|
+</html>
|