|
@@ -34,6 +34,106 @@
|
34
|
34
|
<script type="text/javascript"
|
35
|
35
|
src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
36
|
36
|
<div id="main" class="gothic">
|
|
37
|
+ <!--セクション 操作-->
|
|
38
|
+ <section id="operation">
|
|
39
|
+ <!--セクション 住所-->
|
|
40
|
+ <article id="address">
|
|
41
|
+ <address id="operation_add">
|
|
42
|
+ <span>北方町役場</span><span> 〒501-0492</span><span> 岐阜県本巣郡北方町長谷川1丁目1番地</span><span> TEL:058-323-1111(代)</span>
|
|
43
|
+ </address>
|
|
44
|
+ </article>
|
|
45
|
+ <div id="controle_panel">
|
|
46
|
+ <!--セクション 背景色-->
|
|
47
|
+ <article id="bgcolor">
|
|
48
|
+ <img src="../../css/img/013.png" alt="背景色変更ボックス" />
|
|
49
|
+ <div id="bgcolor_img">
|
|
50
|
+ <input type="image" src="../../css/img/010.png" value="1" alt="背景色1番目" onClick="setBackground3(1)">
|
|
51
|
+ <input type="image" src="../../css/img/011.png" value="2" alt="背景色2番目" onClick="setBackground3(2)">
|
|
52
|
+ <input type="image" src="../../css/img/012.png" value="3" alt="背景色3番目" onClick="setBackground3(3)">
|
|
53
|
+ </div>
|
|
54
|
+ </article>
|
|
55
|
+ <!--セクション 文字サイズ-->
|
|
56
|
+ <!--<article id="charsize" >
|
|
57
|
+ <img src="../../css/img/008.png" alt="文字サイズ変更ボックス" />
|
|
58
|
+ <div id="charsize_img">
|
|
59
|
+ <img src="../../css/img/005.png" alt="文字大きさ変更、小さい" />
|
|
60
|
+ <img src="../../css/img/006.png" alt="文字大きさ変更、中間" />
|
|
61
|
+ <img src="../../css/img/007.png" alt="文字大きさ変更、大きい" />
|
|
62
|
+ </div>
|
|
63
|
+ </article>-->
|
|
64
|
+
|
|
65
|
+ <!--セクション サイトマップ-->
|
|
66
|
+ <article id="sitemap">
|
|
67
|
+ <div id="sitemap_img">
|
|
68
|
+ <a href="../../second/sitemap.html"><img src="../../css/img/kitagata_sitemap.png" alt="サイトマップ" /></a>
|
|
69
|
+ </div>
|
|
70
|
+ </article>
|
|
71
|
+ <!--セクション お問い合わせ-->
|
|
72
|
+ <article id="contact">
|
|
73
|
+ <div id="contact_img">
|
|
74
|
+ <a href="../../third/town_admini_info/administrative_organization_chart.html"><img
|
|
75
|
+ src="../../css/img/kitagata_support.png" alt="お問い合わせはこちらから" /></a>
|
|
76
|
+ </div>
|
|
77
|
+ </article>
|
|
78
|
+ <!--セクション 翻訳-->
|
|
79
|
+ <article id="translation">
|
|
80
|
+ <div id="translation_img">
|
|
81
|
+ <!--<img src="../../css/img/kitagata_Language.png" alt="翻訳" />-->
|
|
82
|
+ <div id="google_translate_element"></div>
|
|
83
|
+ <script type="text/javascript">
|
|
84
|
+ function googleTranslateElementInit() {
|
|
85
|
+ new google.translate.TranslateElement({
|
|
86
|
+ pageLanguage: 'ja',
|
|
87
|
+ layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
|
88
|
+ }, 'google_translate_element');
|
|
89
|
+ }
|
|
90
|
+ </script>
|
|
91
|
+ <script type="text/javascript"
|
|
92
|
+ src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
|
93
|
+ </div>
|
|
94
|
+ </article>
|
|
95
|
+ <div id="claer">
|
|
96
|
+ </div>
|
|
97
|
+ </div>
|
|
98
|
+ </section>
|
|
99
|
+
|
|
100
|
+ <!--ヘッダーデータ-->
|
|
101
|
+ <header>
|
|
102
|
+ <div id="header" class="gothic">
|
|
103
|
+ <a href="../../index.html"><img src="../../css/img/header_emblem.png" width="200px" height="260px" /></a>
|
|
104
|
+ <div id="h_block_1">
|
|
105
|
+ <div class="h_line">
|
|
106
|
+ </div>
|
|
107
|
+ <article class="h_text_l">
|
|
108
|
+ <a class="h_link" href="../../second/living.html"><span class="h_text">くらしの情報</span></a>
|
|
109
|
+ </article>
|
|
110
|
+ <article class="h_text_l">
|
|
111
|
+ <a class="h_link" href="../../second/tourism.html"><span class="h_text">観光</span></a>
|
|
112
|
+ </article>
|
|
113
|
+ <article class="h_text_l">
|
|
114
|
+ <a class="h_link" href="../../second/business.html"><span class="h_text">事業者向け情報</span></a>
|
|
115
|
+ </article>
|
|
116
|
+ <article class="h_text_l">
|
|
117
|
+ <a class="h_link" href="../../second/town_admini_info.html"><span class="h_text">町政情報</span></a>
|
|
118
|
+ </article>
|
|
119
|
+ </div>
|
|
120
|
+ <div id="h_block_search">
|
|
121
|
+ <div class="h_line"></div>
|
|
122
|
+ <article class="h_search">
|
|
123
|
+ <div class="space10"></div>
|
|
124
|
+ <form action="http://www.google.com/search">
|
|
125
|
+ <input type="hidden" name="hl" value="ja" />
|
|
126
|
+ <input type="hidden" name="ie" value="UTF-8">
|
|
127
|
+ <input type="hidden" name="oe" value="UTF-8">
|
|
128
|
+ <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch" />
|
|
129
|
+ <input type="text" name="q" size="16" maxlength="256" value="" />
|
|
130
|
+ <input type="submit" name="btnG" value="検索" />
|
|
131
|
+ </form>
|
|
132
|
+ </article>
|
|
133
|
+ </div>
|
|
134
|
+ </div>
|
|
135
|
+ </header>
|
|
136
|
+
|
37
|
137
|
<!-- mobile header -->
|
38
|
138
|
<header class="header">
|
39
|
139
|
<div class="headerLogo">
|