|
@@ -20,31 +20,31 @@
|
20
|
20
|
</head>
|
21
|
21
|
|
22
|
22
|
<body id="back">
|
23
|
|
-<div id="main" class="gothic">
|
24
|
|
- <!--セクション 操作-->
|
25
|
|
- <section id="operation">
|
26
|
|
- <!--セクション 住所-->
|
27
|
|
- <article id="address">
|
28
|
|
- <address id="operation_add">
|
29
|
|
- <span>北方町役場</span><span> 〒501-0492</span><span> 岐阜県本巣郡北方町長谷川1丁目1番地</span><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" onClick="setBackground3(1)">
|
38
|
|
- <input id="button2" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(2)">
|
39
|
|
- <input id="button3" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(3)">
|
40
|
|
- </div>
|
41
|
|
- <script>
|
42
|
|
- getBackgNumber3();
|
43
|
|
- </script>
|
|
23
|
+ <div id="main" class="gothic">
|
|
24
|
+ <!--セクション 操作-->
|
|
25
|
+ <section id="operation">
|
|
26
|
+ <!--セクション 住所-->
|
|
27
|
+ <article id="address">
|
|
28
|
+ <address id="operation_add">
|
|
29
|
+ <span>北方町役場</span><span> 〒501-0492</span><span> 岐阜県本巣郡北方町長谷川1丁目1番地</span><span> TEL:058-323-1111(代)</span>
|
|
30
|
+ </address>
|
44
|
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" onClick="setBackground3(1)">
|
|
38
|
+ <input id="button2" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(2)">
|
|
39
|
+ <input id="button3" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(3)">
|
|
40
|
+ </div>
|
|
41
|
+ <script>
|
|
42
|
+ getBackgNumber3();
|
|
43
|
+ </script>
|
|
44
|
+ </article>
|
45
|
45
|
|
46
|
|
- <!--セクション 文字サイズ-->
|
47
|
|
- <!--<article id="charsize" >
|
|
46
|
+ <!--セクション 文字サイズ-->
|
|
47
|
+ <!--<article id="charsize" >
|
48
|
48
|
<img src="../css/img/008.png" alt="文字サイズ変更ボックス" />
|
49
|
49
|
<div id="charsize_img">
|
50
|
50
|
<img src="../css/img/005.png" alt="文字大きさ変更、小さい" />
|
|
@@ -53,187 +53,184 @@
|
53
|
53
|
</div>
|
54
|
54
|
</article>-->
|
55
|
55
|
|
56
|
|
- <!--セクション サイトマップ-->
|
57
|
|
- <article id="sitemap">
|
58
|
|
- <div id="sitemap_img">
|
59
|
|
- <a href="../../second/sitemap.html"><img src="../../css/img/kitagata_sitemap.png" alt="サイトマップ"/></a>
|
60
|
|
- </div>
|
61
|
|
- </article>
|
62
|
|
- <!--セクション お問い合わせ-->
|
63
|
|
- <article id="contact">
|
64
|
|
- <div id="contact_img">
|
65
|
|
- <a href="../../third/town_admini_info/administrative_organization_chart.html"><img
|
66
|
|
- src="../../css/img/kitagata_support.png"
|
67
|
|
- alt="お問い合わせはこちらから"/></a>
|
68
|
|
- </div>
|
69
|
|
- </article>
|
70
|
|
- <!--セクション 翻訳-->
|
71
|
|
- <article id="translation">
|
72
|
|
- <div id="translation_img">
|
73
|
|
- <!--<img src="../css/img/kitagata_Language.png" alt="翻訳" />-->
|
74
|
|
- <div id="google_translate_element"></div>
|
75
|
|
- <script type="text/javascript">
|
76
|
|
- function googleTranslateElementInit() {
|
77
|
|
- new google.translate.TranslateElement({
|
78
|
|
- pageLanguage: 'ja',
|
79
|
|
- layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
80
|
|
- }, 'google_translate_element');
|
81
|
|
- }
|
82
|
|
- </script>
|
83
|
|
- <script type="text/javascript"
|
84
|
|
- src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
85
|
|
- </div>
|
86
|
|
- </article>
|
87
|
|
- <div id="claer">
|
88
|
|
- </div>
|
89
|
|
- </div>
|
90
|
|
- </section>
|
91
|
|
-
|
92
|
|
- <!--ヘッダーデータ-->
|
93
|
|
- <header>
|
94
|
|
- <div id="header" class="gothic">
|
95
|
|
- <a href="../../index.html">
|
96
|
|
- <img src="../../css/img/header_emblem.png" width="200px" height="260px"/>
|
97
|
|
- </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">
|
103
|
|
- <span class="h_text">くらしの情報</span></a>
|
104
|
|
- </article>
|
105
|
|
- <article class="h_text_l">
|
106
|
|
- <a class="h_link" href="../../second/tourism.html">
|
107
|
|
- <span class="h_text">観光</span></a>
|
|
56
|
+ <!--セクション サイトマップ-->
|
|
57
|
+ <article id="sitemap">
|
|
58
|
+ <div id="sitemap_img">
|
|
59
|
+ <a href="../../second/sitemap.html"><img src="../../css/img/kitagata_sitemap.png" alt="サイトマップ" /></a>
|
|
60
|
+ </div>
|
108
|
61
|
</article>
|
109
|
|
- <article class="h_text_l">
|
110
|
|
- <a class="h_link" href="../../second/business.html">
|
111
|
|
- <span class="h_text">事業者向け情報</span></a>
|
|
62
|
+ <!--セクション お問い合わせ-->
|
|
63
|
+ <article id="contact">
|
|
64
|
+ <div id="contact_img">
|
|
65
|
+ <a href="../../third/town_admini_info/administrative_organization_chart.html"><img src="../../css/img/kitagata_support.png"
|
|
66
|
+ alt="お問い合わせはこちらから" /></a>
|
|
67
|
+ </div>
|
112
|
68
|
</article>
|
113
|
|
- <article class="h_text_l">
|
114
|
|
- <a class="h_link" href="../../second/town_admini_info.html">
|
115
|
|
- <span class="h_text">町政情報</span></a>
|
|
69
|
+ <!--セクション 翻訳-->
|
|
70
|
+ <article id="translation">
|
|
71
|
+ <div id="translation_img">
|
|
72
|
+ <!--<img src="../css/img/kitagata_Language.png" alt="翻訳" />-->
|
|
73
|
+ <div id="google_translate_element"></div>
|
|
74
|
+ <script type="text/javascript">
|
|
75
|
+ function googleTranslateElementInit() {
|
|
76
|
+ new google.translate.TranslateElement({
|
|
77
|
+ pageLanguage: 'ja',
|
|
78
|
+ layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
|
79
|
+ }, 'google_translate_element');
|
|
80
|
+ }
|
|
81
|
+ </script>
|
|
82
|
+ <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
|
83
|
+ </div>
|
116
|
84
|
</article>
|
|
85
|
+ <div id="claer">
|
|
86
|
+ </div>
|
117
|
87
|
</div>
|
118
|
|
- <div id="h_block_search">
|
119
|
|
- <div class="h_line"></div>
|
120
|
|
- <article class="h_search">
|
121
|
|
- <div class="space10"></div>
|
122
|
|
- <form action="http://www.google.com/search">
|
123
|
|
- <input type="hidden" name="hl" value="ja"/>
|
124
|
|
- <input type="hidden" name="ie" value="UTF-8">
|
125
|
|
- <input type="hidden" name="oe" value="UTF-8">
|
126
|
|
- <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch"/>
|
127
|
|
- <input type="text" name="q" size="16" maxlength="256" value=""/>
|
128
|
|
- <input type="submit" name="btnG" value="検索"/>
|
129
|
|
- </form>
|
|
88
|
+ </section>
|
130
|
89
|
|
131
|
|
- </article>
|
|
90
|
+ <!--ヘッダーデータ-->
|
|
91
|
+ <header>
|
|
92
|
+ <div id="header" class="gothic">
|
|
93
|
+ <a href="../../index.html">
|
|
94
|
+ <img src="../../css/img/header_emblem.png" width="200px" height="260px" />
|
|
95
|
+ </a>
|
|
96
|
+ <div id="h_block_1">
|
|
97
|
+ <div class="h_line">
|
|
98
|
+ </div>
|
|
99
|
+ <article class="h_text_l">
|
|
100
|
+ <a class="h_link" href="../../second/living.html">
|
|
101
|
+ <span class="h_text">くらしの情報</span></a>
|
|
102
|
+ </article>
|
|
103
|
+ <article class="h_text_l">
|
|
104
|
+ <a class="h_link" href="../../second/tourism.html">
|
|
105
|
+ <span class="h_text">観光</span></a>
|
|
106
|
+ </article>
|
|
107
|
+ <article class="h_text_l">
|
|
108
|
+ <a class="h_link" href="../../second/business.html">
|
|
109
|
+ <span class="h_text">事業者向け情報</span></a>
|
|
110
|
+ </article>
|
|
111
|
+ <article class="h_text_l">
|
|
112
|
+ <a class="h_link" href="../../second/town_admini_info.html">
|
|
113
|
+ <span class="h_text">町政情報</span></a>
|
|
114
|
+ </article>
|
|
115
|
+ </div>
|
|
116
|
+ <div id="h_block_search">
|
|
117
|
+ <div class="h_line"></div>
|
|
118
|
+ <article class="h_search">
|
|
119
|
+ <div class="space10"></div>
|
|
120
|
+ <form action="http://www.google.com/search">
|
|
121
|
+ <input type="hidden" name="hl" value="ja" />
|
|
122
|
+ <input type="hidden" name="ie" value="UTF-8">
|
|
123
|
+ <input type="hidden" name="oe" value="UTF-8">
|
|
124
|
+ <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch" />
|
|
125
|
+ <input type="text" name="q" size="16" maxlength="256" value="" />
|
|
126
|
+ <input type="submit" name="btnG" value="検索" />
|
|
127
|
+ </form>
|
|
128
|
+
|
|
129
|
+ </article>
|
|
130
|
+ </div>
|
132
|
131
|
</div>
|
133
|
|
- </div>
|
134
|
|
- </header>
|
|
132
|
+ </header>
|
135
|
133
|
|
136
|
|
- <div id="article_body">
|
137
|
|
- <!--セクション space-->
|
138
|
|
- <!--セクション template-->
|
139
|
|
- <section id="template">
|
140
|
|
- <article id="breadcrumb">
|
141
|
|
- <div id="breadcrumb_title">
|
142
|
|
- <div id="breadcrumb_title_block">
|
|
134
|
+ <div id="article_body">
|
|
135
|
+ <!--セクション space-->
|
|
136
|
+ <!--セクション template-->
|
|
137
|
+ <section id="template">
|
|
138
|
+ <article id="breadcrumb">
|
|
139
|
+ <div id="breadcrumb_title">
|
|
140
|
+ <div id="breadcrumb_title_block">
|
143
|
141
|
<span id="breadcrumb_title">
|
144
|
142
|
<a href="../../index.html">トップ</a>>学園構想</span>
|
|
143
|
+ </div>
|
145
|
144
|
</div>
|
146
|
|
- </div>
|
147
|
|
- </article>
|
148
|
|
- <article id="template">
|
149
|
|
- <div id="template_title" class="gothic">
|
150
|
|
- <div id="template_title_block">
|
151
|
|
- <span id="template_title">学園構想</span>
|
|
145
|
+ </article>
|
|
146
|
+ <article id="template">
|
|
147
|
+ <div id="template_title" class="gothic">
|
|
148
|
+ <div id="template_title_block">
|
|
149
|
+ <span id="template_title">学園構想</span>
|
|
150
|
+ </div>
|
152
|
151
|
</div>
|
153
|
|
- </div>
|
154
|
|
- </article>
|
155
|
|
- <article id="template_list_title">
|
156
|
|
- <div id="template_title2" class="gothic">
|
157
|
|
- <div id="template_title_block">
|
158
|
|
- <span id="template_title2">北方町学校構想検討委員会</span>
|
|
152
|
+ </article>
|
|
153
|
+ <article id="template_list_title">
|
|
154
|
+ <div id="template_title2" class="gothic">
|
|
155
|
+ <div id="template_title_block">
|
|
156
|
+ <span id="template_title2">北方町学校構想検討委員会</span>
|
|
157
|
+ </div>
|
159
|
158
|
</div>
|
160
|
|
- </div>
|
161
|
|
- <span id="template_article_block">
|
162
|
|
- <a href="../../fourth/board_of_education/school_concept_review_committee_1.html">第1回北方町学校構想検討委員会会議資料</a><br/>
|
163
|
|
- <a href="../../fourth/board_of_education/school_concept_review_committee_2.html">第2回北方町学校構想検討委員会会議資料</a><br/>
|
164
|
|
- <a href="../../fourth/board_of_education/school_concept_review_committee_3.html">第3回北方町学校構想検討委員会会議資料</a><br/>
|
165
|
|
- <a href="../../fourth/board_of_education/school_concept_review_committee_4.html">第4回北方町学校構想検討委員会会議資料</a><br/>
|
166
|
|
- <a href="../../fourth/board_of_education/school_concept_review_committee_5.html">第5回北方町学校構想検討委員会会議資料</a><br/>
|
|
159
|
+ <span id="template_article_block">
|
|
160
|
+ <a href="../../fourth/board_of_education/school_concept_review_committee_1.html">第1回北方町学校構想検討委員会会議資料</a><br />
|
|
161
|
+ <a href="../../fourth/board_of_education/school_concept_review_committee_2.html">第2回北方町学校構想検討委員会会議資料</a><br />
|
|
162
|
+ <a href="../../fourth/board_of_education/school_concept_review_committee_3.html">第3回北方町学校構想検討委員会会議資料</a><br />
|
|
163
|
+ <a href="../../fourth/board_of_education/school_concept_review_committee_4.html">第4回北方町学校構想検討委員会会議資料</a><br />
|
|
164
|
+ <a href="../../fourth/board_of_education/school_concept_review_committee_5.html">第5回北方町学校構想検討委員会会議資料</a><br />
|
167
|
165
|
</span>
|
168
|
|
- </article>
|
169
|
|
- <article id="template_list_title">
|
170
|
|
- <div id="template_title2" class="gothic">
|
171
|
|
- <div id="template_title_block">
|
172
|
|
- <span id="template_title2">アンケート調査</span>
|
|
166
|
+ </article>
|
|
167
|
+ <article id="template_list_title">
|
|
168
|
+ <div id="template_title2" class="gothic">
|
|
169
|
+ <div id="template_title_block">
|
|
170
|
+ <span id="template_title2">アンケート調査</span>
|
|
171
|
+ </div>
|
173
|
172
|
</div>
|
174
|
|
- </div>
|
175
|
|
- <span id="template_article_block">
|
176
|
|
- 北方町学園構想に関するアンケート調査は終了いたしました。<br/>
|
177
|
|
- みなさまご協力ありがとうございました。<br/>
|
178
|
|
- ・アンケート調査結果<br/>
|
179
|
|
- <a href="../../fourth/education/pdf/school_concept_review_committee_1_8.pdf" target="_blank">「アンケートのお礼とお知らせ(保護者向け)」PDF</a><br/>
|
|
173
|
+ <span id="template_article_block">
|
|
174
|
+ 北方町学園構想に関するアンケート調査は終了いたしました。<br />
|
|
175
|
+ みなさまご協力ありがとうございました。<br />
|
|
176
|
+ ・アンケート調査結果<br />
|
|
177
|
+ <a href="../../fourth/education/pdf/school_concept_review_committee_1_8.pdf" target="_blank">「アンケートのお礼とお知らせ(保護者向け)」PDF</a><br />
|
180
|
178
|
<a href="../../fourth/education/pdf/school_concept_review_committee_1_9.pdf" target="_blank">「学園構想アンケート結果(保護者・教職員分)」PDF</a><br>
|
181
|
179
|
<a href="../../fourth/education/pdf/20181109_questionresult.pdf" target="_blank">「学園構想アンケート結果(一般分)」PDF</a>
|
182
|
180
|
</span>
|
183
|
181
|
|
184
|
|
- </article>
|
185
|
|
- <article id="template_list_title">
|
186
|
|
- <div id="template_title2" class="gothic">
|
187
|
|
- <div id="template_title_block">
|
188
|
|
- <span id="template_title2">Q&A</span>
|
|
182
|
+ </article>
|
|
183
|
+ <article id="template_list_title">
|
|
184
|
+ <div id="template_title2" class="gothic">
|
|
185
|
+ <div id="template_title_block">
|
|
186
|
+ <span id="template_title2">Q&A</span>
|
|
187
|
+ </div>
|
189
|
188
|
</div>
|
190
|
|
- </div>
|
191
|
|
- <span id="template_article_block">
|
|
189
|
+ <span id="template_article_block">
|
192
|
190
|
<a href="../../fourth/education/pdf/school_concept_review_committee_1_7.pdf" target="_blank">学園構想 Q&A 20180516現在</a>
|
193
|
191
|
</span>
|
194
|
|
- </article>
|
195
|
|
- <article id="template_list_title">
|
196
|
|
- <div id="template_title2" class="gothic">
|
197
|
|
- <div id="template_title_block">
|
198
|
|
- <span id="template_title2">ご意見・ご質問</span>
|
|
192
|
+ </article>
|
|
193
|
+ <article id="template_list_title">
|
|
194
|
+ <div id="template_title2" class="gothic">
|
|
195
|
+ <div id="template_title_block">
|
|
196
|
+ <span id="template_title2">ご意見・ご質問</span>
|
|
197
|
+ </div>
|
199
|
198
|
</div>
|
200
|
|
- </div>
|
201
|
|
- <span id="template_article_block">
|
|
199
|
+ <span id="template_article_block">
|
202
|
200
|
ご意見・ご質問は教育委員会代表メール「kyouiku@town.gifu-kitagata.lg.jp」へ送信をお願いします。
|
203
|
201
|
</span>
|
204
|
|
- </article>
|
|
202
|
+ </article>
|
205
|
203
|
|
206
|
|
- <article id="template_list_title">
|
207
|
|
- <div id="template_title2" class="gothic">
|
208
|
|
- <div id="template_title_block">
|
209
|
|
- <span id="template_title2">北方学園構想に関する意見書(案)に対する意見募集について</span>
|
|
204
|
+ <article id="template_list_title">
|
|
205
|
+ <div id="template_title2" class="gothic">
|
|
206
|
+ <div id="template_title_block">
|
|
207
|
+ <span id="template_title2">北方学園構想に関する意見書(案)に対する意見募集について</span>
|
|
208
|
+ </div>
|
210
|
209
|
</div>
|
211
|
|
- </div>
|
212
|
|
- <span id="template_article_block">
|
|
210
|
+ <span id="template_article_block">
|
213
|
211
|
<a href="../../fourth/education/pdf/20190117_school_concept_public_comment_2.pdf" target="_blank">北方学園構想に関する意見書(案)に対する意見募集</a>
|
214
|
212
|
<br>
|
215
|
213
|
<a href="../../fourth/education/pdf/20190117_school_concept_report.pdf" target="_blank">北方学園構想に関する意見書(案)</a>
|
216
|
214
|
<br>
|
217
|
215
|
<a href="../../fourth/education/pdf/20190117_school_concept_report_2.pdf" target="_blank">意見書提出用紙(PDF)</a>
|
218
|
216
|
<br>
|
219
|
|
- <a href="../../fourth/education/pdf/20190117_school_concept_report_doc.doc"
|
220
|
|
- target="_blank">意見書提出用紙(WORD)</a>
|
|
217
|
+ <a href="../../fourth/education/pdf/20190117_school_concept_report_doc.doc" target="_blank">意見書提出用紙(WORD)</a>
|
|
218
|
+ <span style="font-size: x-large">意見募集は終了しました。ご協力ありがとうございました。</span>
|
221
|
219
|
</span>
|
222
|
|
- </article>
|
223
|
|
- </section>
|
224
|
|
- </div>
|
|
220
|
+ </article>
|
|
221
|
+ </section>
|
|
222
|
+ </div>
|
225
|
223
|
|
226
|
|
- <footer>
|
227
|
|
- <img src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町"/>
|
228
|
|
- <br/>
|
229
|
|
- <p class="footer_text"><a href="../../second/Copyright_and_link.html">リンクと著作権</a>|<a
|
230
|
|
- href="../../second/Privacy_policy.html">個人情報保護指針</a>|<a
|
231
|
|
- href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a></p>
|
232
|
|
- </footer>
|
|
224
|
+ <footer>
|
|
225
|
+ <img src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町" />
|
|
226
|
+ <br />
|
|
227
|
+ <p class="footer_text"><a href="../../second/Copyright_and_link.html">リンクと著作権</a>|<a href="../../second/Privacy_policy.html">個人情報保護指針</a>|<a
|
|
228
|
+ href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a></p>
|
|
229
|
+ </footer>
|
233
|
230
|
|
234
|
|
-</div>
|
235
|
|
-<img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?board_of_education" height="1"
|
236
|
|
- width="1"/>
|
|
231
|
+ </div>
|
|
232
|
+ <img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?board_of_education" height="1"
|
|
233
|
+ width="1" />
|
237
|
234
|
</body>
|
238
|
235
|
|
239
|
236
|
</html>
|