|
@@ -2,145 +2,150 @@
|
2
|
2
|
<html lang="ja">
|
3
|
3
|
|
4
|
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
|
|
- <script src="../../../js/operation.js"></script>
|
|
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
|
+ <script src="../../../js/operation.js"></script>
|
14
|
14
|
</head>
|
15
|
15
|
|
16
|
16
|
<body id="back">
|
17
|
|
- <div id="main" class="gothic">
|
|
17
|
+<div id="main" class="gothic">
|
18
|
18
|
<!--セクション 操作-->
|
19
|
19
|
<section id="operation">
|
20
|
|
- <!--セクション 住所-->
|
21
|
|
- <article id="address">
|
22
|
|
- <address id="operation_add">
|
23
|
|
- <span>北方町役場</span><span> 〒501-0492</span><span> 岐阜県本巣郡北方町長谷川1丁目1番地</span><span> TEL:058-323-1111(代)</span>
|
24
|
|
- </address>
|
25
|
|
- </article>
|
26
|
|
- <div id="controle_panel">
|
27
|
|
- <!--セクション 背景色-->
|
28
|
|
- <article id="bgcolor">
|
29
|
|
- <img src="../../../css/img/013.png" alt="背景色変更ボックス" />
|
30
|
|
- <div id="bgcolor_img">
|
31
|
|
- <input id="button1" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3_2(1)">
|
32
|
|
- <input id="button2" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3_2(2)">
|
33
|
|
- <input id="button3" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3_2(3)">
|
34
|
|
- </div>
|
35
|
|
- <script>
|
36
|
|
- getBackgNumber3_2();
|
37
|
|
- </script>
|
|
20
|
+ <!--セクション 住所-->
|
|
21
|
+ <article id="address">
|
|
22
|
+ <address id="operation_add">
|
|
23
|
+ <span>北方町役場</span><span> 〒501-0492</span><span> 岐阜県本巣郡北方町長谷川1丁目1番地</span><span> TEL:058-323-1111(代)</span>
|
|
24
|
+ </address>
|
38
|
25
|
</article>
|
|
26
|
+ <div id="controle_panel">
|
|
27
|
+ <!--セクション 背景色-->
|
|
28
|
+ <article id="bgcolor">
|
|
29
|
+ <img src="../../../css/img/013.png" alt="背景色変更ボックス"/>
|
|
30
|
+ <div id="bgcolor_img">
|
|
31
|
+ <input id="button1" width="29px" height="28px" value=" " alt=" " type="image"
|
|
32
|
+ onClick="setBackground3_2(1)">
|
|
33
|
+ <input id="button2" width="29px" height="28px" value=" " alt=" " type="image"
|
|
34
|
+ onClick="setBackground3_2(2)">
|
|
35
|
+ <input id="button3" width="29px" height="28px" value=" " alt=" " type="image"
|
|
36
|
+ onClick="setBackground3_2(3)">
|
|
37
|
+ </div>
|
|
38
|
+ <script>
|
|
39
|
+ getBackgNumber3_2();
|
|
40
|
+ </script>
|
|
41
|
+ </article>
|
39
|
42
|
|
40
|
|
- <!--セクション 文字サイズ-->
|
41
|
|
- <!--<article id="charsize" >
|
42
|
|
-<img src="../../../css/img/008.png" alt="文字サイズ変更ボックス" />
|
43
|
|
-<div id="charsize_img">
|
44
|
|
-<img src="../../../css/img/005.png" alt="文字大きさ変更、小さい" />
|
45
|
|
-<img src="../../../css/img/006.png" alt="文字大きさ変更、中間" />
|
46
|
|
-<img src="../../../css/img/007.png" alt="文字大きさ変更、大きい" />
|
47
|
|
-</div>
|
48
|
|
-</article>-->
|
|
43
|
+ <!--セクション 文字サイズ-->
|
|
44
|
+ <!--<article id="charsize" >
|
|
45
|
+ <img src="../../../css/img/008.png" alt="文字サイズ変更ボックス" />
|
|
46
|
+ <div id="charsize_img">
|
|
47
|
+ <img src="../../../css/img/005.png" alt="文字大きさ変更、小さい" />
|
|
48
|
+ <img src="../../../css/img/006.png" alt="文字大きさ変更、中間" />
|
|
49
|
+ <img src="../../../css/img/007.png" alt="文字大きさ変更、大きい" />
|
|
50
|
+ </div>
|
|
51
|
+ </article>-->
|
49
|
52
|
|
50
|
|
- <!--セクション サイトマップ-->
|
51
|
|
- <article id="sitemap">
|
52
|
|
- <div id="sitemap_img">
|
53
|
|
- <a href="../../../second/sitemap.html"><img src="../../../css/img/kitagata_sitemap.png" alt="サイトマップ" /></a>
|
54
|
|
- </div>
|
55
|
|
- </article>
|
56
|
|
- <!--セクション お問い合わせ-->
|
57
|
|
- <article id="contact">
|
58
|
|
- <div id="contact_img">
|
59
|
|
- <a href="../../../third/town_admini_info/administrative_organization_chart.html"><img
|
60
|
|
- 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({
|
71
|
|
- pageLanguage: 'ja',
|
72
|
|
- layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
73
|
|
- }, 'google_translate_element');
|
74
|
|
- }
|
75
|
|
- </script>
|
76
|
|
- <script type="text/javascript"
|
77
|
|
- src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
78
|
|
- </div>
|
79
|
|
- </article>
|
80
|
|
- <div id="claer">
|
|
53
|
+ <!--セクション サイトマップ-->
|
|
54
|
+ <article id="sitemap">
|
|
55
|
+ <div id="sitemap_img">
|
|
56
|
+ <a href="../../../second/sitemap.html"><img src="../../../css/img/kitagata_sitemap.png"
|
|
57
|
+ alt="サイトマップ"/></a>
|
|
58
|
+ </div>
|
|
59
|
+ </article>
|
|
60
|
+ <!--セクション お問い合わせ-->
|
|
61
|
+ <article id="contact">
|
|
62
|
+ <div id="contact_img">
|
|
63
|
+ <a href="../../../third/town_admini_info/administrative_organization_chart.html"><img
|
|
64
|
+ src="../../../css/img/kitagata_support.png" alt="お問い合わせはこちらから"/></a>
|
|
65
|
+ </div>
|
|
66
|
+ </article>
|
|
67
|
+ <!--セクション 翻訳-->
|
|
68
|
+ <article id="translation">
|
|
69
|
+ <div id="translation_img">
|
|
70
|
+ <!--<img src="../../../css/img/kitagata_Language.png" alt="翻訳" />-->
|
|
71
|
+ <div id="google_translate_element"></div>
|
|
72
|
+ <script type="text/javascript">
|
|
73
|
+ function googleTranslateElementInit() {
|
|
74
|
+ new google.translate.TranslateElement({
|
|
75
|
+ pageLanguage: 'ja',
|
|
76
|
+ layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
|
77
|
+ }, 'google_translate_element');
|
|
78
|
+ }
|
|
79
|
+ </script>
|
|
80
|
+ <script type="text/javascript"
|
|
81
|
+ src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
|
82
|
+ </div>
|
|
83
|
+ </article>
|
|
84
|
+ <div id="claer">
|
|
85
|
+ </div>
|
81
|
86
|
</div>
|
82
|
|
- </div>
|
83
|
87
|
</section>
|
84
|
88
|
<!--ヘッダーデータ-->
|
85
|
89
|
<header>
|
86
|
|
- <div id="header" class="gothic">
|
87
|
|
- <a href="../../../index.html"><img src="../../../css/img/header_emblem.png" width="200px" height="260px" /></a>
|
88
|
|
- <div id="h_block_1">
|
89
|
|
- <div class="h_line">
|
90
|
|
- </div>
|
91
|
|
- <article class="h_text_l">
|
92
|
|
- <a class="h_link" href="../../../second/living.html"><span class="h_text">くらしの情報</span></a>
|
93
|
|
- </article>
|
94
|
|
- <article class="h_text_l">
|
95
|
|
- <a class="h_link" href="../../../second/tourism.html"><span class="h_text">観光</span></a>
|
96
|
|
- </article>
|
97
|
|
- <article class="h_text_l">
|
98
|
|
- <a class="h_link" href="../../../second/business.html"><span class="h_text">事業者向け情報</span></a>
|
99
|
|
- </article>
|
100
|
|
- <article class="h_text_l">
|
101
|
|
- <a class="h_link" href="../../../second/town_admini_info.html"><span class="h_text">町政情報</span></a>
|
102
|
|
- </article>
|
103
|
|
- </div>
|
104
|
|
- <div id="h_block_search">
|
105
|
|
- <div class="h_line"></div>
|
106
|
|
- <article class="h_search">
|
107
|
|
- <div class="space10"></div>
|
108
|
|
- <form action="http://www.google.com/search">
|
109
|
|
- <input type="hidden" name="hl" value="ja" />
|
110
|
|
- <input type="hidden" name="ie" value="UTF-8">
|
111
|
|
- <input type="hidden" name="oe" value="UTF-8">
|
112
|
|
- <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch" />
|
113
|
|
- <input type="text" name="q" size="16" maxlength="256" value="" />
|
114
|
|
- <input type="submit" name="btnG" value="検索" />
|
115
|
|
- </form>
|
116
|
|
- </article>
|
|
90
|
+ <div id="header" class="gothic">
|
|
91
|
+ <a href="../../../index.html"><img src="../../../css/img/header_emblem.png" width="200px"
|
|
92
|
+ height="260px"/></a>
|
|
93
|
+ <div id="h_block_1">
|
|
94
|
+ <div class="h_line">
|
|
95
|
+ </div>
|
|
96
|
+ <article class="h_text_l">
|
|
97
|
+ <a class="h_link" href="../../../second/living.html"><span class="h_text">くらしの情報</span></a>
|
|
98
|
+ </article>
|
|
99
|
+ <article class="h_text_l">
|
|
100
|
+ <a class="h_link" href="../../../second/tourism.html"><span class="h_text">観光</span></a>
|
|
101
|
+ </article>
|
|
102
|
+ <article class="h_text_l">
|
|
103
|
+ <a class="h_link" href="../../../second/business.html"><span class="h_text">事業者向け情報</span></a>
|
|
104
|
+ </article>
|
|
105
|
+ <article class="h_text_l">
|
|
106
|
+ <a class="h_link" href="../../../second/town_admini_info.html"><span class="h_text">町政情報</span></a>
|
|
107
|
+ </article>
|
|
108
|
+ </div>
|
|
109
|
+ <div id="h_block_search">
|
|
110
|
+ <div class="h_line"></div>
|
|
111
|
+ <article class="h_search">
|
|
112
|
+ <div class="space10"></div>
|
|
113
|
+ <form action="http://www.google.com/search">
|
|
114
|
+ <input type="hidden" name="hl" value="ja"/>
|
|
115
|
+ <input type="hidden" name="ie" value="UTF-8">
|
|
116
|
+ <input type="hidden" name="oe" value="UTF-8">
|
|
117
|
+ <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch"/>
|
|
118
|
+ <input type="text" name="q" size="16" maxlength="256" value=""/>
|
|
119
|
+ <input type="submit" name="btnG" value="検索"/>
|
|
120
|
+ </form>
|
|
121
|
+ </article>
|
|
122
|
+ </div>
|
117
|
123
|
</div>
|
118
|
|
- </div>
|
119
|
124
|
</header>
|
120
|
125
|
|
121
|
126
|
<div id="third_body">
|
122
|
|
- <!--セクション template-->
|
123
|
|
- <section id="template">
|
124
|
|
- <article id="breadcrumb">
|
125
|
|
- <div id="breadcrumb_title">
|
126
|
|
- <div id="breadcrumb_title_block">
|
|
127
|
+ <!--セクション template-->
|
|
128
|
+ <section id="template">
|
|
129
|
+ <article id="breadcrumb">
|
|
130
|
+ <div id="breadcrumb_title">
|
|
131
|
+ <div id="breadcrumb_title_block">
|
127
|
132
|
<span id="breadcrumb_title"><a href="../../../index.html">トップ</a>><a
|
128
|
|
- href="../../../second/town_admini_info.html">町政情報</a>><a
|
129
|
|
- href="../../../third/town_admini_info/fiscal_information.html">財政情報</a>><a
|
130
|
|
- href="../../../fourth/town_admini_info/Budget_summary.html">予算概要</a>>令和2年度予算概要</span>
|
131
|
|
- </div>
|
132
|
|
- </div>
|
133
|
|
- </article>
|
134
|
|
- <article id="template">
|
135
|
|
- <div id="template_title" class="gothic">
|
136
|
|
- <div id="template_title_block">
|
137
|
|
- <span id="template_title">令和2年度予算概要</span>
|
138
|
|
- </div>
|
139
|
|
- </div>
|
140
|
|
- <!-- 本文ここから -->
|
141
|
|
- <span id="template_article_block">
|
|
133
|
+ href="../../../second/town_admini_info.html">町政情報</a>><a
|
|
134
|
+ href="../../../third/town_admini_info/fiscal_information.html">財政情報</a>><a
|
|
135
|
+ href="../../../fourth/town_admini_info/Budget_summary.html">予算概要</a>>令和2年度予算概要</span>
|
|
136
|
+ </div>
|
|
137
|
+ </div>
|
|
138
|
+ </article>
|
|
139
|
+ <article id="template">
|
|
140
|
+ <div id="template_title" class="gothic">
|
|
141
|
+ <div id="template_title_block">
|
|
142
|
+ <span id="template_title">令和2年度予算概要</span>
|
|
143
|
+ </div>
|
|
144
|
+ </div>
|
|
145
|
+ <!-- 本文ここから -->
|
|
146
|
+ <span id="template_article_block">
|
142
|
147
|
<h4 id="life">会計別予算一覧表</h4>
|
143
|
|
- <p class="paragraphT10"><strong>令和2年度予算総額134億3,423万円</strong><br />
|
|
148
|
+ <p class="paragraphT10"><strong>令和2年度予算総額134億3,423万円</strong><br/>
|
144
|
149
|
令和2年度予算が3月の定例議会で決まりました。一般会計の予算総額は、91億7,000万円で、前年比38.31パーセントの増となり、特別会計を含めると、134億3,423万円となります。</p>
|
145
|
150
|
<table width="495" border="0" cellspacing="2" cellpadding="0" id="infokitagata">
|
146
|
151
|
<tr>
|
|
@@ -199,43 +204,41 @@
|
199
|
204
|
</tr>
|
200
|
205
|
</table>
|
201
|
206
|
<p class="paragraphT10">※国民健康保険会計、下水道事業会計、上水道事業会計、後期高齢者医療会計、南東部開発事業会計は特別会計の内訳です。</p>
|
202
|
|
- <p><strong id="life">一般会計款別予算グラフ</strong></p><br />
|
203
|
|
- <p><歳入></p><br />
|
|
207
|
+ <p><strong id="life">一般会計款別予算グラフ</strong></p><br/>
|
|
208
|
+ <p><歳入></p><br/>
|
204
|
209
|
<p class="paragraphT10"><img src="../../administrative/images/zaisei/sainyuu2020.jpg" alt="平成31年度歳入予算グラフ"
|
205
|
|
- id="center" style="width: 452px;" /></p><br />
|
206
|
|
- <p><歳出></p><br />
|
|
210
|
+ id="center" style="width: 452px;"/></p><br/>
|
|
211
|
+ <p><歳出></p><br/>
|
207
|
212
|
<p class="paragraphT10"><img src="../../administrative/images/zaisei/saisyutu2020.jpg" alt="平成31年度歳出予算グラフ"
|
208
|
|
- id="center" style="width: 452px;" /></p>
|
|
213
|
+ id="center" style="width: 452px;"/></p>
|
209
|
214
|
<p><strong id="life">わかりやすい予算説明書-住民向け予算書-</strong></p>
|
210
|
215
|
<p class="paragraphT10">
|
211
|
|
- <br />
|
212
|
|
- <!--<div style="position: relative; width:198px; height:280px; border: 1px solid #333333;">
|
213
|
|
-<div style="position: absolute; width:50px; height:30px; top: 0; right: 0; bottom: 0; left: 0; margin: auto;">準備中</div>
|
214
|
|
-</div>-->
|
215
|
|
-
|
|
216
|
+ <br/>
|
|
217
|
+ <!--<div style="position: relative; width:198px; height:280px; border: 1px solid #333333;">
|
|
218
|
+ <div style="position: absolute; width:50px; height:30px; top: 0; right: 0; bottom: 0; left: 0; margin: auto;">準備中</div>
|
|
219
|
+ </div>-->
|
216
|
220
|
<img src="../../administrative/images/zaisei/2020jyuuminyosan.png" alt="令和2年度わかりやすい予算説明書" width="198"
|
217
|
|
- height="280" id="left" /><br />町が行う主な事業をより身近に感じてもらうために、通常の予算書ではわかりにくい事業の内容をできるだけわかりやすい言葉で説明しています。<br />
|
218
|
|
- <br /><a href="../../administrative/pdf/zaisei/2020jyuuminyosan.pdf">わかりやすい予算説明書(PDF3.2MB)</a>
|
219
|
|
-
|
|
221
|
+ height="280" id="left"/><br/>町が行う主な事業をより身近に感じてもらうために、通常の予算書ではわかりにくい事業の内容をできるだけわかりやすい言葉で説明しています。<br/>
|
|
222
|
+ <br/><a href="../../administrative/pdf/zaisei/2020jyuuminyosan.pdf">わかりやすい予算説明書(PDF3.2MB)</a>
|
220
|
223
|
</p>
|
221
|
|
-
|
222
|
|
-
|
223
|
224
|
</span>
|
224
|
|
- </article>
|
225
|
|
- </section>
|
|
225
|
+ <p><strong id="life">令和2年度町長メッセージ(5月1日)</strong></p><br>
|
|
226
|
+ <iframe width="480" height="270" src="https://www.youtube.com/embed/0LZe0G_wRJg" frameborder="0"
|
|
227
|
+ allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
228
|
+ </section>
|
226
|
229
|
</div>
|
227
|
230
|
|
228
|
231
|
<footer>
|
229
|
|
- <img src="../../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町" /><br />
|
230
|
|
- <p class="footer_text"><a href="../../../second/Copyright_and_link.html">リンクと著作権</a>|<a
|
231
|
|
- href="../../../second/Privacy_policy.html">個人情報保護指針</a>|<a
|
232
|
|
- href="../../../second/Barrier_free_policy.html">バリアフリーポリシー</a></p>
|
|
232
|
+ <img src="../../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町"/><br/>
|
|
233
|
+ <p class="footer_text"><a href="../../../second/Copyright_and_link.html">リンクと著作権</a>|<a
|
|
234
|
+ href="../../../second/Privacy_policy.html">個人情報保護指針</a>|<a
|
|
235
|
+ href="../../../second/Barrier_free_policy.html">バリアフリーポリシー</a></p>
|
233
|
236
|
</footer>
|
234
|
237
|
|
235
|
238
|
|
236
|
|
- </div>
|
237
|
|
- <img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?H25_Budget_summary"
|
238
|
|
- height="1" width="1" />
|
|
239
|
+</div>
|
|
240
|
+<img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?H25_Budget_summary"
|
|
241
|
+ height="1" width="1"/>
|
239
|
242
|
</body>
|
240
|
243
|
|
241
|
|
-</html>
|
|
244
|
+</html>
|