|
@@ -1,45 +1,49 @@
|
1
|
1
|
<!doctype html>
|
2
|
2
|
<html lang="ja">
|
3
|
|
- <head>
|
4
|
|
- <meta charset="utf-8">
|
5
|
|
- <title>北方町ホームページ</title>
|
6
|
|
- <link rel="stylesheet" href="../../css/base.css">
|
7
|
|
- <link rel="stylesheet" href="../../css/second_header.css">
|
8
|
|
- <link rel="stylesheet" href="../../css/footer.css">
|
9
|
|
- <link rel="stylesheet" href="../../css/section.css">
|
10
|
|
- <link rel="stylesheet" href="../../css/third_template.css" >
|
11
|
|
- <link rel="stylesheet" href="../../css/table.css" >
|
12
|
|
- <link rel="stylesheet" href="../../css/pageview.css" >
|
13
|
|
-<script src="../../js/operation.js"></script>
|
14
|
|
-<meta name="google-translate-customization" content="45643f5d79d6e245-283971e7754d7b90-g905c6e6b6867bf2f-2f"></meta>
|
|
3
|
+
|
|
4
|
+<head>
|
|
5
|
+ <meta charset="utf-8">
|
|
6
|
+ <title>北方町ホームページ</title>
|
|
7
|
+ <link rel="stylesheet" href="../../css/base.css">
|
|
8
|
+ <link rel="stylesheet" href="../../css/second_header.css">
|
|
9
|
+ <link rel="stylesheet" href="../../css/footer.css">
|
|
10
|
+ <link rel="stylesheet" href="../../css/section.css">
|
|
11
|
+ <link rel="stylesheet" href="../../css/third_template.css">
|
|
12
|
+ <link rel="stylesheet" href="../../css/table.css">
|
|
13
|
+ <link rel="stylesheet" href="../../css/pageview.css">
|
|
14
|
+ <script src="../../js/operation.js"></script>
|
|
15
|
+ <meta name="google-translate-customization" content="45643f5d79d6e245-283971e7754d7b90-g905c6e6b6867bf2f-2f"></meta>
|
15
|
16
|
</head>
|
16
|
17
|
|
17
|
18
|
<body id="back">
|
18
|
|
-<div id="main" class="gothic">
|
19
|
|
-<!--セクション 操作-->
|
20
|
|
-<section id="operation" >
|
21
|
|
-<!--セクション 住所-->
|
22
|
|
-<article id="address" >
|
23
|
|
-<address id="operation_add">
|
24
|
|
-<span>北方町役場</span><span> 〒501-0492</span><span> 岐阜県本巣郡北方町長谷川1丁目1番地</span><span> TEL:058-323-1111(代)</span>
|
25
|
|
-</address>
|
26
|
|
-</article>
|
27
|
|
-<div id="controle_panel">
|
28
|
|
-<!--セクション 背景色-->
|
29
|
|
-<article id="bgcolor" >
|
30
|
|
-<img src="../../css/img/013.png" alt="背景色変更ボックス" />
|
31
|
|
-<div id="bgcolor_img">
|
32
|
|
-<input id="button1" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(1)">
|
33
|
|
-<input id="button2" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(2)">
|
34
|
|
-<input id="button3" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(3)">
|
35
|
|
-</div>
|
36
|
|
-<script>
|
37
|
|
-getBackgNumber3();
|
38
|
|
-</script>
|
39
|
|
-</article>
|
|
19
|
+ <div id="main" class="gothic">
|
|
20
|
+ <!--セクション 操作-->
|
|
21
|
+ <section id="operation">
|
|
22
|
+ <!--セクション 住所-->
|
|
23
|
+ <article id="address">
|
|
24
|
+ <address id="operation_add">
|
|
25
|
+ <span>北方町役場</span>
|
|
26
|
+ <span> 〒501-0492</span>
|
|
27
|
+ <span> 岐阜県本巣郡北方町長谷川1丁目1番地</span>
|
|
28
|
+ <span> TEL:058-323-1111(代)</span>
|
|
29
|
+ </address>
|
|
30
|
+ </article>
|
|
31
|
+ <div id="controle_panel">
|
|
32
|
+ <!--セクション 背景色-->
|
|
33
|
+ <article id="bgcolor">
|
|
34
|
+ <img src="../../css/img/013.png" alt="背景色変更ボックス" />
|
|
35
|
+ <div id="bgcolor_img">
|
|
36
|
+ <input id="button1" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(1)">
|
|
37
|
+ <input id="button2" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(2)">
|
|
38
|
+ <input id="button3" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(3)">
|
|
39
|
+ </div>
|
|
40
|
+ <script>
|
|
41
|
+ getBackgNumber3();
|
|
42
|
+ </script>
|
|
43
|
+ </article>
|
40
|
44
|
|
41
|
|
-<!--セクション 文字サイズ-->
|
42
|
|
-<!--<article id="charsize" >
|
|
45
|
+ <!--セクション 文字サイズ-->
|
|
46
|
+ <!--<article id="charsize" >
|
43
|
47
|
<img src="../../css/img/008.png" alt="文字サイズ変更ボックス" />
|
44
|
48
|
<div id="charsize_img">
|
45
|
49
|
<img src="../../css/img/005.png" alt="文字大きさ変更、小さい" />
|
|
@@ -48,90 +52,110 @@ getBackgNumber3();
|
48
|
52
|
</div>
|
49
|
53
|
</article>-->
|
50
|
54
|
|
51
|
|
-<!--セクション サイトマップ-->
|
52
|
|
-<article id="sitemap" >
|
53
|
|
- <div id="sitemap_img">
|
54
|
|
-<a href="../../second/sitemap.html"><img src="../../css/img/kitagata_sitemap.png" alt="サイトマップ" /></a>
|
55
|
|
- </div>
|
56
|
|
-</article>
|
57
|
|
-<!--セクション お問い合わせ-->
|
58
|
|
-<article id="contact" >
|
59
|
|
- <div id="contact_img">
|
60
|
|
-<a href="../../third/town_admini_info/administrative_organization_chart.html"><img src="../../css/img/kitagata_support.png" alt="お問い合わせはこちらから" /></a>
|
61
|
|
- </div>
|
62
|
|
-</article>
|
63
|
|
-<!--セクション 翻訳-->
|
64
|
|
-<article id="translation" >
|
65
|
|
-<div id="translation_img">
|
66
|
|
-<!--<img src="../../css/img/kitagata_Language.png" alt="翻訳" />-->
|
67
|
|
-<div id="google_translate_element"></div>
|
68
|
|
-<script type="text/javascript">
|
69
|
|
-function googleTranslateElementInit() {
|
70
|
|
-new google.translate.TranslateElement({pageLanguage: 'ja', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');
|
71
|
|
-}
|
72
|
|
-</script>
|
73
|
|
-<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
74
|
|
-</div>
|
75
|
|
-</article>
|
76
|
|
-<div id="claer">
|
77
|
|
-</div>
|
78
|
|
-</div>
|
79
|
|
-</section>
|
80
|
|
- <!--ヘッダーデータ-->
|
81
|
|
- <header>
|
82
|
|
- <div id="header" class="gothic">
|
83
|
|
- <a href="../../index.html"><img src="../../css/img/header_emblem.png" width="200px" height="260px"/></a>
|
84
|
|
- <div id="h_block_1">
|
85
|
|
- <div class="h_line">
|
86
|
|
- </div>
|
87
|
|
- <article class="h_text_l">
|
88
|
|
- <a class="h_link" href="../../second/living.html"><span class="h_text">くらしの情報</span></a>
|
89
|
|
- </article>
|
90
|
|
- <article class="h_text_l">
|
91
|
|
- <a class="h_link" href="../../second/tourism.html"><span class="h_text">観光</span></a>
|
92
|
|
- </article>
|
93
|
|
- <article class="h_text_l">
|
94
|
|
- <a class="h_link" href="../../second/business.html"><span class="h_text">事業者向け情報</span></a>
|
95
|
|
- </article>
|
96
|
|
- <article class="h_text_l">
|
97
|
|
- <a class="h_link" href="../../second/town_admini_info.html"><span class="h_text">町政情報</span></a>
|
98
|
|
- </article>
|
99
|
|
- </div>
|
100
|
|
- <div id="h_block_search">
|
101
|
|
- <div class="h_line"></div>
|
102
|
|
- <article class="h_search">
|
103
|
|
- <div class="space10"></div>
|
104
|
|
- <form action="http://www.google.com/search">
|
105
|
|
- <input type="hidden" name="hl" value="ja" />
|
106
|
|
- <input type="hidden" name="ie" value="UTF-8">
|
107
|
|
- <input type="hidden" name="oe" value="UTF-8">
|
108
|
|
- <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch" />
|
109
|
|
- <input type="text" name="q" size="16" maxlength="256" value="" />
|
110
|
|
- <input type="submit" name="btnG" value="検索" />
|
111
|
|
- </form>
|
112
|
|
- </article>
|
113
|
|
- </div>
|
114
|
|
- </div>
|
115
|
|
- </header>
|
|
55
|
+ <!--セクション サイトマップ-->
|
|
56
|
+ <article id="sitemap">
|
|
57
|
+ <div id="sitemap_img">
|
|
58
|
+ <a href="../../second/sitemap.html">
|
|
59
|
+ <img src="../../css/img/kitagata_sitemap.png" alt="サイトマップ" />
|
|
60
|
+ </a>
|
|
61
|
+ </div>
|
|
62
|
+ </article>
|
|
63
|
+ <!--セクション お問い合わせ-->
|
|
64
|
+ <article id="contact">
|
|
65
|
+ <div id="contact_img">
|
|
66
|
+ <a href="../../third/town_admini_info/administrative_organization_chart.html">
|
|
67
|
+ <img src="../../css/img/kitagata_support.png" alt="お問い合わせはこちらから" />
|
|
68
|
+ </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" 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
|
+ <header>
|
|
93
|
+ <div id="header" class="gothic">
|
|
94
|
+ <a href="../../index.html">
|
|
95
|
+ <img src="../../css/img/header_emblem.png" width="200px" height="260px" />
|
|
96
|
+ </a>
|
|
97
|
+ <div id="h_block_1">
|
|
98
|
+ <div class="h_line">
|
|
99
|
+ </div>
|
|
100
|
+ <article class="h_text_l">
|
|
101
|
+ <a class="h_link" href="../../second/living.html">
|
|
102
|
+ <span class="h_text">くらしの情報</span>
|
|
103
|
+ </a>
|
|
104
|
+ </article>
|
|
105
|
+ <article class="h_text_l">
|
|
106
|
+ <a class="h_link" href="../../second/tourism.html">
|
|
107
|
+ <span class="h_text">観光</span>
|
|
108
|
+ </a>
|
|
109
|
+ </article>
|
|
110
|
+ <article class="h_text_l">
|
|
111
|
+ <a class="h_link" href="../../second/business.html">
|
|
112
|
+ <span class="h_text">事業者向け情報</span>
|
|
113
|
+ </a>
|
|
114
|
+ </article>
|
|
115
|
+ <article class="h_text_l">
|
|
116
|
+ <a class="h_link" href="../../second/town_admini_info.html">
|
|
117
|
+ <span class="h_text">町政情報</span>
|
|
118
|
+ </a>
|
|
119
|
+ </article>
|
|
120
|
+ </div>
|
|
121
|
+ <div id="h_block_search">
|
|
122
|
+ <div class="h_line"></div>
|
|
123
|
+ <article class="h_search">
|
|
124
|
+ <div class="space10"></div>
|
|
125
|
+ <form action="http://www.google.com/search">
|
|
126
|
+ <input type="hidden" name="hl" value="ja" />
|
|
127
|
+ <input type="hidden" name="ie" value="UTF-8">
|
|
128
|
+ <input type="hidden" name="oe" value="UTF-8">
|
|
129
|
+ <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch" />
|
|
130
|
+ <input type="text" name="q" size="16" maxlength="256" value="" />
|
|
131
|
+ <input type="submit" name="btnG" value="検索" />
|
|
132
|
+ </form>
|
|
133
|
+ </article>
|
|
134
|
+ </div>
|
|
135
|
+ </div>
|
|
136
|
+ </header>
|
116
|
137
|
|
117
|
|
- <div id="third_body">
|
118
|
|
- <!--セクション template-->
|
119
|
|
- <section id="template" >
|
120
|
|
- <article id="breadcrumb" >
|
121
|
|
- <div id="breadcrumb_title">
|
122
|
|
- <div id="breadcrumb_title_block">
|
123
|
|
- <span id="breadcrumb_title"><a href="../../index.html">トップ</a>><a href="../../second/Parliament.html">議会</a>>平成30年 会期日程</span>
|
124
|
|
- </div>
|
125
|
|
- </div>
|
126
|
|
- </article>
|
127
|
|
- <article id="template" >
|
128
|
|
- <div id="template_title" class="gothic">
|
129
|
|
- <div id="template_title_block">
|
130
|
|
- <span id="template_title">平成30年 会期日程</span>
|
131
|
|
- </div>
|
132
|
|
- </div>
|
133
|
|
- </article>
|
134
|
|
-<!--第回(月)定例議会開始====================================================================================--><!--
|
|
138
|
+ <div id="third_body">
|
|
139
|
+ <!--セクション template-->
|
|
140
|
+ <section id="template">
|
|
141
|
+ <article id="breadcrumb">
|
|
142
|
+ <div id="breadcrumb_title">
|
|
143
|
+ <div id="breadcrumb_title_block">
|
|
144
|
+ <span id="breadcrumb_title">
|
|
145
|
+ <a href="../../index.html">トップ</a>>
|
|
146
|
+ <a href="../../second/Parliament.html">議会</a>>平成30年 会期日程</span>
|
|
147
|
+ </div>
|
|
148
|
+ </div>
|
|
149
|
+ </article>
|
|
150
|
+ <article id="template">
|
|
151
|
+ <div id="template_title" class="gothic">
|
|
152
|
+ <div id="template_title_block">
|
|
153
|
+ <span id="template_title">平成30年 会期日程</span>
|
|
154
|
+ </div>
|
|
155
|
+ </div>
|
|
156
|
+ </article>
|
|
157
|
+ <!--第回(月)定例議会開始====================================================================================-->
|
|
158
|
+ <!--
|
135
|
159
|
<article id="template_list_title" >
|
136
|
160
|
<div id="template_title2" class="gothic">
|
137
|
161
|
<div id="template_title_block">
|
|
@@ -154,162 +178,170 @@ new google.translate.TranslateElement({pageLanguage: 'ja', layout: google.transl
|
154
|
178
|
</span>
|
155
|
179
|
</article>
|
156
|
180
|
<!--第2回(6月)定例議会開始====================================================================================-->
|
157
|
|
- <article id="template_list_title" >
|
158
|
|
- <div id="template_title2" class="gothic">
|
159
|
|
- <div id="template_title_block">
|
160
|
|
- <span id="template_title2">第2回(6月)定例会日程</span>
|
161
|
|
- </div>
|
162
|
|
- </div>
|
163
|
|
- <span id="template_article_block">
|
164
|
|
- <table border="0" cellpadding="3" cellspacing="3" width="675" id="infokitagata" summary="datatable">
|
165
|
|
- <tr>
|
166
|
|
- <th valign="top" align="left" width="15%" bgcolor="#ADD8E6">月日</th>
|
167
|
|
- <th valign="top" align="left" width="5%" bgcolor="#ADD8E6">曜</th>
|
168
|
|
- <th valign="top" align="left" width="80%" bgcolor="#ADD8E6">日程</th>
|
169
|
|
- </tr>
|
170
|
|
- <tr>
|
171
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >6月 5日</td>
|
172
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >火</td>
|
173
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >9:30 議会運営委員会</td>
|
174
|
|
- </tr>
|
175
|
|
- <tr>
|
176
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >6月 8日</td>
|
177
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >金</td>
|
178
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >9:30 全員協議会</td>
|
179
|
|
- </tr>
|
180
|
|
- <tr>
|
181
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >6月11日</td>
|
182
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >月</td>
|
183
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >9:30 定例会開会・提案説明<br />
|
184
|
|
-終了後 議案精読議案勉強会</td>
|
185
|
|
- </tr>
|
186
|
|
- <tr>
|
187
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >6月12日</td>
|
188
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >火</td>
|
189
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >9:30 議案精読議案勉強会</td>
|
190
|
|
- </tr>
|
191
|
|
- <tr>
|
192
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >6月13日</td>
|
193
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >水</td>
|
194
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >9:30 議案精読議案勉強会</td>
|
195
|
|
- </tr>
|
196
|
|
- <tr>
|
197
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >6月14日</td>
|
198
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >木</td>
|
199
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >9:30 議案精読議案勉強会</td>
|
200
|
|
- </tr>
|
201
|
|
- <tr>
|
202
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >6月15日</td>
|
203
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >金</td>
|
204
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >9:30 議案精読議案勉強会</td>
|
205
|
|
- </tr>
|
206
|
|
- <tr>
|
207
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >6月18日</td>
|
208
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >月</td>
|
209
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >9:30 定例会一般質問</td>
|
210
|
|
- </tr>
|
211
|
|
- <tr>
|
212
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >6月19日</td>
|
213
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >火</td>
|
214
|
|
-<td valign="top" align="left" bgcolor="#dcdcdc" >9:30 定例会採決・閉会</td>
|
215
|
|
- </tr>
|
|
181
|
+ <article id="template_list_title">
|
|
182
|
+ <div id="template_title2" class="gothic">
|
|
183
|
+ <div id="template_title_block">
|
|
184
|
+ <span id="template_title2">第2回(6月)定例会日程</span>
|
|
185
|
+ </div>
|
|
186
|
+ </div>
|
|
187
|
+ <span id="template_article_block">
|
|
188
|
+ <table border="0" cellpadding="3" cellspacing="3" width="675" id="infokitagata" summary="datatable">
|
|
189
|
+ <tr>
|
|
190
|
+ <th valign="top" align="left" width="15%" bgcolor="#ADD8E6">月日</th>
|
|
191
|
+ <th valign="top" align="left" width="5%" bgcolor="#ADD8E6">曜</th>
|
|
192
|
+ <th valign="top" align="left" width="80%" bgcolor="#ADD8E6">日程</th>
|
|
193
|
+ </tr>
|
|
194
|
+ <tr>
|
|
195
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">6月 5日</td>
|
|
196
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">火</td>
|
|
197
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">9:30 議会運営委員会</td>
|
|
198
|
+ </tr>
|
|
199
|
+ <tr>
|
|
200
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">6月 8日</td>
|
|
201
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">金</td>
|
|
202
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">9:30 全員協議会</td>
|
|
203
|
+ </tr>
|
|
204
|
+ <tr>
|
|
205
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">6月11日</td>
|
|
206
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">月</td>
|
|
207
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">9:30 定例会開会・提案説明
|
|
208
|
+ <br /> 終了後 議案精読議案勉強会
|
|
209
|
+ </td>
|
|
210
|
+ </tr>
|
|
211
|
+ <tr>
|
|
212
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">6月12日</td>
|
|
213
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">火</td>
|
|
214
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">9:30 議案精読議案勉強会</td>
|
|
215
|
+ </tr>
|
|
216
|
+ <tr>
|
|
217
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">6月13日</td>
|
|
218
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">水</td>
|
|
219
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">9:30 議案精読議案勉強会</td>
|
|
220
|
+ </tr>
|
|
221
|
+ <tr>
|
|
222
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">6月14日</td>
|
|
223
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">木</td>
|
|
224
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">9:30 議案精読議案勉強会</td>
|
|
225
|
+ </tr>
|
|
226
|
+ <tr>
|
|
227
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">6月15日</td>
|
|
228
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">金</td>
|
|
229
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">9:30 議案精読議案勉強会</td>
|
|
230
|
+ </tr>
|
|
231
|
+ <tr>
|
|
232
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">6月18日</td>
|
|
233
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">月</td>
|
|
234
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">9:30 定例会一般質問</td>
|
|
235
|
+ </tr>
|
|
236
|
+ <tr>
|
|
237
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">6月19日</td>
|
|
238
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">火</td>
|
|
239
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">9:30 定例会採決・閉会</td>
|
|
240
|
+ </tr>
|
216
|
241
|
|
217
|
|
- </table>
|
218
|
|
- </span>
|
219
|
|
- </article>
|
220
|
|
-<!--第1回(1月)臨時議会開始=====================================================================================-->
|
221
|
|
- <article id="template_list_title" >
|
222
|
|
- <div id="template_title2" class="gothic">
|
223
|
|
- <div id="template_title_block">
|
224
|
|
- <span id="template_title2">第1回(3月)定例会日程</span>
|
225
|
|
- </div>
|
226
|
|
- </div>
|
227
|
|
- <span id="template_article_block">
|
228
|
|
- <table border="0" cellpadding="3" cellspacing="3" width="675" id="infokitagata" summary="datatable">
|
229
|
|
- <tr>
|
230
|
|
- <th valign="top" align="left" width="15%" bgcolor="#ADD8E6">月日</th>
|
231
|
|
- <th valign="top" align="left" width="5%" bgcolor="#ADD8E6">曜</th>
|
232
|
|
- <th valign="top" align="left" width="80%" bgcolor="#ADD8E6">日程</th>
|
233
|
|
- </tr>
|
234
|
|
- <tr>
|
235
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >2月23日</td>
|
236
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >金</td>
|
237
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >9:30 議会運営委員会</td>
|
238
|
|
- </tr>
|
239
|
|
- <tr>
|
240
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >2月27日</td>
|
241
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >火</td>
|
242
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >9:30 厚生都市常任委員会協議会</td>
|
243
|
|
- </tr>
|
244
|
|
- <tr>
|
245
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >2月28日</td>
|
246
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >水</td>
|
247
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >9:30 総務教育常任委員会協議会</td>
|
248
|
|
- </tr>
|
249
|
|
- <tr>
|
250
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >3月5日</td>
|
251
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >月</td>
|
252
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >9:30 定例会第1日(開会・提案説明)</td>
|
253
|
|
- </tr>
|
254
|
|
- <tr>
|
255
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >3月6日</td>
|
256
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >火</td>
|
257
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >13:30 議案精読(議案勉強会)</td>
|
258
|
|
- </tr>
|
259
|
|
- <tr>
|
260
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >3月7日</td>
|
261
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >水</td>
|
262
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >9:30 議案精読(議案勉強会)</td>
|
263
|
|
- </tr>
|
264
|
|
- <tr>
|
265
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >3月8日</td>
|
266
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >木</td>
|
267
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >9:30 議案精読(議案勉強会)</td>
|
268
|
|
- </tr>
|
269
|
|
- <tr>
|
270
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >3月9日</td>
|
271
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >金</td>
|
272
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >9:30 定例会第2日(質疑・委員会付託)</td>
|
273
|
|
- </tr>
|
274
|
|
- <tr>
|
275
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >3月12日</td>
|
276
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >月</td>
|
277
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >9:30 定例会第3日(一般質問)</td>
|
278
|
|
- </tr>
|
279
|
|
- <tr>
|
280
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >3月13日</td>
|
281
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >火</td>
|
282
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >9:30 厚生都市常任委員会(付託案件審査)</td>
|
283
|
|
- </tr>
|
284
|
|
- <tr>
|
285
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >3月14日</td>
|
286
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >水</td>
|
287
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >9:30 総務教育常任委員会(付託案件審査)</td>
|
288
|
|
- </tr>
|
289
|
|
- <tr>
|
290
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >3月16日</td>
|
291
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >金</td>
|
292
|
|
- <td valign="top" align="left" bgcolor="#dcdcdc" >9:30 定例会第4日(採決・閉会)</td>
|
293
|
|
- </tr>
|
294
|
|
- </table>
|
295
|
|
- </span>
|
296
|
|
- </article>
|
297
|
|
-<!--第1回(1月)臨時議会終了=====================================================================================-->
|
|
242
|
+ </table>
|
|
243
|
+ </span>
|
|
244
|
+ </article>
|
|
245
|
+ <!--第1回(1月)臨時議会開始=====================================================================================-->
|
|
246
|
+ <article id="template_list_title">
|
|
247
|
+ <div id="template_title2" class="gothic">
|
|
248
|
+ <div id="template_title_block">
|
|
249
|
+ <span id="template_title2">第1回(3月)定例会日程</span>
|
|
250
|
+ </div>
|
|
251
|
+ </div>
|
|
252
|
+ <span id="template_article_block">
|
|
253
|
+ <table border="0" cellpadding="3" cellspacing="3" width="675" id="infokitagata" summary="datatable">
|
|
254
|
+ <tr>
|
|
255
|
+ <th valign="top" align="left" width="15%" bgcolor="#ADD8E6">月日</th>
|
|
256
|
+ <th valign="top" align="left" width="5%" bgcolor="#ADD8E6">曜</th>
|
|
257
|
+ <th valign="top" align="left" width="80%" bgcolor="#ADD8E6">日程</th>
|
|
258
|
+ </tr>
|
|
259
|
+ <tr>
|
|
260
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">2月23日</td>
|
|
261
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">金</td>
|
|
262
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">9:30 議会運営委員会</td>
|
|
263
|
+ </tr>
|
|
264
|
+ <tr>
|
|
265
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">2月27日</td>
|
|
266
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">火</td>
|
|
267
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">9:30 厚生都市常任委員会協議会</td>
|
|
268
|
+ </tr>
|
|
269
|
+ <tr>
|
|
270
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">2月28日</td>
|
|
271
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">水</td>
|
|
272
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">9:30 総務教育常任委員会協議会</td>
|
|
273
|
+ </tr>
|
|
274
|
+ <tr>
|
|
275
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">3月5日</td>
|
|
276
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">月</td>
|
|
277
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">9:30 定例会第1日(開会・提案説明)</td>
|
|
278
|
+ </tr>
|
|
279
|
+ <tr>
|
|
280
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">3月6日</td>
|
|
281
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">火</td>
|
|
282
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">13:30 議案精読(議案勉強会)</td>
|
|
283
|
+ </tr>
|
|
284
|
+ <tr>
|
|
285
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">3月7日</td>
|
|
286
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">水</td>
|
|
287
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">9:30 議案精読(議案勉強会)</td>
|
|
288
|
+ </tr>
|
|
289
|
+ <tr>
|
|
290
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">3月8日</td>
|
|
291
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">木</td>
|
|
292
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">9:30 議案精読(議案勉強会)</td>
|
|
293
|
+ </tr>
|
|
294
|
+ <tr>
|
|
295
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">3月9日</td>
|
|
296
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">金</td>
|
|
297
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">9:30 定例会第2日(質疑・委員会付託)</td>
|
|
298
|
+ </tr>
|
|
299
|
+ <tr>
|
|
300
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">3月12日</td>
|
|
301
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">月</td>
|
|
302
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">9:30 定例会第3日(一般質問)</td>
|
|
303
|
+ </tr>
|
|
304
|
+ <tr>
|
|
305
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">3月13日</td>
|
|
306
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">火</td>
|
|
307
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">9:30 厚生都市常任委員会(付託案件審査)</td>
|
|
308
|
+ </tr>
|
|
309
|
+ <tr>
|
|
310
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">3月14日</td>
|
|
311
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">水</td>
|
|
312
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">9:30 総務教育常任委員会(付託案件審査)</td>
|
|
313
|
+ </tr>
|
|
314
|
+ <tr>
|
|
315
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">3月16日</td>
|
|
316
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">金</td>
|
|
317
|
+ <td valign="top" align="left" bgcolor="#dcdcdc">9:30 定例会第4日(採決・閉会)</td>
|
|
318
|
+ </tr>
|
|
319
|
+ </table>
|
|
320
|
+ </span>
|
|
321
|
+ </article>
|
|
322
|
+ <!--第1回(1月)臨時議会終了=====================================================================================-->
|
298
|
323
|
|
299
|
324
|
|
300
|
|
- <span id="template_article_block">
|
301
|
|
- <br />*日程については変更する場合がありますのでご了承ください。
|
302
|
|
- </span>
|
303
|
|
- </section>
|
304
|
|
- </div>
|
|
325
|
+ <span id="template_article_block">
|
|
326
|
+ <br />*日程については変更する場合がありますのでご了承ください。
|
|
327
|
+ </span>
|
|
328
|
+ </section>
|
|
329
|
+ </div>
|
|
330
|
+
|
|
331
|
+ <footer>
|
|
332
|
+ <img src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町" />
|
|
333
|
+ <br />
|
|
334
|
+ <p class="footer_text">
|
|
335
|
+ <a href="../../second/Copyright_and_link.html">リンクと著作権</a>|
|
|
336
|
+ <a href="../../second/Privacy_policy.html">個人情報保護指針</a>|
|
|
337
|
+ <a href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a>
|
|
338
|
+ </p>
|
|
339
|
+ </footer>
|
305
|
340
|
|
306
|
|
- <footer>
|
307
|
|
- <img src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町"/><br />
|
308
|
|
- <p class="footer_text"><a href="../../second/Copyright_and_link.html">リンクと著作権</a>|<a href="../../second/Privacy_policy.html">個人情報保護指針</a>|<a href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a></p>
|
309
|
|
- </footer>
|
310
|
341
|
|
|
342
|
+ </div>
|
|
343
|
+ <img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?Session_schedule_h26" height="1"
|
|
344
|
+ width="1" />
|
|
345
|
+</body>
|
311
|
346
|
|
312
|
|
- </div>
|
313
|
|
- <img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?Session_schedule_h26" height="1" width="1" />
|
314
|
|
- </body>
|
315
|
|
-</html>
|
|
347
|
+</html>
|