|
@@ -23,351 +23,362 @@
|
23
|
23
|
</head>
|
24
|
24
|
|
25
|
25
|
<body id="back">
|
26
|
|
- <script type="text/javascript">
|
|
26
|
+<script type="text/javascript">
|
27
|
27
|
function googleTranslateElementInit() {
|
28
|
|
- new google.translate.TranslateElement({
|
29
|
|
- pageLanguage: 'ja',
|
30
|
|
- layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
31
|
|
- }, 'google_translate_element');
|
|
28
|
+ new google.translate.TranslateElement({
|
|
29
|
+ pageLanguage: 'ja',
|
|
30
|
+ layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
|
31
|
+ }, 'google_translate_element');
|
32
|
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> TEL:058-323-1111(代)</span>
|
43
|
|
- </address>
|
|
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> TEL:058-323-1111(代)</span>
|
|
43
|
+ </address>
|
|
44
|
+ </article>
|
|
45
|
+ <div id="controle_panel">
|
|
46
|
+ <!--セクション 背景色-->
|
|
47
|
+ <article id="bgcolor">
|
|
48
|
+ <img src="../../css/img/013.png" alt="背景色変更ボックス"/>
|
|
49
|
+ <div id="bgcolor_img">
|
|
50
|
+ <input type="image" src="../../css/img/010.png" value="1" alt="背景色1番目" onClick="setBackground3(1)">
|
|
51
|
+ <input type="image" src="../../css/img/011.png" value="2" alt="背景色2番目" onClick="setBackground3(2)">
|
|
52
|
+ <input type="image" src="../../css/img/012.png" value="3" alt="背景色3番目" onClick="setBackground3(3)">
|
|
53
|
+ </div>
|
44
|
54
|
</article>
|
45
|
|
- <div id="controle_panel">
|
46
|
|
- <!--セクション 背景色-->
|
47
|
|
- <article id="bgcolor">
|
48
|
|
- <img src="../../css/img/013.png" alt="背景色変更ボックス" />
|
49
|
|
- <div id="bgcolor_img">
|
50
|
|
- <input type="image" src="../../css/img/010.png" value="1" alt="背景色1番目" onClick="setBackground3(1)">
|
51
|
|
- <input type="image" src="../../css/img/011.png" value="2" alt="背景色2番目" onClick="setBackground3(2)">
|
52
|
|
- <input type="image" src="../../css/img/012.png" value="3" alt="背景色3番目" onClick="setBackground3(3)">
|
53
|
|
- </div>
|
54
|
|
- </article>
|
55
|
|
- <!--セクション 文字サイズ-->
|
56
|
|
- <!--<article id="charsize" >
|
57
|
|
- <img src="../../css/img/008.png" alt="文字サイズ変更ボックス" />
|
58
|
|
- <div id="charsize_img">
|
59
|
|
- <img src="../../css/img/005.png" alt="文字大きさ変更、小さい" />
|
60
|
|
- <img src="../../css/img/006.png" alt="文字大きさ変更、中間" />
|
61
|
|
- <img src="../../css/img/007.png" alt="文字大きさ変更、大きい" />
|
62
|
|
- </div>
|
63
|
|
- </article>-->
|
|
55
|
+ <!--セクション 文字サイズ-->
|
|
56
|
+ <!--<article id="charsize" >
|
|
57
|
+ <img src="../../css/img/008.png" alt="文字サイズ変更ボックス" />
|
|
58
|
+ <div id="charsize_img">
|
|
59
|
+ <img src="../../css/img/005.png" alt="文字大きさ変更、小さい" />
|
|
60
|
+ <img src="../../css/img/006.png" alt="文字大きさ変更、中間" />
|
|
61
|
+ <img src="../../css/img/007.png" alt="文字大きさ変更、大きい" />
|
|
62
|
+ </div>
|
|
63
|
+ </article>-->
|
64
|
64
|
|
65
|
|
- <!--セクション サイトマップ-->
|
66
|
|
- <article id="sitemap">
|
67
|
|
- <div id="sitemap_img">
|
68
|
|
- <a href="../../second/sitemap.html"><img src="../../css/img/kitagata_sitemap.png" alt="サイトマップ" /></a>
|
69
|
|
- </div>
|
70
|
|
- </article>
|
71
|
|
- <!--セクション お問い合わせ-->
|
72
|
|
- <article id="contact">
|
73
|
|
- <div id="contact_img">
|
74
|
|
- <a href="../../third/town_admini_info/administrative_organization_chart.html"><img
|
75
|
|
- src="../../css/img/kitagata_support.png" alt="お問い合わせはこちらから" /></a>
|
76
|
|
- </div>
|
77
|
|
- </article>
|
78
|
|
- <!--セクション 翻訳-->
|
79
|
|
- <article id="translation">
|
80
|
|
- <div id="translation_img">
|
81
|
|
- <!--<img src="../../css/img/kitagata_Language.png" alt="翻訳" />-->
|
82
|
|
- <div id="google_translate_element"></div>
|
83
|
|
- <script type="text/javascript">
|
|
65
|
+ <!--セクション サイトマップ-->
|
|
66
|
+ <article id="sitemap">
|
|
67
|
+ <div id="sitemap_img">
|
|
68
|
+ <a href="../../second/sitemap.html"><img src="../../css/img/kitagata_sitemap.png" alt="サイトマップ"/></a>
|
|
69
|
+ </div>
|
|
70
|
+ </article>
|
|
71
|
+ <!--セクション お問い合わせ-->
|
|
72
|
+ <article id="contact">
|
|
73
|
+ <div id="contact_img">
|
|
74
|
+ <a href="../../third/town_admini_info/administrative_organization_chart.html"><img
|
|
75
|
+ src="../../css/img/kitagata_support.png" alt="お問い合わせはこちらから"/></a>
|
|
76
|
+ </div>
|
|
77
|
+ </article>
|
|
78
|
+ <!--セクション 翻訳-->
|
|
79
|
+ <article id="translation">
|
|
80
|
+ <div id="translation_img">
|
|
81
|
+ <!--<img src="../../css/img/kitagata_Language.png" alt="翻訳" />-->
|
|
82
|
+ <div id="google_translate_element"></div>
|
|
83
|
+ <script type="text/javascript">
|
84
|
84
|
function googleTranslateElementInit() {
|
85
|
|
- new google.translate.TranslateElement({
|
86
|
|
- pageLanguage: 'ja',
|
87
|
|
- layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
88
|
|
- }, 'google_translate_element');
|
|
85
|
+ new google.translate.TranslateElement({
|
|
86
|
+ pageLanguage: 'ja',
|
|
87
|
+ layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
|
88
|
+ }, 'google_translate_element');
|
89
|
89
|
}
|
90
|
|
- </script>
|
91
|
|
- <script type="text/javascript"
|
92
|
|
- src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
93
|
|
- </div>
|
94
|
|
- </article>
|
95
|
|
- <div id="claer">
|
|
90
|
+ </script>
|
|
91
|
+ <script type="text/javascript"
|
|
92
|
+ src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
96
|
93
|
</div>
|
|
94
|
+ </article>
|
|
95
|
+ <div id="claer">
|
97
|
96
|
</div>
|
98
|
|
- </section>
|
|
97
|
+ </div>
|
|
98
|
+ </section>
|
99
|
99
|
|
100
|
|
- <!--ヘッダーデータ-->
|
101
|
|
- <header>
|
102
|
|
- <div id="header" class="gothic">
|
103
|
|
- <a href="../../index.html"><img src="../../css/img/header_emblem.png" width="200px" height="260px" /></a>
|
104
|
|
- <div id="h_block_1">
|
105
|
|
- <div class="h_line">
|
106
|
|
- </div>
|
107
|
|
- <article class="h_text_l">
|
108
|
|
- <a class="h_link" href="../../second/living.html"><span class="h_text">くらしの情報</span></a>
|
109
|
|
- </article>
|
110
|
|
- <article class="h_text_l">
|
111
|
|
- <a class="h_link" href="../../second/tourism.html"><span class="h_text">観光</span></a>
|
112
|
|
- </article>
|
113
|
|
- <article class="h_text_l">
|
114
|
|
- <a class="h_link" href="../../second/business.html"><span class="h_text">事業者向け情報</span></a>
|
115
|
|
- </article>
|
116
|
|
- <article class="h_text_l">
|
117
|
|
- <a class="h_link" href="../../second/town_admini_info.html"><span class="h_text">町政情報</span></a>
|
118
|
|
- </article>
|
119
|
|
- </div>
|
120
|
|
- <div id="h_block_search">
|
121
|
|
- <div class="h_line"></div>
|
122
|
|
- <article class="h_search">
|
123
|
|
- <div class="space10"></div>
|
124
|
|
- <form action="http://www.google.com/search">
|
125
|
|
- <input type="hidden" name="hl" value="ja" />
|
126
|
|
- <input type="hidden" name="ie" value="UTF-8">
|
127
|
|
- <input type="hidden" name="oe" value="UTF-8">
|
128
|
|
- <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch" />
|
129
|
|
- <input type="text" name="q" size="16" maxlength="256" value="" />
|
130
|
|
- <input type="submit" name="btnG" value="検索" />
|
131
|
|
- </form>
|
132
|
|
- </article>
|
|
100
|
+ <!--ヘッダーデータ-->
|
|
101
|
+ <header>
|
|
102
|
+ <div id="header" class="gothic">
|
|
103
|
+ <a href="../../index.html"><img src="../../css/img/header_emblem.png" width="200px" height="260px"/></a>
|
|
104
|
+ <div id="h_block_1">
|
|
105
|
+ <div class="h_line">
|
133
|
106
|
</div>
|
|
107
|
+ <article class="h_text_l">
|
|
108
|
+ <a class="h_link" href="../../second/living.html"><span class="h_text">くらしの情報</span></a>
|
|
109
|
+ </article>
|
|
110
|
+ <article class="h_text_l">
|
|
111
|
+ <a class="h_link" href="../../second/tourism.html"><span class="h_text">観光</span></a>
|
|
112
|
+ </article>
|
|
113
|
+ <article class="h_text_l">
|
|
114
|
+ <a class="h_link" href="../../second/business.html"><span class="h_text">事業者向け情報</span></a>
|
|
115
|
+ </article>
|
|
116
|
+ <article class="h_text_l">
|
|
117
|
+ <a class="h_link" href="../../second/town_admini_info.html"><span class="h_text">町政情報</span></a>
|
|
118
|
+ </article>
|
134
|
119
|
</div>
|
135
|
|
- </header>
|
136
|
|
-
|
137
|
|
- <!-- mobile header -->
|
138
|
|
- <header class="header">
|
139
|
|
- <div class="headerLogo">
|
140
|
|
- <a href="../../index.html" class="header_link"><img class="headerLogo__image"
|
141
|
|
- src="../../image/logo_kitagata_green_S.png" alt=""></a>
|
142
|
|
- </div>
|
143
|
|
- <div class="headerTitle">
|
144
|
|
- <a href="../../index.html" class="header_link">
|
145
|
|
- <h1 class="headerTitle__text">北方町</h1>
|
146
|
|
- </a>
|
147
|
|
- </div>
|
148
|
|
- <div class="headerSubTitle">
|
149
|
|
- <a href="../../index.html" class="header_link">
|
150
|
|
- <p class="headerSubTitle__text">Kitagata Town Gifu,Japan</p>
|
151
|
|
- </a>
|
152
|
|
- </div>
|
153
|
|
- <div id="h-menu">
|
154
|
|
- <span></span>
|
155
|
|
- <span></span>
|
156
|
|
- <span></span>
|
157
|
|
- <div id="h-text">menu</div>
|
|
120
|
+ <div id="h_block_search">
|
|
121
|
+ <div class="h_line"></div>
|
|
122
|
+ <article class="h_search">
|
|
123
|
+ <div class="space10"></div>
|
|
124
|
+ <form action="http://www.google.com/search">
|
|
125
|
+ <input type="hidden" name="hl" value="ja"/>
|
|
126
|
+ <input type="hidden" name="ie" value="UTF-8">
|
|
127
|
+ <input type="hidden" name="oe" value="UTF-8">
|
|
128
|
+ <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch"/>
|
|
129
|
+ <input type="text" name="q" size="16" maxlength="256" value=""/>
|
|
130
|
+ <input type="submit" name="btnG" value="検索"/>
|
|
131
|
+ </form>
|
|
132
|
+ </article>
|
158
|
133
|
</div>
|
159
|
|
- <div id="h-nav">
|
160
|
|
- <div class="h-menu_main_block_top">
|
161
|
|
- <div class="h-menu_main_block">
|
162
|
|
- <div class="h-menu_block">
|
163
|
|
- <a href="../../second/living.html">
|
164
|
|
- <div class="h-menu_block_text h-menu_block_before">
|
165
|
|
- <div class="h-menu_block_text_center">くらしの情報</div>
|
166
|
|
- </div>
|
167
|
|
- </a>
|
168
|
|
- </div>
|
|
134
|
+ </div>
|
|
135
|
+ </header>
|
|
136
|
+
|
|
137
|
+ <!-- mobile header -->
|
|
138
|
+ <header class="header">
|
|
139
|
+ <div class="headerLogo">
|
|
140
|
+ <a href="../../index.html" class="header_link"><img class="headerLogo__image"
|
|
141
|
+ src="../../image/logo_kitagata_green_S.png" alt=""></a>
|
|
142
|
+ </div>
|
|
143
|
+ <div class="headerTitle">
|
|
144
|
+ <a href="../../index.html" class="header_link">
|
|
145
|
+ <h1 class="headerTitle__text">北方町</h1>
|
|
146
|
+ </a>
|
|
147
|
+ </div>
|
|
148
|
+ <div class="headerSubTitle">
|
|
149
|
+ <a href="../../index.html" class="header_link">
|
|
150
|
+ <p class="headerSubTitle__text">Kitagata Town Gifu,Japan</p>
|
|
151
|
+ </a>
|
|
152
|
+ </div>
|
|
153
|
+ <div id="h-menu">
|
|
154
|
+ <span></span>
|
|
155
|
+ <span></span>
|
|
156
|
+ <span></span>
|
|
157
|
+ <div id="h-text">menu</div>
|
|
158
|
+ </div>
|
|
159
|
+ <div id="h-nav">
|
|
160
|
+ <div class="h-menu_main_block_top">
|
|
161
|
+ <div class="h-menu_main_block">
|
|
162
|
+ <div class="h-menu_block">
|
|
163
|
+ <a href="../../second/living.html">
|
|
164
|
+ <div class="h-menu_block_text h-menu_block_before">
|
|
165
|
+ <div class="h-menu_block_text_center">くらしの情報</div>
|
|
166
|
+ </div>
|
|
167
|
+ </a>
|
169
|
168
|
</div>
|
170
|
|
- <div class="h-menu_main_block">
|
171
|
|
- <div class="h-menu_block">
|
172
|
|
- <a href="../../second/tourism.html">
|
173
|
|
- <div class="h-menu_block_text h-menu_block_before">
|
174
|
|
- <div class="h-menu_block_text_center">
|
175
|
|
- 観光
|
176
|
|
- </div>
|
177
|
|
- </div>
|
178
|
|
- </a>
|
179
|
|
- </div>
|
180
|
|
- </div>`
|
181
|
|
- <div class="h-menu_main_block">
|
182
|
|
- <div class="h-menu_block">
|
183
|
|
- <a href="../../second/business.html">
|
184
|
|
- <div class="h-menu_block_text h-menu_block_before">
|
185
|
|
- <div class="h-menu_block_text_center">事業者向け情報</div>
|
|
169
|
+ </div>
|
|
170
|
+ <div class="h-menu_main_block">
|
|
171
|
+ <div class="h-menu_block">
|
|
172
|
+ <a href="../../second/tourism.html">
|
|
173
|
+ <div class="h-menu_block_text h-menu_block_before">
|
|
174
|
+ <div class="h-menu_block_text_center">
|
|
175
|
+ 観光
|
186
|
176
|
</div>
|
187
|
|
- </a>
|
188
|
|
- </div>
|
|
177
|
+ </div>
|
|
178
|
+ </a>
|
189
|
179
|
</div>
|
190
|
|
- <div class="h-menu_main_block">
|
191
|
|
- <div class="h-menu_block">
|
192
|
|
- <a href="../../second/town_admini_info.html">
|
193
|
|
- <div class="h-menu_block_text h-menu_block_before">
|
194
|
|
- <div class="h-menu_block_text_center">町政情報</div>
|
195
|
|
- </div>
|
196
|
|
- </a>
|
197
|
|
- </div>
|
|
180
|
+ </div>
|
|
181
|
+ `
|
|
182
|
+ <div class="h-menu_main_block">
|
|
183
|
+ <div class="h-menu_block">
|
|
184
|
+ <a href="../../second/business.html">
|
|
185
|
+ <div class="h-menu_block_text h-menu_block_before">
|
|
186
|
+ <div class="h-menu_block_text_center">事業者向け情報</div>
|
|
187
|
+ </div>
|
|
188
|
+ </a>
|
198
|
189
|
</div>
|
199
|
|
- <div class="h-menu_main_block">
|
200
|
|
- <div class="h-menu_block h-menu_block_before">
|
201
|
|
- <a href="../../second/sitemap.html">
|
202
|
|
- <div class="h-menu_block_text h-menu_block_before">
|
203
|
|
- <div class="h-menu_block_text_center">
|
204
|
|
- サイトマップ
|
205
|
|
- </div>
|
206
|
|
- </div>
|
207
|
|
- </a>
|
208
|
|
- </div>
|
|
190
|
+ </div>
|
|
191
|
+ <div class="h-menu_main_block">
|
|
192
|
+ <div class="h-menu_block">
|
|
193
|
+ <a href="../../second/town_admini_info.html">
|
|
194
|
+ <div class="h-menu_block_text h-menu_block_before">
|
|
195
|
+ <div class="h-menu_block_text_center">町政情報</div>
|
|
196
|
+ </div>
|
|
197
|
+ </a>
|
209
|
198
|
</div>
|
210
|
|
- <div class="h-menu_main_block">
|
211
|
|
- <div class="h-menu_block h-menu_block_before">
|
212
|
|
- <a href="https://ai-staff.net/kitagata/chat">
|
213
|
|
- <div class="h-menu_block_text h-menu_block_before">
|
214
|
|
- <div class="h-menu_block_text_center">
|
215
|
|
- AIチャット
|
216
|
|
- </div>
|
|
199
|
+ </div>
|
|
200
|
+ <div class="h-menu_main_block">
|
|
201
|
+ <div class="h-menu_block h-menu_block_before">
|
|
202
|
+ <a href="../../second/sitemap.html">
|
|
203
|
+ <div class="h-menu_block_text h-menu_block_before">
|
|
204
|
+ <div class="h-menu_block_text_center">
|
|
205
|
+ サイトマップ
|
217
|
206
|
</div>
|
218
|
|
- </a>
|
219
|
|
- </div>
|
|
207
|
+ </div>
|
|
208
|
+ </a>
|
220
|
209
|
</div>
|
221
|
|
- <div class="h-menu_main_block">
|
222
|
|
- <div class="h-menu_block h-menu_block_before">
|
223
|
|
- <a href="../../third/town_admini_info/administrative_organization_chart.html">
|
224
|
|
- <div class="h-menu_block_text">
|
225
|
|
- <div class="h-menu_block_text_center">
|
226
|
|
- お問い合わせ一覧
|
227
|
|
- </div>
|
|
210
|
+ </div>
|
|
211
|
+ <div class="h-menu_main_block">
|
|
212
|
+ <div class="h-menu_block h-menu_block_before">
|
|
213
|
+ <a href="https://ai-staff.net/kitagata/chat">
|
|
214
|
+ <div class="h-menu_block_text h-menu_block_before">
|
|
215
|
+ <div class="h-menu_block_text_center">
|
|
216
|
+ AIチャット
|
228
|
217
|
</div>
|
229
|
|
- </a>
|
230
|
|
- </div>
|
|
218
|
+ </div>
|
|
219
|
+ </a>
|
231
|
220
|
</div>
|
232
|
|
- <div class="h-menu_main_block">
|
233
|
|
- <div class="h-menu_lang">
|
234
|
|
- <div class="h-menu_block_lang">
|
|
221
|
+ </div>
|
|
222
|
+ <div class="h-menu_main_block">
|
|
223
|
+ <div class="h-menu_block h-menu_block_before">
|
|
224
|
+ <a href="../../third/town_admini_info/administrative_organization_chart.html">
|
|
225
|
+ <div class="h-menu_block_text">
|
235
|
226
|
<div class="h-menu_block_text_center">
|
236
|
|
- <div class="h-menu_block_text_line">
|
237
|
|
- 背景変更
|
238
|
|
- <div onClick="setBackground3(1)" class="h-menu_block_text_color_1">灰
|
239
|
|
- </div>
|
240
|
|
- <div onClick="setBackground3(2)" class="h-menu_block_text_color_2">黄
|
241
|
|
- </div>
|
242
|
|
- <div onClick="setBackground3(3)" class="h-menu_block_text_color_3">黄緑
|
243
|
|
- </div>
|
|
227
|
+ お問い合わせ一覧
|
|
228
|
+ </div>
|
|
229
|
+ </div>
|
|
230
|
+ </a>
|
|
231
|
+ </div>
|
|
232
|
+ </div>
|
|
233
|
+ <div class="h-menu_main_block">
|
|
234
|
+ <div class="h-menu_lang">
|
|
235
|
+ <div class="h-menu_block_lang">
|
|
236
|
+ <div class="h-menu_block_text_center">
|
|
237
|
+ <div class="h-menu_block_text_line">
|
|
238
|
+ 背景変更
|
|
239
|
+ <div onClick="setBackground3(1)" class="h-menu_block_text_color_1">灰
|
244
|
240
|
</div>
|
245
|
|
- <script>
|
|
241
|
+ <div onClick="setBackground3(2)" class="h-menu_block_text_color_2">黄
|
|
242
|
+ </div>
|
|
243
|
+ <div onClick="setBackground3(3)" class="h-menu_block_text_color_3">黄緑
|
|
244
|
+ </div>
|
|
245
|
+ </div>
|
|
246
|
+ <script>
|
246
|
247
|
getBackgNumber2();
|
247
|
|
- </script>
|
248
|
|
- <div class="h-menu_block_text_line">言語選択
|
249
|
|
- <div class="mobile_translation">
|
250
|
|
- <div id="google_translate_element"></div>
|
251
|
|
- </div>
|
|
248
|
+ </script>
|
|
249
|
+ <div class="h-menu_block_text_line">言語選択
|
|
250
|
+ <div class="mobile_translation">
|
|
251
|
+ <div id="google_translate_element"></div>
|
252
|
252
|
</div>
|
253
|
253
|
</div>
|
254
|
254
|
</div>
|
255
|
255
|
</div>
|
256
|
256
|
</div>
|
257
|
|
- <div class="h-menu_main_block">
|
258
|
|
- <div class="h-menu_search">
|
259
|
|
- <div class="h-menu_block_search">
|
260
|
|
- <form action="https://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="" class="mobile_form_input" />
|
266
|
|
- <input type="submit" name="btnG" value="検索" class="mobile_form_button" />
|
267
|
|
- </form>
|
268
|
|
- </div>
|
|
257
|
+ </div>
|
|
258
|
+ <div class="h-menu_main_block">
|
|
259
|
+ <div class="h-menu_search">
|
|
260
|
+ <div class="h-menu_block_search">
|
|
261
|
+ <form action="https://www.google.com/search">
|
|
262
|
+ <input type="hidden" name="hl" value="ja"/>
|
|
263
|
+ <input type="hidden" name="ie" value="UTF-8">
|
|
264
|
+ <input type="hidden" name="oe" value="UTF-8">
|
|
265
|
+ <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch"/>
|
|
266
|
+ <input type="text" name="q" size="16" maxlength="256" value="" class="mobile_form_input"/>
|
|
267
|
+ <input type="submit" name="btnG" value="検索" class="mobile_form_button"/>
|
|
268
|
+ </form>
|
269
|
269
|
</div>
|
270
|
270
|
</div>
|
271
|
271
|
</div>
|
272
|
272
|
</div>
|
273
|
|
- </header>
|
|
273
|
+ </div>
|
|
274
|
+ </header>
|
274
|
275
|
|
275
|
|
- <div id="third_body">
|
276
|
|
- <section id="template">
|
277
|
|
- <article id="breadcrumb">
|
278
|
|
- <div id="breadcrumb_title">
|
279
|
|
- <div id="breadcrumb_title_block">
|
|
276
|
+ <div id="third_body">
|
|
277
|
+ <section id="template">
|
|
278
|
+ <article id="breadcrumb">
|
|
279
|
+ <div id="breadcrumb_title">
|
|
280
|
+ <div id="breadcrumb_title_block">
|
280
|
281
|
<span id="breadcrumb_title"><a href="../../index.html">トップ</a>><a
|
281
|
|
- href="../../second/living.html">くらしの情報</a>><a
|
282
|
|
- href="../../second/Urban_planning.html">都市計画</a>>北方町通学路交通安全プログラム</span>
|
283
|
|
- </div>
|
|
282
|
+ href="../../second/living.html">くらしの情報</a>><a
|
|
283
|
+ href="../../second/Urban_planning.html">都市計画</a>>北方町通学路交通安全プログラム</span>
|
284
|
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>
|
|
285
|
+ </div>
|
|
286
|
+ </article>
|
|
287
|
+ <article id="template">
|
|
288
|
+ <div id="template_title" class="gothic">
|
|
289
|
+ <div id="template_title_block">
|
|
290
|
+ <span id="template_title">北方町通学路交通安全プログラム</span>
|
291
|
291
|
</div>
|
292
|
|
- <span id="template_article_block">
|
|
292
|
+ </div>
|
|
293
|
+ <span id="template_article_block">
|
293
|
294
|
<p class="paragraphT10">
|
294
|
295
|
平成24年、全国で登下校中の児童生徒が死傷する事故が相次いで発生したことから、平成24年8月に各小学校の通学路において関係機関と連携して緊急合同点検を実施し、必要な対策内容についても関係機関で協議してきました。北方町では、通学路の安全確保に向けた取組を継続的に行うため、平成26年11月に「北方町通学路交通安全プログラム」を策定しました。
|
295
|
296
|
</p>
|
296
|
297
|
<p class="paragraphT10">
|
297
|
298
|
北方町では、今後、本プログラムに基づき、関係機関が連携して、合同点検を実施するとともに、対策実施後の効果把握および対策の改善・充実を行い、児童生徒が安全に通学できるように通学路の安全確保を図っていきます。
|
298
|
299
|
</p>
|
299
|
|
- <br />
|
|
300
|
+ <br/>
|
300
|
301
|
<p class="paragraphT10"><a href="../../fourth/lifeguide/plan/pdf/01anzenprogram.pdf" title="北方町通学路交通安全プログラム"
|
301
|
|
- target="_blank">北方町通学路交通安全プログラム (pdf 約128KB)</a></p>
|
|
302
|
+ target="_blank">北方町通学路交通安全プログラム (pdf 約128KB)</a></p>
|
302
|
303
|
<p class="paragraphT10"><a href="../../fourth/plan/02taisakuithiran_2019.pdf" title="通学路要対策箇所一覧表(平成30年度まで)"
|
303
|
|
- target="_blank">通学路要対策箇所一覧表(平成30年度まで)(pdf 約82KB)</a></p>
|
|
304
|
+ target="_blank">通学路要対策箇所一覧表(平成30年度まで)(pdf 約82KB)</a></p>
|
304
|
305
|
<p class="paragraphT10"><a href="../../fourth/plan/03tugakurozumen_2019.pdf" title="通学路危険箇所(平成30年度まで)"
|
305
|
|
- target="_blank">通学路危険箇所(平成30年度まで) (pdf 1.9MB)</a></p>
|
|
306
|
+ target="_blank">通学路危険箇所(平成30年度まで) (pdf 1.9MB)</a></p>
|
306
|
307
|
<p class="paragraphT10"><a href="../../fourth/plan/02taisakuithiran_2020_2.pdf" title="通学路点検箇所一覧表(令和元年度)"
|
307
|
|
- target="_blank">通学路点検箇所一覧表(令和元年度) (pdf 約208KB)</a></p>
|
|
308
|
+ target="_blank">通学路点検箇所一覧表(令和元年度) (pdf 約208KB)</a></p>
|
308
|
309
|
<p class="paragraphT10"><a href="../../fourth/plan/03tugakurozumen_2020_3.pdf" title="通学路点検箇所(令和元年度)"
|
309
|
|
- target="_blank">通学路点検箇所(令和元年度) (pdf 1.4MB)</a></p>
|
|
310
|
+ target="_blank">通学路点検箇所(令和元年度) (pdf 1.4MB)</a></p>
|
310
|
311
|
<p class="paragraphT10"><a href="../../fourth/plan/02taisakuithiran_2021_1.pdf" title="通学路点検箇所一覧表(令和2年度)"
|
311
|
|
- target="_blank">通学路点検箇所一覧表(令和2年度) (pdf 約186KB)</a></p>
|
|
312
|
+ target="_blank">通学路点検箇所一覧表(令和2年度) (pdf 約186KB)</a></p>
|
312
|
313
|
<p class="paragraphT10"><a href="../../fourth/plan/03tugakurozumen_2021_1.pdf" title="通学路点検箇所(令和2年度)"
|
313
|
|
- target="_blank">通学路点検箇所(令和2年度) (pdf 1.6MB)</a></p>
|
|
314
|
+ target="_blank">通学路点検箇所(令和2年度) (pdf 1.6MB)</a></p>
|
314
|
315
|
<p class="paragraphT10"><a href="../../fourth/plan/02taisakuithiran_2022_1.pdf" title="通学路点検箇所一覧表(令和3年度)"
|
315
|
|
- target="_blank">通学路点検箇所一覧表(令和3年度) (pdf 約144KB)</a></p>
|
|
316
|
+ target="_blank">通学路点検箇所一覧表(令和3年度) (pdf 約144KB)</a></p>
|
316
|
317
|
<p class="paragraphT10"><a href="../../fourth/plan/03tugakurozumen_2022_1.pdf" title="通学路点検箇所(令和3年度)"
|
317
|
|
- target="_blank">通学路点検箇所(令和3年度) (pdf 1.8MB)</a></p>
|
|
318
|
+ target="_blank">通学路点検箇所(令和3年度) (pdf 1.8MB)</a></p>
|
|
319
|
+ <p class="paragraphT10">
|
|
320
|
+ <a href="../../fourth/lifeguide/plan/pdf/02taisakuithiran_2023_1.pdf" title="通学路点検箇所一覧表(令和4年度)" target="_blank">
|
|
321
|
+ 通学路点検箇所一覧表(令和4年度) (pdf 144KB)
|
|
322
|
+ </a>
|
|
323
|
+ </p>
|
|
324
|
+ <p class="paragraphT10">
|
|
325
|
+ <a href="../../fourth/lifeguide/plan/pdf/03tugakurozumen_2023_1.pdf" title="通学路点検箇所(令和4年度)" target="_blank">
|
|
326
|
+ 通学路点検箇所(令和4年度) (pdf 1.2MB)
|
|
327
|
+ </a>
|
|
328
|
+ </p>
|
318
|
329
|
<p class="paragraphT10"><a href="../../fourth/lifeguide/plan/pdf/04tugakuro_map_2021.pdf"
|
319
|
|
- title="令和3年度北方町通園・通学路マップ" target="_blank">令和3年度北方町通園・通学路マップ(pdf 約219KB)</a></p>
|
|
330
|
+ title="令和3年度北方町通園・通学路マップ" target="_blank">令和3年度北方町通園・通学路マップ(pdf 約219KB)</a></p>
|
320
|
331
|
<p class="paragraphT10"><a href="../../fourth/lifeguide/plan/pdf/04tugakuro_map_2022.pdf"
|
321
|
|
- title="令和4年度北方町通園・通学路マップ" target="_blank">令和4年度北方町通園・通学路マップ(pdf 約213KB)</a></p>
|
|
332
|
+ title="令和4年度北方町通園・通学路マップ" target="_blank">令和4年度北方町通園・通学路マップ(pdf 約213KB)</a></p>
|
322
|
333
|
</span>
|
323
|
|
- </article>
|
324
|
|
- <article id="template_list_title">
|
325
|
|
- <div id="template_title2" class="gothic">
|
326
|
|
- <div id="template_title_block">
|
327
|
|
- <span id="template_title2">お問い合わせ</span>
|
328
|
|
- </div>
|
|
334
|
+ </article>
|
|
335
|
+ <article id="template_list_title">
|
|
336
|
+ <div id="template_title2" class="gothic">
|
|
337
|
+ <div id="template_title_block">
|
|
338
|
+ <span id="template_title2">お問い合わせ</span>
|
329
|
339
|
</div>
|
330
|
|
- <span id="template_article_block">
|
331
|
|
- 都市環境課<br />
|
332
|
|
- Tel 058-323-1114<br />
|
333
|
|
- <a href="../../second/Inquiry_form_urban.html">お問い合わせフォーム</a><br />
|
334
|
|
- <br />
|
335
|
|
- 北方町役場教育委員会<br />
|
|
340
|
+ </div>
|
|
341
|
+ <span id="template_article_block">
|
|
342
|
+ 都市環境課<br/>
|
|
343
|
+ Tel 058-323-1114<br/>
|
|
344
|
+ <a href="../../second/Inquiry_form_urban.html">お問い合わせフォーム</a><br/>
|
|
345
|
+ <br/>
|
|
346
|
+ 北方町役場教育委員会<br/>
|
336
|
347
|
Tel 058-323-1115
|
337
|
348
|
</span>
|
338
|
|
- </article>
|
339
|
|
- </section>
|
340
|
|
- </div>
|
|
349
|
+ </article>
|
|
350
|
+ </section>
|
|
351
|
+ </div>
|
341
|
352
|
|
342
|
|
- <footer>
|
343
|
|
- <img class="footer_img" src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町" />
|
344
|
|
- <div class="footer_mobile">
|
345
|
|
- <div class="footer_mobile_title">
|
346
|
|
- <img class="footerImg__logo" src="../../image/logo_kitagata_green_S.png" alt="北方町役場" width="37px">
|
347
|
|
- <h1 class="footerMobile__text">北方町役場</h1>
|
348
|
|
- </div>
|
349
|
|
- <div class="footer_mobile_address">
|
|
353
|
+ <footer>
|
|
354
|
+ <img class="footer_img" src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町"/>
|
|
355
|
+ <div class="footer_mobile">
|
|
356
|
+ <div class="footer_mobile_title">
|
|
357
|
+ <img class="footerImg__logo" src="../../image/logo_kitagata_green_S.png" alt="北方町役場" width="37px">
|
|
358
|
+ <h1 class="footerMobile__text">北方町役場</h1>
|
|
359
|
+ </div>
|
|
360
|
+ <div class="footer_mobile_address">
|
350
|
361
|
<span class="footerTextWrap__text">
|
351
|
362
|
〒501-0492 岐阜県本巣郡北方町長谷川1丁目1番地
|
352
|
363
|
</span><br>
|
353
|
|
- 電話:058-323-1111(代)<br>
|
354
|
|
- FAX:058-323-2963<br>
|
355
|
|
- 開庁日:8時30分~17時15分<br>
|
356
|
|
- (土・日・祝日、年末年始を除く)<br>
|
357
|
|
- </div>
|
|
364
|
+ 電話:058-323-1111(代)<br>
|
|
365
|
+ FAX:058-323-2963<br>
|
|
366
|
+ 開庁日:8時30分~17時15分<br>
|
|
367
|
+ (土・日・祝日、年末年始を除く)<br>
|
358
|
368
|
</div>
|
359
|
|
- <br class="sp__brDisplay">
|
360
|
|
- <p class="footer_text">
|
361
|
|
- <a href="../../second/Copyright_and_link.html">リンクと著作権</a>|
|
362
|
|
- <a href="../../second/Privacy_policy.html">個人情報保護指針</a>|
|
363
|
|
- <a href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a>
|
364
|
|
- </p>
|
365
|
|
- </footer>
|
|
369
|
+ </div>
|
|
370
|
+ <br class="sp__brDisplay">
|
|
371
|
+ <p class="footer_text">
|
|
372
|
+ <a href="../../second/Copyright_and_link.html">リンクと著作権</a>|
|
|
373
|
+ <a href="../../second/Privacy_policy.html">個人情報保護指針</a>|
|
|
374
|
+ <a href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a>
|
|
375
|
+ </p>
|
|
376
|
+ </footer>
|
366
|
377
|
|
367
|
|
- </div>
|
368
|
|
- <img class="cgipageview"
|
369
|
|
- src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?school_route_emergency_inspection_results"
|
370
|
|
- height="1" width="1" />
|
|
378
|
+</div>
|
|
379
|
+<img class="cgipageview"
|
|
380
|
+ src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?school_route_emergency_inspection_results"
|
|
381
|
+ height="1" width="1"/>
|
371
|
382
|
</body>
|
372
|
383
|
|
373
|
|
-</html>
|
|
384
|
+</html>
|