|
@@ -1,43 +1,44 @@
|
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
|
|
-<script src="../../../js/operation.js"></script>
|
|
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
|
+ <script src="../../../js/operation.js"></script>
|
13
|
14
|
</head>
|
14
|
15
|
|
15
|
16
|
<body id="back">
|
16
|
|
-<div id="main" class="gothic">
|
17
|
|
-<!--セクション 操作-->
|
18
|
|
-<section id="operation" >
|
19
|
|
-<!--セクション 住所-->
|
20
|
|
-<article id="address" >
|
21
|
|
-<address id="operation_add">
|
22
|
|
-<span>北方町役場</span><span> 〒501-0492</span><span> 岐阜県本巣郡北方町長谷川1丁目1番地</span><span> TEL:058-323-1111(代)</span>
|
23
|
|
-</address>
|
24
|
|
-</article>
|
25
|
|
-<div id="controle_panel">
|
26
|
|
-<!--セクション 背景色-->
|
27
|
|
-<article id="bgcolor" >
|
28
|
|
-<img src="../../../css/img/013.png" alt="背景色変更ボックス" />
|
29
|
|
-<div id="bgcolor_img">
|
30
|
|
-<input id="button1" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3_2(1)">
|
31
|
|
-<input id="button2" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3_2(2)">
|
32
|
|
-<input id="button3" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3_2(3)">
|
33
|
|
-</div>
|
34
|
|
-<script>
|
35
|
|
-setBackground3_2();
|
36
|
|
-</script>
|
37
|
|
-</article>
|
|
17
|
+ <div id="main" class="gothic">
|
|
18
|
+ <!--セクション 操作-->
|
|
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
|
+ setBackground3_2();
|
|
37
|
+ </script>
|
|
38
|
+ </article>
|
38
|
39
|
|
39
|
|
-<!--セクション 文字サイズ-->
|
40
|
|
-<!--<article id="charsize" >
|
|
40
|
+ <!--セクション 文字サイズ-->
|
|
41
|
+ <!--<article id="charsize" >
|
41
|
42
|
<img src="../../css/img/008.png" alt="文字サイズ変更ボックス" />
|
42
|
43
|
<div id="charsize_img">
|
43
|
44
|
<img src="../../css/img/005.png" alt="文字大きさ変更、小さい" />
|
|
@@ -46,93 +47,101 @@ setBackground3_2();
|
46
|
47
|
</div>
|
47
|
48
|
</article>-->
|
48
|
49
|
|
49
|
|
-<!--セクション サイトマップ-->
|
50
|
|
-<article id="sitemap" >
|
51
|
|
- <div id="sitemap_img">
|
52
|
|
-<a href="../../../second/sitemap.html"><img src="../../../css/img/kitagata_sitemap.png" alt="サイトマップ" /></a>
|
53
|
|
- </div>
|
54
|
|
-</article>
|
55
|
|
-<!--セクション お問い合わせ-->
|
56
|
|
-<article id="contact" >
|
57
|
|
- <div id="contact_img">
|
58
|
|
-<a href="../../../third/town_admini_info/administrative_organization_chart.html"><img src="../../../css/img/kitagata_support.png" alt="お問い合わせはこちらから" /></a>
|
59
|
|
- </div>
|
60
|
|
-</article>
|
61
|
|
-<!--セクション 翻訳-->
|
62
|
|
-<article id="translation" >
|
63
|
|
-<div id="translation_img">
|
64
|
|
-<!--<img src="../../css/img/kitagata_Language.png" alt="翻訳" />-->
|
65
|
|
-<div id="google_translate_element"></div>
|
66
|
|
-<script type="text/javascript">
|
67
|
|
-function googleTranslateElementInit() {
|
68
|
|
-new google.translate.TranslateElement({pageLanguage: 'ja', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');
|
69
|
|
-}
|
70
|
|
-</script>
|
71
|
|
-<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
72
|
|
-</div>
|
73
|
|
-</article>
|
74
|
|
-<div id="claer">
|
75
|
|
-</div>
|
76
|
|
-</div>
|
77
|
|
-</section>
|
78
|
|
- <!--ヘッダーデータ-->
|
79
|
|
- <header>
|
80
|
|
- <div id="header" class="gothic">
|
81
|
|
- <a href="../../../index.html"><img src="../../../css/img/header_emblem.png" width="200px" height="260px"/></a>
|
82
|
|
- <div id="h_block_1">
|
83
|
|
- <div class="h_line">
|
84
|
|
- </div>
|
85
|
|
- <article class="h_text_l">
|
86
|
|
- <a class="h_link" href="../../../second/living.html"><span class="h_text">くらしの情報</span></a>
|
87
|
|
- </article>
|
88
|
|
- <article class="h_text_l">
|
89
|
|
- <a class="h_link" href="../../../second/tourism.html"><span class="h_text">観光</span></a>
|
90
|
|
- </article>
|
91
|
|
- <article class="h_text_l">
|
92
|
|
- <a class="h_link" href="../../../second/business.html"><span class="h_text">事業者向け情報</span></a>
|
93
|
|
- </article>
|
94
|
|
- <article class="h_text_l">
|
95
|
|
- <a class="h_link" href="../../../second/town_admini_info.html"><span class="h_text">町政情報</span></a>
|
96
|
|
- </article>
|
97
|
|
- </div>
|
98
|
|
- <div id="h_block_search">
|
99
|
|
- <div class="h_line"></div>
|
100
|
|
- <article class="h_search">
|
101
|
|
- <div class="space10"></div>
|
102
|
|
- <form action="http://www.google.com/search">
|
103
|
|
- <input type="hidden" name="hl" value="ja" />
|
104
|
|
- <input type="hidden" name="ie" value="UTF-8">
|
105
|
|
- <input type="hidden" name="oe" value="UTF-8">
|
106
|
|
- <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch" />
|
107
|
|
- <input type="text" name="q" size="16" maxlength="256" value="" />
|
108
|
|
- <input type="submit" name="btnG" value="検索" />
|
109
|
|
- </form>
|
110
|
|
- </article>
|
111
|
|
- </div>
|
112
|
|
- </div>
|
113
|
|
- </header>
|
|
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">
|
|
81
|
+ </div>
|
|
82
|
+ </div>
|
|
83
|
+ </section>
|
|
84
|
+ <!--ヘッダーデータ-->
|
|
85
|
+ <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>
|
|
117
|
+ </div>
|
|
118
|
+ </div>
|
|
119
|
+ </header>
|
114
|
120
|
|
115
|
|
- <div id="third_body">
|
116
|
|
- <!--セクション template-->
|
117
|
|
- <section id="template">
|
118
|
|
- <article id="breadcrumb" >
|
119
|
|
- <div id="breadcrumb_title">
|
120
|
|
- <div id="breadcrumb_title_block">
|
121
|
|
- <span id="breadcrumb_title"><a href="../../../index.html">トップ</a>><a href="../../../second/town_admini_info.html">町政情報</a>><a href="../../../third/town_admini_info/fiscal_information.html">財政情報</a>><a href="../../../fourth/town_admini_info/Balance_sheet.html">バランスシート</a>>平成28年度 バランスシート</span>
|
122
|
|
- </div>
|
123
|
|
- </div>
|
124
|
|
- </article>
|
125
|
|
- <article id="template" >
|
126
|
|
- <div id="template_title" class="gothic">
|
127
|
|
- <div id="template_title_block">
|
128
|
|
- <span id="template_title">財務4表の公表</span>
|
129
|
|
- </div>
|
130
|
|
- </div>
|
131
|
|
- <!-- 本文ここから -->
|
132
|
|
- <p class="paragraphT10">北方町では総務省が示した「統一的な基準による地方公会計マニュアル」に準拠して財務書類を作成しています。
|
133
|
|
-</p>
|
134
|
|
-<!-- 連結貸借対照表 -->
|
135
|
|
-<!--
|
|
121
|
+ <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
|
+ <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/Balance_sheet.html">バランスシート</a>>平成28年度 バランスシート</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">平成28年度 バランスシート</span>
|
|
138
|
+ </div>
|
|
139
|
+ </div>
|
|
140
|
+ <!-- 本文ここから -->
|
|
141
|
+ <p class="paragraphT10">北方町では総務省が示した「統一的な基準による地方公会計マニュアル」に準拠して財務書類を作成しています。
|
|
142
|
+ </p>
|
|
143
|
+ <!-- 連結貸借対照表 -->
|
|
144
|
+ <!--
|
136
|
145
|
<h4 id="life">一般会計等(平成28年度)</h4>
|
137
|
146
|
<p class="paragraphT10"><img src="../../../fourth/administrative/images/zaisei/h28ippan-0.jpg" alt="一般会計等(平成28年度)" id="center2" width="680" /><br />
|
138
|
147
|
</p>
|
|
@@ -167,14 +176,15 @@ new google.translate.TranslateElement({pageLanguage: 'ja', layout: google.transl
|
167
|
176
|
<p class="paragraphT10"><img src="../../../fourth/administrative/images/zaisei/h28chain-4.jpg" alt="連結会計(平成28年度)" id="center" /><br />
|
168
|
177
|
</p>
|
169
|
178
|
<!---->
|
170
|
|
- <br />
|
171
|
|
- <p class="paragraphT10">・<a href="../../../fourth/administrative/pdf/zaisei/h28ippan.pdf">一般会計等(平成28年度)</a></p>
|
172
|
|
- <br />
|
173
|
|
- <p class="paragraphT10">・<a href="../../../fourth/administrative/pdf/zaisei/h28all.pdf">全体会計(平成28年度)</a></p>
|
174
|
|
- <br />
|
175
|
|
- <p class="paragraphT10">・<a href="../../../fourth/administrative/pdf/zaisei/h28chain.pdf">連結会計(平成28年度)</a></p>
|
176
|
|
- <br />
|
177
|
|
-<!--
|
|
179
|
+ <br />
|
|
180
|
+ <p class="paragraphT10">・<a href="../../../fourth/administrative/pdf/zaisei/h28ippan.pdf">一般会計等(平成28年度)</a>
|
|
181
|
+ </p>
|
|
182
|
+ <br />
|
|
183
|
+ <p class="paragraphT10">・<a href="../../../fourth/administrative/pdf/zaisei/h28all.pdf">全体会計(平成28年度)</a></p>
|
|
184
|
+ <br />
|
|
185
|
+ <p class="paragraphT10">・<a href="../../../fourth/administrative/pdf/zaisei/h28chain.pdf">連結会計(平成28年度)</a></p>
|
|
186
|
+ <br />
|
|
187
|
+ <!--
|
178
|
188
|
<h4 id="life">一般会計等(平成28年度)</h4>
|
179
|
189
|
<p class="paragraphT10"><img src="../../../fourth/administrative/images/zaisei/h28ippan.jpg" alt="一般会計等(平成28年度)" id="center2" width="680" /><br />
|
180
|
190
|
<h4 id="life">全体会計(平成28年度)</h4>
|
|
@@ -183,27 +193,73 @@ new google.translate.TranslateElement({pageLanguage: 'ja', layout: google.transl
|
183
|
193
|
<p class="paragraphT10"><img src="../../../fourth/administrative/images/zaisei/h28chain.jpg" alt="連結会計(平成28年度)" id="center" /><br />
|
184
|
194
|
-->
|
185
|
195
|
|
186
|
|
- </article>
|
187
|
|
- <article id="template_list_title" style="height:110px;">
|
188
|
|
- <div id="template_title2" class="gothic">
|
189
|
|
- <div id="template_title_block">
|
190
|
|
- <span id="template_title2">お問い合わせ</span>
|
191
|
|
- </div>
|
192
|
|
- <span id="template_article_block">
|
193
|
|
- 総務課財政係<br />
|
194
|
|
- <span style="display: inline-block;width: 3em;">Tel</span>058-323-1111<br />
|
195
|
|
- <span style="display: inline-block;width: 3em;">Fax</span>058-323-2963<br />
|
196
|
|
- <span style="display: inline-block;width: 3em;">Mail</span><a href="mailto:soumu@town.gifu-kitagata.lg.jp" target="_blank">soumu@town.gifu-kitagata.lg.jp</a>
|
197
|
|
- </span>
|
198
|
|
- </article>
|
199
|
|
- </section>
|
200
|
|
- </div>
|
|
196
|
+ </article>
|
|
197
|
+ <article id="template">
|
|
198
|
+ <div id="template_title" class="gothic">
|
|
199
|
+ <div id="template_title_block">
|
|
200
|
+ <span id="template_title">平成28年度 バランスシート 企業会計方式による北方町の決算書</span>
|
|
201
|
+ </div>
|
|
202
|
+ </div>
|
|
203
|
+ <!-- 本文ここから -->
|
|
204
|
+ <p class="paragraphT10">町では毎年、民間企業の決算書にあたる貸借対照表(バランスシート)、行政コスト計算書等を作成しています。<br />
|
|
205
|
+ 町に属する全ての会計や、一部事務組合のデータと連結した連結賃借対照表及び連結行政コスト計算書を説明します。
|
|
206
|
+ </p>
|
|
207
|
+ <!-- 連結貸借対照表 -->
|
|
208
|
+ <h4 id="life">連結貸借対照表</h4>
|
|
209
|
+ <p><strong id="life">平成28年度バランスシートグラフ</strong></p>
|
|
210
|
+ <p class="paragraphT10"><img src="../../../fourth/administrative/images/zaisei/h28bs.jpg"
|
|
211
|
+ alt="平成28年度バランスシートグラフ" id="center2" width="680" />
|
|
212
|
+ </p>
|
|
213
|
+ <br />
|
|
214
|
+ <!--=======================================================================================-->
|
|
215
|
+ <p><strong id="life">純資産比率 69.7%(前年度68.5%)</strong></p>
|
|
216
|
+ <p class="paragraphT10">
|
|
217
|
+ 負債・純資産(=資産)に対する純資産の割合です。企業会計での自己資本比率に相当し、この割合が高いほど財政状態が健全であるといえます。自治体では一般的に、60%が標準といわれていることから、町の財政状態は健全な水準であるといえます。
|
|
218
|
+ </p>
|
|
219
|
+ <!--============================================================================================-->
|
|
220
|
+ <p><strong id="life">社会資本形成将来世代負担比率 30.3%(前年度31.4%)</strong></p>
|
|
221
|
+ <p class="paragraphT10">
|
|
222
|
+ 公共資産(将来の世代に引き継ぐ社会資本)の形成にあてた負債(地方債など将来世代の負担となる債務)の割合です。割合が低いほど将来の世代の負担が軽いことを表します。15%~40%が平均的な値といわれています。下水道事業特別会計で地方債の償還が進んだ結果、対前年度比で1.1ポイント低くなっています。
|
|
223
|
+ </p>
|
|
224
|
+ <p class="paragraphT10"><img src="../../../fourth/administrative/images/zaisei/h28bshyou.jpg"
|
|
225
|
+ alt="平成28年度貸借対照表" id="center" width="650" />
|
|
226
|
+ </p>
|
|
227
|
+ <br />
|
|
228
|
+ <!--================================================================================================-->
|
|
229
|
+ <h4 id="life">連結行政コスト計算書</h4>
|
|
230
|
+ <p class="paragraphT10"><img src="../../../fourth/administrative/images/zaisei/h28cost.jpg"
|
|
231
|
+ alt="平成28年度行政コスト計算表" id="center" width="680" />
|
|
232
|
+ </p>
|
|
233
|
+ <br />
|
|
234
|
+ <p class="paragraphT10">
|
|
235
|
+ 行政コスト計算書は、その年度に行った行政活動のうち、学校教育や福祉サービスの提供といった行政サービスに係る経費が使用料・手数料、分担金・負担金・寄附金などの受益者負担等でどれだけ賄われたのかを見ることができる決算書類です。<br />
|
|
236
|
+ 社会保障給付費など移転支出的なコスト61%ですが、これは社会保障関連コストが多い、国民健康保険事業等の連結が影響しています。<br />
|
|
237
|
+ 経常行政コスト127億1,530万円に対して使用料等の経常収益は7億7,600万円、約6%です。
|
|
238
|
+ </p>
|
|
239
|
+ </article>
|
|
240
|
+ <article id="template_list_title" style="height:110px;">
|
|
241
|
+ <div id="template_title2" class="gothic">
|
|
242
|
+ <div id="template_title_block">
|
|
243
|
+ <span id="template_title2">お問い合わせ</span>
|
|
244
|
+ </div>
|
|
245
|
+ <span id="template_article_block">
|
|
246
|
+ 総務課財政係<br />
|
|
247
|
+ <span style="display: inline-block;width: 3em;">Tel</span>058-323-1111<br />
|
|
248
|
+ <span style="display: inline-block;width: 3em;">Fax</span>058-323-2963<br />
|
|
249
|
+ <span style="display: inline-block;width: 3em;">Mail</span><a href="mailto:soumu@town.gifu-kitagata.lg.jp"
|
|
250
|
+ target="_blank">soumu@town.gifu-kitagata.lg.jp</a>
|
|
251
|
+ </span>
|
|
252
|
+ </article>
|
|
253
|
+ </section>
|
|
254
|
+ </div>
|
|
255
|
+
|
|
256
|
+ <footer>
|
|
257
|
+ <img src="../../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町" />
|
|
258
|
+ </footer>
|
201
|
259
|
|
202
|
|
- <footer>
|
203
|
|
- <img src="../../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町"/>
|
204
|
|
- </footer>
|
|
260
|
+ </div>
|
|
261
|
+ <img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?H23_Balance_sheet" height="1"
|
|
262
|
+ width="1" />
|
|
263
|
+</body>
|
205
|
264
|
|
206
|
|
- </div>
|
207
|
|
- <img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?H23_Balance_sheet" height="1" width="1" />
|
208
|
|
- </body>
|
209
|
|
-</html>
|
|
265
|
+</html>
|