|
@@ -1,5 +1,6 @@
|
1
|
1
|
<!doctype html>
|
2
|
2
|
<html lang="ja">
|
|
3
|
+
|
3
|
4
|
<head>
|
4
|
5
|
<meta charset="utf-8">
|
5
|
6
|
<title>北方町ホームページ</title>
|
|
@@ -10,38 +11,40 @@
|
10
|
11
|
<link rel="stylesheet" href="../../css/third_template.css">
|
11
|
12
|
<link rel="stylesheet" href="../../css/table.css">
|
12
|
13
|
<script src="../../js/operation.js"></script>
|
13
|
|
- <meta name="google-translate-customization" content="45643f5d79d6e245-283971e7754d7b90-g905c6e6b6867bf2f-2f"></meta>
|
|
14
|
+ <meta name="google-translate-customization" content="45643f5d79d6e245-283971e7754d7b90-g905c6e6b6867bf2f-2f">
|
|
15
|
+ </meta>
|
14
|
16
|
</head>
|
15
|
17
|
|
16
|
18
|
<body id="back">
|
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"
|
32
|
|
- onClick="setBackground3(1)">
|
33
|
|
- <input id="button2" width="29px" height="28px" value=" " alt=" " type="image"
|
34
|
|
- onClick="setBackground3(2)">
|
35
|
|
- <input id="button3" width="29px" height="28px" value=" " alt=" " type="image"
|
36
|
|
- onClick="setBackground3(3)">
|
37
|
|
- </div>
|
38
|
|
- <script>
|
39
|
|
- getBackgNumber3();
|
40
|
|
- </script>
|
|
19
|
+ <div id="main" class="gothic">
|
|
20
|
+ <!--セクション 操作-->
|
|
21
|
+ <section id="operation">
|
|
22
|
+ <!--セクション 住所-->
|
|
23
|
+ <article id="address">
|
|
24
|
+ <address id="operation_add">
|
|
25
|
+ <span>北方町役場</span><span> 〒501-0492</span><span> 岐阜県本巣郡北方町長谷川1丁目1番地</span><span>
|
|
26
|
+ TEL:058-323-1111(代)</span>
|
|
27
|
+ </address>
|
41
|
28
|
</article>
|
|
29
|
+ <div id="controle_panel">
|
|
30
|
+ <!--セクション 背景色-->
|
|
31
|
+ <article id="bgcolor">
|
|
32
|
+ <img src="../../css/img/013.png" alt="背景色変更ボックス" />
|
|
33
|
+ <div id="bgcolor_img">
|
|
34
|
+ <input id="button1" width="29px" height="28px" value=" " alt=" " type="image"
|
|
35
|
+ onClick="setBackground3(1)">
|
|
36
|
+ <input id="button2" width="29px" height="28px" value=" " alt=" " type="image"
|
|
37
|
+ onClick="setBackground3(2)">
|
|
38
|
+ <input id="button3" width="29px" height="28px" value=" " alt=" " type="image"
|
|
39
|
+ onClick="setBackground3(3)">
|
|
40
|
+ </div>
|
|
41
|
+ <script>
|
|
42
|
+ getBackgNumber3();
|
|
43
|
+ </script>
|
|
44
|
+ </article>
|
42
|
45
|
|
43
|
|
- <!--セクション 文字サイズ-->
|
44
|
|
- <!--<article id="charsize" >
|
|
46
|
+ <!--セクション 文字サイズ-->
|
|
47
|
+ <!--<article id="charsize" >
|
45
|
48
|
<img src="../../css/img/008.png" alt="文字サイズ変更ボックス" />
|
46
|
49
|
<div id="charsize_img">
|
47
|
50
|
<img src="../../css/img/005.png" alt="文字大きさ変更、小さい" />
|
|
@@ -50,263 +53,271 @@
|
50
|
53
|
</div>
|
51
|
54
|
</article>-->
|
52
|
55
|
|
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"
|
|
56
|
+ <!--セクション サイトマップ-->
|
|
57
|
+ <article id="sitemap">
|
|
58
|
+ <div id="sitemap_img">
|
|
59
|
+ <a href="../../second/sitemap.html"><img src="../../css/img/kitagata_sitemap.png"
|
|
60
|
+ 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"
|
80
|
84
|
src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
|
85
|
+ </div>
|
|
86
|
+ </article>
|
|
87
|
+ <div id="claer">
|
81
|
88
|
</div>
|
82
|
|
- </article>
|
83
|
|
- <div id="claer">
|
84
|
89
|
</div>
|
85
|
|
- </div>
|
86
|
|
- </section>
|
|
90
|
+ </section>
|
87
|
91
|
|
88
|
|
- <!--ヘッダーデータ-->
|
89
|
|
- <header>
|
90
|
|
- <div id="header" class="gothic">
|
91
|
|
- <a href="../../index.html"><img src="../../css/img/header_emblem.png" width="200px" height="260px"/></a>
|
92
|
|
- <div id="h_block_1">
|
93
|
|
- <div class="h_line">
|
|
92
|
+ <!--ヘッダーデータ-->
|
|
93
|
+ <header>
|
|
94
|
+ <div id="header" class="gothic">
|
|
95
|
+ <a href="../../index.html"><img src="../../css/img/header_emblem.png" width="200px"
|
|
96
|
+ height="260px" /></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"><span class="h_text">くらしの情報</span></a>
|
|
102
|
+ </article>
|
|
103
|
+ <article class="h_text_l">
|
|
104
|
+ <a class="h_link" href="../../second/tourism.html"><span class="h_text">観光</span></a>
|
|
105
|
+ </article>
|
|
106
|
+ <article class="h_text_l">
|
|
107
|
+ <a class="h_link" href="../../second/business.html"><span class="h_text">事業者向け情報</span></a>
|
|
108
|
+ </article>
|
|
109
|
+ <article class="h_text_l">
|
|
110
|
+ <a class="h_link" href="../../second/town_admini_info.html"><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
|
+ </article>
|
94
|
126
|
</div>
|
95
|
|
- <article class="h_text_l">
|
96
|
|
- <a class="h_link" href="../../second/living.html"><span class="h_text">くらしの情報</span></a>
|
97
|
|
- </article>
|
98
|
|
- <article class="h_text_l">
|
99
|
|
- <a class="h_link" href="../../second/tourism.html"><span class="h_text">観光</span></a>
|
100
|
|
- </article>
|
101
|
|
- <article class="h_text_l">
|
102
|
|
- <a class="h_link" href="../../second/business.html"><span class="h_text">事業者向け情報</span></a>
|
103
|
|
- </article>
|
104
|
|
- <article class="h_text_l">
|
105
|
|
- <a class="h_link" href="../../second/town_admini_info.html"><span class="h_text">町政情報</span></a>
|
106
|
|
- </article>
|
107
|
|
- </div>
|
108
|
|
- <div id="h_block_search">
|
109
|
|
- <div class="h_line"></div>
|
110
|
|
- <article class="h_search">
|
111
|
|
- <div class="space10"></div>
|
112
|
|
- <form action="http://www.google.com/search">
|
113
|
|
- <input type="hidden" name="hl" value="ja"/>
|
114
|
|
- <input type="hidden" name="ie" value="UTF-8">
|
115
|
|
- <input type="hidden" name="oe" value="UTF-8">
|
116
|
|
- <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch"/>
|
117
|
|
- <input type="text" name="q" size="16" maxlength="256" value=""/>
|
118
|
|
- <input type="submit" name="btnG" value="検索"/>
|
119
|
|
- </form>
|
120
|
|
- </article>
|
121
|
127
|
</div>
|
122
|
|
- </div>
|
123
|
|
- </header>
|
|
128
|
+ </header>
|
124
|
129
|
|
125
|
|
- <div id="third_body">
|
126
|
|
- <!--セクション space-->
|
|
130
|
+ <div id="third_body">
|
|
131
|
+ <!--セクション space-->
|
127
|
132
|
|
128
|
|
- <!--セクション template-->
|
129
|
|
- <section id="template">
|
130
|
|
- <article id="breadcrumb">
|
131
|
|
- <div id="breadcrumb_title">
|
132
|
|
- <div id="breadcrumb_title_block">
|
133
|
|
- <span id="breadcrumb_title"><a href="../../index.html">トップ</a>><a
|
134
|
|
- href="../../second/town_admini_info.html">町政情報</a>><a
|
135
|
|
- href="../town_admini_info/Building_etc.html">その他の公共施設</a>>北方町立図書館</span>
|
|
133
|
+ <!--セクション template-->
|
|
134
|
+ <section id="template">
|
|
135
|
+ <article id="breadcrumb">
|
|
136
|
+ <div id="breadcrumb_title">
|
|
137
|
+ <div id="breadcrumb_title_block">
|
|
138
|
+ <span id="breadcrumb_title"><a href="../../index.html">トップ</a>><a
|
|
139
|
+ href="../../second/town_admini_info.html">町政情報</a>><a
|
|
140
|
+ href="../town_admini_info/Building_etc.html">その他の公共施設</a>>北方町立図書館</span>
|
|
141
|
+ </div>
|
136
|
142
|
</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">北方町立図書館</span>
|
|
143
|
+ </article>
|
|
144
|
+ <article id="template">
|
|
145
|
+ <div id="template_title" class="gothic">
|
|
146
|
+ <div id="template_title_block">
|
|
147
|
+ <span id="template_title">北方町立図書館</span>
|
|
148
|
+ </div>
|
143
|
149
|
</div>
|
144
|
|
- </div>
|
145
|
|
- </article>
|
|
150
|
+ </article>
|
146
|
151
|
|
147
|
|
- <!-- 小見出しから内容までのひとまとまりここから-->
|
148
|
|
- <article id="template_list_title">
|
149
|
|
- <div id="template_title2" class="gothic">
|
150
|
|
- <div id="template_title_block">
|
151
|
|
- <span id="template_title2">北方町立図書館</span>
|
|
152
|
+ <!-- 小見出しから内容までのひとまとまりここから-->
|
|
153
|
+ <article id="template_list_title">
|
|
154
|
+ <div id="template_title2" class="gothic">
|
|
155
|
+ <div id="template_title_block">
|
|
156
|
+ <span id="template_title2">北方町立図書館</span>
|
|
157
|
+ </div>
|
152
|
158
|
</div>
|
153
|
|
- </div>
|
154
|
|
- <span id="template_article_block">
|
155
|
|
- <!-- コピペここから-->
|
156
|
|
- <p class="paragraphT5"><img src="../../fourth/library/images/img_library.gif" alt="北方町立図書館の写真" width="450"
|
157
|
|
- height="350"/><br/>
|
158
|
|
-〒501-0431 岐阜県本巣郡北方町北方1816番地の4<br/>
|
159
|
|
- 電話:058-323-3155<br/>
|
160
|
|
- FAX:058-323-5747<br/>
|
161
|
|
- mail:<a href="mailto:tosyokan@town.kitagata.gifu.jp">tosyokan@town.kitagata.gifu.jp</a></p>
|
162
|
|
- <!-- コピペここまで-->
|
163
|
|
- <a href="https://gis-gifu.jp/gifu/maps.action?mp=2,_default&ll=136.6825723,35.4362521&z=12"
|
164
|
|
- onmouseover="window.status='詳細地図を別ウインドウで表示します。'; return true;" onmouseout="window.status=''"
|
165
|
|
- onClick="return openWin('https://gis-gifu.jp/gifu/maps.action?mp=2,_default&ll=136.6825723,35.4362521&z=12')"
|
166
|
|
- target="_blank">
|
167
|
|
- 詳細地図(別ウィンドウ表示)</a><br />
|
168
|
|
- <br />
|
169
|
|
- <span style="font-size: x-large"><a href="../../fourth/library/Password_reset.html">※パスワード再設定のお願い</a></span>
|
170
|
|
- </span>
|
171
|
|
- </article>
|
|
159
|
+ <span id="template_article_block">
|
|
160
|
+ <!-- コピペここから-->
|
|
161
|
+ <p class="paragraphT5"><img src="../../fourth/library/images/img_library.gif" alt="北方町立図書館の写真"
|
|
162
|
+ width="450" height="350" /><br />
|
|
163
|
+ 〒501-0431 岐阜県本巣郡北方町北方1816番地の4<br />
|
|
164
|
+ 電話:058-323-3155<sapn style="color: red;">※かけ間違いにご注意ください!</sapn><br />
|
|
165
|
+ FAX:058-323-5747<br />
|
|
166
|
+ mail:<a href="mailto:tosyokan@town.kitagata.gifu.jp">tosyokan@town.kitagata.gifu.jp</a></p>
|
|
167
|
+ <!-- コピペここまで-->
|
|
168
|
+ <a href="https://gis-gifu.jp/gifu/maps.action?mp=2,_default&ll=136.6825723,35.4362521&z=12"
|
|
169
|
+ onmouseover="window.status='詳細地図を別ウインドウで表示します。'; return true;" onmouseout="window.status=''"
|
|
170
|
+ onClick="return openWin('https://gis-gifu.jp/gifu/maps.action?mp=2,_default&ll=136.6825723,35.4362521&z=12')"
|
|
171
|
+ target="_blank">
|
|
172
|
+ 詳細地図(別ウィンドウ表示)</a><br />
|
|
173
|
+ <br />
|
|
174
|
+ <span style="font-size: x-large"><a
|
|
175
|
+ href="../../fourth/library/Password_reset.html">※パスワード再設定のお願い</a></span>
|
|
176
|
+ </span>
|
|
177
|
+ </article>
|
172
|
178
|
|
173
|
|
- <!-- ひとまとまりここまで-->
|
|
179
|
+ <!-- ひとまとまりここまで-->
|
174
|
180
|
|
175
|
|
- <!-- 小見出しから内容までのひとまとまりここから-->
|
176
|
|
- <!-- 図書館ない資料検索見出し ここから -->
|
177
|
|
- <article id="template_list_title">
|
178
|
|
- <div id="template_title2" class="gothic">
|
179
|
|
- <div id="template_title_block">
|
180
|
|
- <span id="template_title2"><a
|
181
|
|
- href="https://www.lics-saas.nexs-service.jp/kitagata/webopac/index.do">北方町立図書館OPAC</a></span>
|
|
181
|
+ <!-- 小見出しから内容までのひとまとまりここから-->
|
|
182
|
+ <!-- 図書館ない資料検索見出し ここから -->
|
|
183
|
+ <article id="template_list_title">
|
|
184
|
+ <div id="template_title2" class="gothic">
|
|
185
|
+ <div id="template_title_block">
|
|
186
|
+ <span id="template_title2"><a
|
|
187
|
+ href="https://www.lics-saas.nexs-service.jp/kitagata/webopac/index.do">北方町立図書館OPAC</a></span>
|
|
188
|
+ </div>
|
182
|
189
|
</div>
|
183
|
|
- </div>
|
184
|
|
- <span id="template_article_block">
|
185
|
|
- <!-- コピペここから-->
|
186
|
|
- 図書館内の図書資料を検索します。
|
187
|
|
- <!-- コピペここまで-->
|
188
|
|
- </span>
|
189
|
|
- </article>
|
190
|
|
- <!-- 図書館ない資料検索見出し ここまで -->
|
191
|
|
- <!-- お問い合わせ見出し ここから -->
|
192
|
|
- <article id="template_list_title">
|
193
|
|
- <div id="template_title2" class="gothic">
|
194
|
|
- <div id="template_title_block">
|
195
|
|
- <span id="template_title2"><a href="../../fourth/library/inquiry.html">お問い合わせ</a></span>
|
|
190
|
+ <span id="template_article_block">
|
|
191
|
+ <!-- コピペここから-->
|
|
192
|
+ 図書館内の図書資料を検索します。
|
|
193
|
+ <!-- コピペここまで-->
|
|
194
|
+ </span>
|
|
195
|
+ </article>
|
|
196
|
+ <!-- 図書館ない資料検索見出し ここまで -->
|
|
197
|
+ <!-- お問い合わせ見出し ここから -->
|
|
198
|
+ <article id="template_list_title">
|
|
199
|
+ <div id="template_title2" class="gothic">
|
|
200
|
+ <div id="template_title_block">
|
|
201
|
+ <span id="template_title2"><a href="../../fourth/library/inquiry.html">お問い合わせ</a></span>
|
|
202
|
+ </div>
|
196
|
203
|
</div>
|
197
|
|
- </div>
|
198
|
|
- <span id="template_article_block">
|
199
|
|
- <!-- コピペここから-->
|
200
|
|
- <p class="paragraphT15">町立図書館に蔵書している本について、メールでお問い合わせができます。
|
201
|
|
- 町立図書館に蔵書していないものについても、相互貸借(岐阜県図書館等から借用)
|
202
|
|
- などを利用してできるだけ希望にお応えします。</p>
|
203
|
|
- <!-- コピペここまで-->
|
204
|
|
- </span>
|
205
|
|
- </article>
|
206
|
|
- <!-- お問い合わせ見出し ここまで -->
|
207
|
|
- <!-- 利用案内 ここから -->
|
208
|
|
- <article id="template_list_title">
|
209
|
|
- <div id="template_title2" class="gothic">
|
210
|
|
- <div id="template_title_block">
|
211
|
|
- <span id="template_title2"><a href="../../fourth/library/Guide_to_use.html">施設概要・利用案内</a></span>
|
|
204
|
+ <span id="template_article_block">
|
|
205
|
+ <!-- コピペここから-->
|
|
206
|
+ <p class="paragraphT15">町立図書館に蔵書している本について、メールでお問い合わせができます。
|
|
207
|
+ 町立図書館に蔵書していないものについても、相互貸借(岐阜県図書館等から借用)
|
|
208
|
+ などを利用してできるだけ希望にお応えします。</p>
|
|
209
|
+ <!-- コピペここまで-->
|
|
210
|
+ </span>
|
|
211
|
+ </article>
|
|
212
|
+ <!-- お問い合わせ見出し ここまで -->
|
|
213
|
+ <!-- 利用案内 ここから -->
|
|
214
|
+ <article id="template_list_title">
|
|
215
|
+ <div id="template_title2" class="gothic">
|
|
216
|
+ <div id="template_title_block">
|
|
217
|
+ <span id="template_title2"><a
|
|
218
|
+ href="../../fourth/library/Guide_to_use.html">施設概要・利用案内</a></span>
|
|
219
|
+ </div>
|
212
|
220
|
</div>
|
213
|
|
- </div>
|
214
|
|
- <span id="template_article_block">
|
215
|
|
- <!-- コピペここから-->
|
216
|
|
- <p class="paragraphT15">図書館施設・利用のご紹介。</p>
|
217
|
|
- <!-- コピペここまで-->
|
218
|
|
- </span>
|
219
|
|
- </article>
|
220
|
|
- <!-- 利用案内 ここまで -->
|
221
|
|
- <!-- お知らせ ここから -->
|
222
|
|
- <!--<article id="template_list_title">-->
|
|
221
|
+ <span id="template_article_block">
|
|
222
|
+ <!-- コピペここから-->
|
|
223
|
+ <p class="paragraphT15">図書館施設・利用のご紹介。</p>
|
|
224
|
+ <!-- コピペここまで-->
|
|
225
|
+ </span>
|
|
226
|
+ </article>
|
|
227
|
+ <!-- 利用案内 ここまで -->
|
|
228
|
+ <!-- お知らせ ここから -->
|
|
229
|
+ <!--<article id="template_list_title">-->
|
223
|
230
|
<!--<div id="template_title2" class="gothic">-->
|
224
|
|
- <!--<div id="template_title_block">-->
|
225
|
|
- <!--<span id="template_title2"><a-->
|
226
|
|
- <!--href="http://library.town.kitagata.gifu.jp/opac/wopc/pc/OpacServlet?disp=information">お知らせ</a></span>-->
|
227
|
|
- <!--</div>-->
|
|
231
|
+ <!--<div id="template_title_block">-->
|
|
232
|
+ <!--<span id="template_title2"><a-->
|
|
233
|
+ <!--href="http://library.town.kitagata.gifu.jp/opac/wopc/pc/OpacServlet?disp=information">お知らせ</a></span>-->
|
|
234
|
+ <!--</div>-->
|
228
|
235
|
<!--</div>-->
|
229
|
236
|
<!--<span id="template_article_block">-->
|
230
|
|
- <!--<!– コピペここから–>-->
|
231
|
|
- <!--<p class="paragraphT15">図書館からお知らせ・イベント情報。</p>-->
|
232
|
|
- <!--<!– コピペここまで–>-->
|
233
|
|
- <!--</span>-->
|
234
|
|
- <!--</article>-->
|
235
|
|
- <!-- お知らせ ここまで -->
|
236
|
|
- <!-- 交通アクセス ここから -->
|
237
|
|
- <article id="template_list_title">
|
238
|
|
- <div id="template_title2" class="gothic">
|
239
|
|
- <div id="template_title_block">
|
240
|
|
- <span id="template_title2"><a href="../../fourth/library/Access.html">交通アクセス</a></span>
|
|
237
|
+ <!--<!– コピペここから–>-->
|
|
238
|
+ <!--<p class="paragraphT15">図書館からお知らせ・イベント情報。</p>-->
|
|
239
|
+ <!--<!– コピペここまで–>-->
|
|
240
|
+ <!--</span>-->
|
|
241
|
+ <!--</article>-->
|
|
242
|
+ <!-- お知らせ ここまで -->
|
|
243
|
+ <!-- 交通アクセス ここから -->
|
|
244
|
+ <article id="template_list_title">
|
|
245
|
+ <div id="template_title2" class="gothic">
|
|
246
|
+ <div id="template_title_block">
|
|
247
|
+ <span id="template_title2"><a href="../../fourth/library/Access.html">交通アクセス</a></span>
|
|
248
|
+ </div>
|
241
|
249
|
</div>
|
242
|
|
- </div>
|
243
|
|
- <span id="template_article_block">
|
244
|
|
- <!-- コピペここから-->
|
245
|
|
- <p class="paragraphT15">図書館への交通手段ご案内。</p>
|
246
|
|
- <!-- コピペここまで-->
|
247
|
|
- </span>
|
248
|
|
- </article>
|
249
|
|
- <!-- 交通アクセス ここまで -->
|
250
|
|
- <!-- 新着案内 ここから -->
|
251
|
|
- <!--<article id="template_list_title">-->
|
|
250
|
+ <span id="template_article_block">
|
|
251
|
+ <!-- コピペここから-->
|
|
252
|
+ <p class="paragraphT15">図書館への交通手段ご案内。</p>
|
|
253
|
+ <!-- コピペここまで-->
|
|
254
|
+ </span>
|
|
255
|
+ </article>
|
|
256
|
+ <!-- 交通アクセス ここまで -->
|
|
257
|
+ <!-- 新着案内 ここから -->
|
|
258
|
+ <!--<article id="template_list_title">-->
|
252
|
259
|
<!--<div id="template_title2" class="gothic">-->
|
253
|
|
- <!--<div id="template_title_block">-->
|
254
|
|
- <!--<span id="template_title2"><a-->
|
255
|
|
- <!--href="http://library.town.kitagata.gifu.jp/opac/wopc/pc/OpacServlet?disp=newcomeSearch">新着案内</a></span>-->
|
256
|
|
- <!--</div>-->
|
|
260
|
+ <!--<div id="template_title_block">-->
|
|
261
|
+ <!--<span id="template_title2"><a-->
|
|
262
|
+ <!--href="http://library.town.kitagata.gifu.jp/opac/wopc/pc/OpacServlet?disp=newcomeSearch">新着案内</a></span>-->
|
|
263
|
+ <!--</div>-->
|
257
|
264
|
<!--</div>-->
|
258
|
265
|
<!--<span id="template_article_block">-->
|
259
|
|
- <!--<!– コピペここから–>-->
|
260
|
|
- <!--<p class="paragraphT15">新しい本のご紹介。</p>-->
|
261
|
|
- <!--<!– コピペここまで–>-->
|
262
|
|
- <!--</span>-->
|
263
|
|
- <!--</article>-->
|
264
|
|
- <!-- 新着案内 ここまで -->
|
265
|
|
- <!-- 2014-09-16新設 スポンサー こっから -->
|
266
|
|
- <article id="template_list_title">
|
267
|
|
- <div id="template_title2" class="gothic">
|
268
|
|
- <div id="template_title_block">
|
269
|
|
- <span id="template_title2"><a href="../../fourth/library/sponsor.html">雑誌スポンサー制度</a></span>
|
|
266
|
+ <!--<!– コピペここから–>-->
|
|
267
|
+ <!--<p class="paragraphT15">新しい本のご紹介。</p>-->
|
|
268
|
+ <!--<!– コピペここまで–>-->
|
|
269
|
+ <!--</span>-->
|
|
270
|
+ <!--</article>-->
|
|
271
|
+ <!-- 新着案内 ここまで -->
|
|
272
|
+ <!-- 2014-09-16新設 スポンサー こっから -->
|
|
273
|
+ <article id="template_list_title">
|
|
274
|
+ <div id="template_title2" class="gothic">
|
|
275
|
+ <div id="template_title_block">
|
|
276
|
+ <span id="template_title2"><a href="../../fourth/library/sponsor.html">雑誌スポンサー制度</a></span>
|
|
277
|
+ </div>
|
270
|
278
|
</div>
|
271
|
|
- </div>
|
272
|
|
- <span id="template_article_block">
|
273
|
|
- <!-- コピペここから-->
|
274
|
|
- <p class="paragraphT15">新たな図書館資料を確保して図書館サービスの向上を図るため、町立図書館に雑誌を提供していただける民間事業者などを募集します。</p>
|
275
|
|
- <!-- コピペここまで-->
|
276
|
|
- </span>
|
277
|
|
- </article>
|
278
|
|
- <!-- スポンサー ここまで -->
|
279
|
|
- <!-- 他の図書館リンク ここから -->
|
280
|
|
- <article id="template_list_title">
|
281
|
|
- <div id="template_title2" class="gothic">
|
282
|
|
- <div id="template_title_block">
|
283
|
|
- <span id="template_title2">他の図書館リンク</span>
|
|
279
|
+ <span id="template_article_block">
|
|
280
|
+ <!-- コピペここから-->
|
|
281
|
+ <p class="paragraphT15">新たな図書館資料を確保して図書館サービスの向上を図るため、町立図書館に雑誌を提供していただける民間事業者などを募集します。</p>
|
|
282
|
+ <!-- コピペここまで-->
|
|
283
|
+ </span>
|
|
284
|
+ </article>
|
|
285
|
+ <!-- スポンサー ここまで -->
|
|
286
|
+ <!-- 他の図書館リンク ここから -->
|
|
287
|
+ <article id="template_list_title">
|
|
288
|
+ <div id="template_title2" class="gothic">
|
|
289
|
+ <div id="template_title_block">
|
|
290
|
+ <span id="template_title2">他の図書館リンク</span>
|
|
291
|
+ </div>
|
284
|
292
|
</div>
|
285
|
|
- </div>
|
286
|
|
- <span id="template_article_block">
|
287
|
|
- <!-- コピペここから-->
|
288
|
|
- <ul>
|
289
|
|
- <li id="access"><a href="http://www.library.pref.gifu.lg.jp/" target="_blank">岐阜県図書館(新しいウィンドウで開きます)</a></li>
|
290
|
|
- </ul>
|
|
293
|
+ <span id="template_article_block">
|
|
294
|
+ <!-- コピペここから-->
|
|
295
|
+ <ul>
|
|
296
|
+ <li id="access"><a href="http://www.library.pref.gifu.lg.jp/"
|
|
297
|
+ target="_blank">岐阜県図書館(新しいウィンドウで開きます)</a></li>
|
|
298
|
+ </ul>
|
291
|
299
|
|
292
|
|
- <!-- コピペここまで-->
|
293
|
|
- </span>
|
294
|
|
- </article>
|
295
|
|
- <!-- 他の図書館リンク ここまで -->
|
296
|
|
- <!-- ひとまとまりここまで-->
|
|
300
|
+ <!-- コピペここまで-->
|
|
301
|
+ </span>
|
|
302
|
+ </article>
|
|
303
|
+ <!-- 他の図書館リンク ここまで -->
|
|
304
|
+ <!-- ひとまとまりここまで-->
|
297
|
305
|
|
298
|
|
- </section>
|
299
|
|
- </div>
|
|
306
|
+ </section>
|
|
307
|
+ </div>
|
300
|
308
|
|
301
|
|
- <footer>
|
302
|
|
- <img src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町"/><br/>
|
303
|
|
- <p class="footer_text"><a href="../../second/Copyright_and_link.html">リンクと著作権</a>|<a
|
304
|
|
- href="../../second/Privacy_policy.html">個人情報保護指針</a>|<a href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a>
|
305
|
|
- </p>
|
306
|
|
- </footer>
|
|
309
|
+ <footer>
|
|
310
|
+ <img src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町" /><br />
|
|
311
|
+ <p class="footer_text"><a href="../../second/Copyright_and_link.html">リンクと著作権</a>|<a
|
|
312
|
+ href="../../second/Privacy_policy.html">個人情報保護指針</a>|<a
|
|
313
|
+ href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a>
|
|
314
|
+ </p>
|
|
315
|
+ </footer>
|
307
|
316
|
|
308
|
317
|
|
309
|
|
-</div>
|
310
|
|
-<img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?Library" height="1" width="1"/>
|
|
318
|
+ </div>
|
|
319
|
+ <img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?Library" height="1"
|
|
320
|
+ width="1" />
|
311
|
321
|
</body>
|
312
|
|
-</html>
|
|
322
|
+
|
|
323
|
+</html>
|