|
@@ -0,0 +1,191 @@
|
|
1
|
+<!doctype html>
|
|
2
|
+<html lang="ja">
|
|
3
|
+
|
|
4
|
+<head>
|
|
5
|
+ <meta charset="utf-8">
|
|
6
|
+ <title>北方町ホームページ</title>
|
|
7
|
+ <!--くらしの情報-->
|
|
8
|
+ <link rel="stylesheet" href="../css/base.css">
|
|
9
|
+ <link rel="stylesheet" href="../css/second_header.css">
|
|
10
|
+ <link rel="stylesheet" href="../css/footer.css">
|
|
11
|
+ <link rel="stylesheet" href="../css/section.css">
|
|
12
|
+ <link rel="stylesheet" href="../css/third_template.css">
|
|
13
|
+ <link rel="stylesheet" href="../css/table.css">
|
|
14
|
+ <link rel="stylesheet" href="../css/pageview.css">
|
|
15
|
+ <script src="../js/operation.js"></script>
|
|
16
|
+ <meta name="google-translate-customization" content="45643f5d79d6e245-283971e7754d7b90-g905c6e6b6867bf2f-2f">
|
|
17
|
+ </meta>
|
|
18
|
+</head>
|
|
19
|
+
|
|
20
|
+<body id="back">
|
|
21
|
+<div id="main" class="gothic">
|
|
22
|
+ <!--セクション 操作-->
|
|
23
|
+ <section id="operation">
|
|
24
|
+ <!--セクション 住所-->
|
|
25
|
+ <article id="address">
|
|
26
|
+ <address id="operation_add">
|
|
27
|
+ <span>北方町役場</span><span> 〒501-0492</span><span> 岐阜県本巣郡北方町長谷川1丁目1番地</span><span> TEL:058-323-1111(代)</span>
|
|
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="setBackground2(1)">
|
|
37
|
+ <input id="button2" width="29px" height="28px" value=" " alt=" " type="image"
|
|
38
|
+ onClick="setBackground2(2)">
|
|
39
|
+ <input id="button3" width="29px" height="28px" value=" " alt=" " type="image"
|
|
40
|
+ onClick="setBackground2(3)">
|
|
41
|
+ </div>
|
|
42
|
+ <script>
|
|
43
|
+ getBackgNumber2();
|
|
44
|
+ </script>
|
|
45
|
+ </article>
|
|
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" alt="サイトマップ"/></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"><img
|
|
67
|
+ src="../css/img/kitagata_support.png" 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>
|
|
108
|
+ </article>
|
|
109
|
+ <article class="h_text_l">
|
|
110
|
+ <a class="h_link" href="../second/business.html">
|
|
111
|
+ <span class="h_text">事業者向け情報</span></a>
|
|
112
|
+ </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>
|
|
116
|
+ </article>
|
|
117
|
+ </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>
|
|
130
|
+
|
|
131
|
+ </article>
|
|
132
|
+ </div>
|
|
133
|
+ </div>
|
|
134
|
+ </header>
|
|
135
|
+
|
|
136
|
+ <div>
|
|
137
|
+ <!--セクション template-->
|
|
138
|
+ <section id="template">
|
|
139
|
+ <article id="breadcrumb">
|
|
140
|
+ <div id="breadcrumb_title">
|
|
141
|
+ <div id="breadcrumb_title_block">
|
|
142
|
+ <span id="breadcrumb_title"><a href="../index.html">トップ</a>>
|
|
143
|
+ 北方町公共施設</span>
|
|
144
|
+ </div>
|
|
145
|
+ </div>
|
|
146
|
+ </article>
|
|
147
|
+ <article id="template">
|
|
148
|
+ <div id="template_title" class="gothic">
|
|
149
|
+ <div id="template_title_block">
|
|
150
|
+ <span id="template_title">北方町公共施設</span>
|
|
151
|
+ </div>
|
|
152
|
+ </div>
|
|
153
|
+ </article>
|
|
154
|
+ <article id="template">
|
|
155
|
+ <div id="template_title2" class="gothic">
|
|
156
|
+ <div id="template_title_block">
|
|
157
|
+ <span id="template_title2">北方町役場</span>
|
|
158
|
+ </div>
|
|
159
|
+ </div>
|
|
160
|
+ <span id="template_article_block">
|
|
161
|
+ <span style="border: 1px black solid; padding: 2px">所在地</span><br>
|
|
162
|
+〒501-0492 岐阜県本巣郡北方町長谷川1丁目1番地<br>
|
|
163
|
+TEL (058)-323-1111(代表)<br>
|
|
164
|
+FAX (058)-323-2963<br>
|
|
165
|
+ <span style="border: 1px black solid; padding: 2px">利用案内</span><br>
|
|
166
|
+午前8時30分~午後17時15分(土・日・祝日、年末年始を除く)<br>
|
|
167
|
+ <br>
|
|
168
|
+ <a href="../third/town_admini_info/School_etc.html">学校・幼稚園・保育所</a><br>
|
|
169
|
+ <br>
|
|
170
|
+ <a href="../third/living/Urban_facility.html#city_park_in_other">公園</a>
|
|
171
|
+ <br>
|
|
172
|
+ <br>
|
|
173
|
+ <a href="../third/town_admini_info/Building_etc.html">その他の公共施設</a>
|
|
174
|
+ </span>
|
|
175
|
+ </article>
|
|
176
|
+ </section>
|
|
177
|
+ </div>
|
|
178
|
+
|
|
179
|
+ <footer>
|
|
180
|
+ <img src="../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町"/>
|
|
181
|
+ <br/>
|
|
182
|
+ <p class="footer_text"><a href="../second/Copyright_and_link.html">リンクと著作権</a>|<a
|
|
183
|
+ href="../second/Privacy_policy.html">個人情報保護指針</a>|<a href="../second/Barrier_free_policy.html">バリアフリーポリシー</a>
|
|
184
|
+ </p>
|
|
185
|
+ </footer>
|
|
186
|
+
|
|
187
|
+</div>
|
|
188
|
+<img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?" height="1" width="1"/>
|
|
189
|
+</body>
|
|
190
|
+
|
|
191
|
+</html>
|