|
@@ -1,44 +1,47 @@
|
1
|
1
|
<!doctype html>
|
2
|
2
|
<html lang="ja">
|
3
|
|
- <head>
|
4
|
|
- <meta charset="utf-8">
|
5
|
|
- <title>北方町イベントスケジュール 北方町ホームページ</title>
|
6
|
|
- <!--くらしの情報-->
|
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/calender.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
|
+ <!--くらしの情報-->
|
|
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/calender.css">
|
|
14
|
+ <script src="../js/operation.js"></script>
|
|
15
|
+ <meta name="google-translate-customization" content="45643f5d79d6e245-283971e7754d7b90-g905c6e6b6867bf2f-2f">
|
|
16
|
+ </meta>
|
15
|
17
|
</head>
|
16
|
18
|
|
17
|
19
|
<body id="back">
|
18
|
|
-<script>
|
19
|
|
-getBackgNumber2();
|
20
|
|
-</script>
|
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 type="image" src="../css/img/010.png" value="1" alt="背景色1番目" onClick="setBackground2(1)">
|
36
|
|
-<input type="image" src="../css/img/011.png" value="2" alt="背景色2番目" onClick="setBackground2(2)">
|
37
|
|
-<input type="image" src="../css/img/012.png" value="3" alt="背景色3番目" onClick="setBackground2(3)">
|
38
|
|
-</div>
|
39
|
|
-</article>
|
40
|
|
-<!--セクション 文字サイズ-->
|
41
|
|
-<!--<article id="charsize" >
|
|
20
|
+ <script>
|
|
21
|
+ getBackgNumber2();
|
|
22
|
+ </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>
|
|
30
|
+ TEL:058-323-1111(代)</span>
|
|
31
|
+ </address>
|
|
32
|
+ </article>
|
|
33
|
+ <div id="controle_panel">
|
|
34
|
+ <!--セクション 背景色-->
|
|
35
|
+ <article id="bgcolor">
|
|
36
|
+ <img src="../css/img/013.png" alt="背景色変更ボックス" />
|
|
37
|
+ <div id="bgcolor_img">
|
|
38
|
+ <input type="image" src="../css/img/010.png" value="1" alt="背景色1番目" onClick="setBackground2(1)">
|
|
39
|
+ <input type="image" src="../css/img/011.png" value="2" alt="背景色2番目" onClick="setBackground2(2)">
|
|
40
|
+ <input type="image" src="../css/img/012.png" value="3" alt="背景色3番目" onClick="setBackground2(3)">
|
|
41
|
+ </div>
|
|
42
|
+ </article>
|
|
43
|
+ <!--セクション 文字サイズ-->
|
|
44
|
+ <!--<article id="charsize" >
|
42
|
45
|
<img src="../css/img/008.png" alt="文字サイズ変更ボックス" />
|
43
|
46
|
<div id="charsize_img">
|
44
|
47
|
<img src="../css/img/005.png" alt="文字大きさ変更、小さい" />
|
|
@@ -47,115 +50,122 @@ getBackgNumber2();
|
47
|
50
|
</div>
|
48
|
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 src="../css/img/kitagata_support.png" alt="お問い合わせはこちらから" /></a>
|
60
|
|
- </div>
|
61
|
|
-</article>
|
62
|
|
-<!--セクション 翻訳-->
|
63
|
|
-<article id="translation" >
|
64
|
|
-<div id="translation_img">
|
65
|
|
-<!--<img src="../css/img/kitagata_Language.png" alt="翻訳" />-->
|
66
|
|
-<div id="google_translate_element"></div>
|
67
|
|
-<script type="text/javascript">
|
68
|
|
-function googleTranslateElementInit() {
|
69
|
|
-new google.translate.TranslateElement({pageLanguage: 'ja', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');
|
70
|
|
-}
|
71
|
|
-</script>
|
72
|
|
-<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
73
|
|
-</div>
|
74
|
|
-</article>
|
75
|
|
-<div id="claer">
|
76
|
|
-</div>
|
77
|
|
-</div>
|
78
|
|
-</section>
|
79
|
|
- <!--ヘッダーデータ-->
|
80
|
|
- <header>
|
|
53
|
+ <!--セクション サイトマップ-->
|
|
54
|
+ <article id="sitemap">
|
|
55
|
+ <div id="sitemap_img">
|
|
56
|
+ <a href="../second/sitemap.html"><img src="../css/img/kitagata_sitemap.png" alt="サイトマップ" /></a>
|
|
57
|
+ </div>
|
|
58
|
+ </article>
|
|
59
|
+ <!--セクション お問い合わせ-->
|
|
60
|
+ <article id="contact">
|
|
61
|
+ <div id="contact_img">
|
|
62
|
+ <a href="../third/town_admini_info/administrative_organization_chart.html"><img
|
|
63
|
+ src="../css/img/kitagata_support.png" alt="お問い合わせはこちらから" /></a>
|
|
64
|
+ </div>
|
|
65
|
+ </article>
|
|
66
|
+ <!--セクション 翻訳-->
|
|
67
|
+ <article id="translation">
|
|
68
|
+ <div id="translation_img">
|
|
69
|
+ <!--<img src="../css/img/kitagata_Language.png" alt="翻訳" />-->
|
|
70
|
+ <div id="google_translate_element"></div>
|
|
71
|
+ <script type="text/javascript">
|
|
72
|
+ function googleTranslateElementInit() {
|
|
73
|
+ new google.translate.TranslateElement({
|
|
74
|
+ pageLanguage: 'ja',
|
|
75
|
+ layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
|
76
|
+ }, 'google_translate_element');
|
|
77
|
+ }
|
|
78
|
+ </script>
|
|
79
|
+ <script type="text/javascript"
|
|
80
|
+ src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
|
81
|
+ </div>
|
|
82
|
+ </article>
|
|
83
|
+ <div id="claer">
|
|
84
|
+ </div>
|
|
85
|
+ </div>
|
|
86
|
+ </section>
|
|
87
|
+ <!--ヘッダーデータ-->
|
|
88
|
+ <header>
|
81
|
89
|
<div id="header" class="gothic">
|
82
|
90
|
<a href="../index.html">
|
83
|
|
- <img src="../css/img/header_emblem.png" width="200px" height="260px"/>
|
84
|
|
- </a>
|
|
91
|
+ <img src="../css/img/header_emblem.png" width="200px" height="260px" />
|
|
92
|
+ </a>
|
85
|
93
|
<div id="h_block_1">
|
86
|
|
- <div class="h_line">
|
87
|
|
- </div>
|
88
|
|
- <article class="h_text_l">
|
89
|
|
- <a class="h_link" href="../second/living.html">
|
90
|
|
- <span class="h_text">くらしの情報</span></a>
|
91
|
|
- </article>
|
92
|
|
- <article class="h_text_l">
|
93
|
|
- <a class="h_link" href="../second/tourism.html">
|
94
|
|
- <span class="h_text">観光</span></a>
|
95
|
|
- </article>
|
96
|
|
- <article class="h_text_l">
|
97
|
|
- <a class="h_link" href="../second/business.html">
|
98
|
|
- <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">
|
102
|
|
- <span class="h_text">町政情報</span></a>
|
103
|
|
- </article>
|
104
|
|
- </div>
|
105
|
|
- <div id="h_block_search">
|
106
|
|
- <div class="h_line"></div>
|
107
|
|
- <article class="h_search">
|
108
|
|
- <div class="space10"></div>
|
109
|
|
- <form action="http://www.google.com/search">
|
110
|
|
- <input type="hidden" name="hl" value="ja" />
|
111
|
|
- <input type="hidden" name="ie" value="UTF-8">
|
112
|
|
- <input type="hidden" name="oe" value="UTF-8">
|
113
|
|
- <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch" />
|
114
|
|
- <input type="text" name="q" size="16" maxlength="256" value="" />
|
115
|
|
- <input type="submit" name="btnG" value="検索" />
|
116
|
|
- </form>
|
117
|
|
-
|
118
|
|
- </article>
|
119
|
|
- </div>
|
|
94
|
+ <div class="h_line">
|
|
95
|
+ </div>
|
|
96
|
+ <article class="h_text_l">
|
|
97
|
+ <a class="h_link" href="../second/living.html">
|
|
98
|
+ <span class="h_text">くらしの情報</span></a>
|
|
99
|
+ </article>
|
|
100
|
+ <article class="h_text_l">
|
|
101
|
+ <a class="h_link" href="../second/tourism.html">
|
|
102
|
+ <span class="h_text">観光</span></a>
|
|
103
|
+ </article>
|
|
104
|
+ <article class="h_text_l">
|
|
105
|
+ <a class="h_link" href="../second/business.html">
|
|
106
|
+ <span class="h_text">事業者向け情報</span></a>
|
|
107
|
+ </article>
|
|
108
|
+ <article class="h_text_l">
|
|
109
|
+ <a class="h_link" href="../second/town_admini_info.html">
|
|
110
|
+ <span class="h_text">町政情報</span></a>
|
|
111
|
+ </article>
|
|
112
|
+ </div>
|
|
113
|
+ <div id="h_block_search">
|
|
114
|
+ <div class="h_line"></div>
|
|
115
|
+ <article class="h_search">
|
|
116
|
+ <div class="space10"></div>
|
|
117
|
+ <form action="http://www.google.com/search">
|
|
118
|
+ <input type="hidden" name="hl" value="ja" />
|
|
119
|
+ <input type="hidden" name="ie" value="UTF-8">
|
|
120
|
+ <input type="hidden" name="oe" value="UTF-8">
|
|
121
|
+ <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch" />
|
|
122
|
+ <input type="text" name="q" size="16" maxlength="256" value="" />
|
|
123
|
+ <input type="submit" name="btnG" value="検索" />
|
|
124
|
+ </form>
|
|
125
|
+
|
|
126
|
+ </article>
|
|
127
|
+ </div>
|
120
|
128
|
</div>
|
121
|
|
- </header>
|
|
129
|
+ </header>
|
122
|
130
|
|
123
|
|
- <div >
|
124
|
|
- <!--セクション template-->
|
125
|
|
- <section id="template" >
|
126
|
|
- <article id="breadcrumb" >
|
127
|
|
- <div id="breadcrumb_title">
|
128
|
|
- <div id="breadcrumb_title_block">
|
129
|
|
- <span id="breadcrumb_title"><a href="../index.html">トップ</a>>北方町イベントスケジュール</span>
|
130
|
|
- </div>
|
|
131
|
+ <div>
|
|
132
|
+ <!--セクション template-->
|
|
133
|
+ <section id="template">
|
|
134
|
+ <article id="breadcrumb">
|
|
135
|
+ <div id="breadcrumb_title">
|
|
136
|
+ <div id="breadcrumb_title_block">
|
|
137
|
+ <span id="breadcrumb_title"><a href="../index.html">トップ</a>>北方町イベントスケジュール</span>
|
131
|
138
|
</div>
|
132
|
|
- </article>
|
133
|
|
- <article id="template" >
|
134
|
|
- <div id="template_title" class="gothic">
|
135
|
|
- <div id="template_title_block">
|
136
|
|
- <span id="template_title">北方町イベントスケジュール</span>
|
137
|
|
- </div>
|
|
139
|
+ </div>
|
|
140
|
+ </article>
|
|
141
|
+ <article id="template">
|
|
142
|
+ <div id="template_title" class="gothic">
|
|
143
|
+ <div id="template_title_block">
|
|
144
|
+ <span id="template_title">北方町イベントスケジュール</span>
|
138
|
145
|
</div>
|
139
|
|
- </article>
|
140
|
|
- <article id="template_list_title" >
|
141
|
|
- <div class="template_list">
|
|
146
|
+ </div>
|
|
147
|
+ </article>
|
|
148
|
+ <article id="template_list_title">
|
|
149
|
+ <div class="template_list">
|
142
|
150
|
<span class="template_list">
|
143
|
|
- <span class="template_list_img left"><img src="../css/img/smallbutton_secondfloor.png" /></span>
|
144
|
|
- <a href="../third/calender/Calender.html">
|
145
|
|
- くらしのカレンダー</a></span>
|
146
|
|
- <span class="clear"></span>
|
147
|
|
- </div>
|
148
|
|
- </article>
|
149
|
|
- <article id="template_list_title" >
|
150
|
|
- <div class="template_list">
|
|
151
|
+ <span class="template_list_img left"><img
|
|
152
|
+ src="../css/img/smallbutton_secondfloor.png" /></span>
|
|
153
|
+ <a href="../third/calender/Calender.html">
|
|
154
|
+ くらしのカレンダー</a></span>
|
|
155
|
+ <span class="clear"></span>
|
|
156
|
+ </div>
|
|
157
|
+ </article>
|
|
158
|
+ <article id="template_list_title">
|
|
159
|
+ <div class="template_list">
|
151
|
160
|
<span class="template_list">
|
152
|
|
- <span class="template_list_img left"><img src="../css/img/smallbutton_secondfloor.png" /></span>
|
153
|
|
- <a href="../third/calender/Living.html">
|
154
|
|
- 注意事項</a></span>
|
155
|
|
- <span class="clear"></span>
|
156
|
|
- </div>
|
157
|
|
- </article>
|
158
|
|
-<!--
|
|
161
|
+ <span class="template_list_img left"><img
|
|
162
|
+ src="../css/img/smallbutton_secondfloor.png" /></span>
|
|
163
|
+ <a href="../third/calender/Living.html">
|
|
164
|
+ 注意事項</a></span>
|
|
165
|
+ <span class="clear"></span>
|
|
166
|
+ </div>
|
|
167
|
+ </article>
|
|
168
|
+ <!--
|
159
|
169
|
<article id="template_list_title" >
|
160
|
170
|
<div id="template_title2" class="gothic">
|
161
|
171
|
<div id="template_title_block">
|
|
@@ -167,21 +177,25 @@ new google.translate.TranslateElement({pageLanguage: 'ja', layout: google.transl
|
167
|
177
|
<!--
|
168
|
178
|
<iframe src="https://www.google.com/calendar/embed?showTitle=0&showPrint=0&showCalendars=0&showTz=0&height=660&wkst=1&bgcolor=%23ffffff&src=kitagatatawn%40gmail.com&color=%232952A3&src=ja.japanese%23holiday%40group.v.calendar.google.com&color=%23B1440E&ctz=Asia%2FTokyo" style=" border-width:0 " width="660" height="660" frameborder="0" scrolling="no"></iframe>
|
169
|
179
|
-->
|
170
|
|
-<!--
|
|
180
|
+ <!--
|
171
|
181
|
</span>
|
172
|
182
|
</article>
|
173
|
183
|
</section>
|
174
|
184
|
-->
|
175
|
|
- </div>
|
176
|
|
-
|
177
|
|
- <footer>
|
178
|
|
- <img src="../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町"/>
|
179
|
|
- <br />
|
180
|
|
- <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>
|
181
|
|
- </footer>
|
182
|
|
-
|
183
|
185
|
</div>
|
184
|
|
-<img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?Calender" height="1" width="1" />
|
185
|
|
-<script src="../js/calender.js"></script>
|
186
|
|
- </body>
|
187
|
|
-</html>
|
|
186
|
+
|
|
187
|
+ <footer>
|
|
188
|
+ <img src="../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町" />
|
|
189
|
+ <br />
|
|
190
|
+ <p class="footer_text"><a href="../second/Copyright_and_link.html">リンクと著作権</a>|<a
|
|
191
|
+ href="../second/Privacy_policy.html">個人情報保護指針</a>|<a
|
|
192
|
+ href="../second/Barrier_free_policy.html">バリアフリーポリシー</a></p>
|
|
193
|
+ </footer>
|
|
194
|
+
|
|
195
|
+ </div>
|
|
196
|
+ <img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?Calender" height="1"
|
|
197
|
+ width="1" />
|
|
198
|
+ <script src="../js/calender.js"></script>
|
|
199
|
+</body>
|
|
200
|
+
|
|
201
|
+</html>
|