|
@@ -17,136 +17,136 @@
|
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>
|
|
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>
|
128
|
127
|
</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">
|
|
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>>北方町立保育園における公私連携保育法人を募集します
|
139
|
139
|
|
140
|
|
- </div>
|
141
|
|
- </article>
|
142
|
|
- <article id="template">
|
143
|
|
- <div id="template_title" class="gothic">
|
144
|
|
- <div id="template_title_block">
|
|
140
|
+ </div>
|
|
141
|
+ </article>
|
|
142
|
+ <article id="template">
|
|
143
|
+ <div id="template_title" class="gothic">
|
|
144
|
+ <div id="template_title_block">
|
145
|
145
|
<span id="template_title" style="font-size: 17px">北方町立保育園における公私連携保育法人を募集します
|
146
|
146
|
</span>
|
147
|
|
- </div>
|
148
|
147
|
</div>
|
149
|
|
- <span id="template_article_block">
|
|
148
|
+ </div>
|
|
149
|
+ <span id="template_article_block">
|
150
|
150
|
北方町立保育園民営化及び統廃合計画に基づき、北方町立保育園のうち、北方東保育園及び北方南保育園における公私連携保育法人を募集します。<br><br>
|
151
|
151
|
●対象施設:北方町立北方東保育園<br>
|
152
|
152
|
北方町立北方南保育園<br>
|
|
@@ -154,32 +154,32 @@
|
154
|
154
|
北方南保育園は、令和9年4月1日から<br>
|
155
|
155
|
●募集期間:令和3年6月3日(木)から令和3年8月2日(月)<br>
|
156
|
156
|
</span>
|
157
|
|
- </article>
|
|
157
|
+ </article>
|
158
|
158
|
|
159
|
|
- <article id="template">
|
160
|
|
- <div id="template_title2" class="gothic">
|
161
|
|
- <div id="template_title_block">
|
162
|
|
- <span id="template_title2">【1.募集内容の詳細について】</span>
|
163
|
|
- </div>
|
|
159
|
+ <article id="template">
|
|
160
|
+ <div id="template_title2" class="gothic">
|
|
161
|
+ <div id="template_title_block">
|
|
162
|
+ <span id="template_title2">【1.募集内容の詳細について】</span>
|
164
|
163
|
</div>
|
165
|
|
- <span id="template_article_block">
|
|
164
|
+ </div>
|
|
165
|
+ <span id="template_article_block">
|
166
|
166
|
<a href="../../fourth/notices/292_20210523_1.pdf" target="_blank"> ・北方町公私連携保育法人募集要項(PDF)</a><br>
|
167
|
167
|
<a target="_blank"
|
168
|
|
- href="../../fourth/notices/292_20210523_2.pdf">・北方町公私連携保育法人候補者 選考方法基準(PDF)</a><br>
|
|
168
|
+ href="../../fourth/notices/292_20210523_2.pdf">・北方町公私連携保育法人候補者 選考方法基準(PDF)</a><br>
|
169
|
169
|
<a target="_blank"
|
170
|
|
- href="../../fourth/notices/292_20210523_3.pdf">・北方町公私連携保育法人の指定に関する要綱(PDF)</a><br>
|
|
170
|
+ href="../../fourth/notices/292_20210523_3.pdf">・北方町公私連携保育法人の指定に関する要綱(PDF)</a><br>
|
171
|
171
|
<a target="_blank"
|
172
|
|
- href="../../fourth/notices/292_20210523_4.pdf">・北方町立保育園民営化及び統廃合計画(PDF)</a><br>
|
|
172
|
+ href="../../fourth/notices/292_20210523_4.pdf">・北方町立保育園民営化及び統廃合計画(PDF)</a><br>
|
173
|
173
|
</span>
|
174
|
|
- </article>
|
|
174
|
+ </article>
|
175
|
175
|
|
176
|
|
- <article id="template">
|
177
|
|
- <div id="template_title2" class="gothic">
|
178
|
|
- <div id="template_title_block">
|
179
|
|
- <span id="template_title2">【2.指定申請書等】</span>
|
180
|
|
- </div>
|
|
176
|
+ <article id="template">
|
|
177
|
+ <div id="template_title2" class="gothic">
|
|
178
|
+ <div id="template_title_block">
|
|
179
|
+ <span id="template_title2">【2.指定申請書等】</span>
|
181
|
180
|
</div>
|
182
|
|
- <span id="template_article_block">
|
|
181
|
+ </div>
|
|
182
|
+ <span id="template_article_block">
|
183
|
183
|
●指定申請書及び添付書類様式<br>
|
184
|
184
|
<a href="../../fourth/notices/292_20210523_5.doc">・北方町公私連携保育法人指定申請書(doc)</a><br>
|
185
|
185
|
<a href="../../fourth/notices/292_20210523_6.xls">・別添1 職員計画書(xls)</a><br>
|
|
@@ -213,33 +213,44 @@
|
213
|
213
|
|
214
|
214
|
|
215
|
215
|
</span>
|
216
|
|
- </article>
|
|
216
|
+ </article>
|
217
|
217
|
|
218
|
|
- <article id="template">
|
219
|
|
- <div id="template_title2" class="gothic">
|
220
|
|
- <div id="template_title_block">
|
221
|
|
- <span id="template_title2">【3.質問に対する回答について】</span>
|
222
|
|
- </div>
|
|
218
|
+ <article id="template">
|
|
219
|
+ <div id="template_title2" class="gothic">
|
|
220
|
+ <div id="template_title_block">
|
|
221
|
+ <span id="template_title2">【3.質問に対する回答について】</span>
|
223
|
222
|
</div>
|
224
|
|
- <span id="template_article_block">
|
|
223
|
+ </div>
|
|
224
|
+ <span id="template_article_block">
|
225
|
225
|
<a href="../../fourth/notices/292_20210523_13.pdf" target="_blank">質問についての回答(PDF)</a>
|
226
|
226
|
</span>
|
227
|
|
- </article>
|
|
227
|
+ </article>
|
228
|
228
|
|
229
|
|
- </section>
|
230
|
|
- </div>
|
|
229
|
+ <article id="template">
|
|
230
|
+ <div id="template_title2" class="gothic">
|
|
231
|
+ <div id="template_title_block">
|
|
232
|
+ <span id="template_title2">【4.公私連携保育法人の選定について】</span>
|
|
233
|
+ </div>
|
|
234
|
+ </div>
|
|
235
|
+ <span id="template_article_block">
|
|
236
|
+ 令和3年11月19日(金)13時30分から開催されました「北方町公私連携保育法人選定委員会」においてプロポーザル審査が実施され、
|
|
237
|
+ 提案のあった事業者の提案内容を審査した結果、公私連携保育法人候補者として「社会福祉法人真人舎」が選定されました。今後は提案内容をもとに民営化の協議を進めてまいります。 </span>
|
|
238
|
+ </article>
|
|
239
|
+
|
|
240
|
+ </section>
|
|
241
|
+ </div>
|
231
|
242
|
|
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>
|
|
243
|
+ <footer>
|
|
244
|
+ <img src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町"/><br/>
|
|
245
|
+ <p class="footer_text"><a href="../../second/Copyright_and_link.html">リンクと著作権</a>|<a
|
|
246
|
+ href="../../second/Privacy_policy.html">個人情報保護指針</a>|<a
|
|
247
|
+ href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a></p>
|
|
248
|
+ </footer>
|
238
|
249
|
|
239
|
250
|
|
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" />
|
|
251
|
+</div>
|
|
252
|
+<img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?092_20151210" height="1"
|
|
253
|
+ width="1"/>
|
243
|
254
|
</body>
|
244
|
255
|
|
245
|
256
|
</html>
|