Browse Source

[kitagata_support:09503] HP更新依頼(移住定住)

kuni 5 years ago
parent
commit
ed067522c8

BIN
css/img/bannar1/taxbannar11.gif View File


BIN
css/img/kitagatabanner7.png View File


BIN
css/pdf/incentives_toyko/incentives_toyko_1.pdf View File


BIN
css/pdf/incentives_toyko/incentives_toyko_2.xlsx View File


BIN
css/pdf/incentives_toyko/incentives_toyko_3.docx View File


BIN
css/pdf/incentives_toyko/incentives_toyko_3.pdf View File


BIN
css/pdf/incentives_toyko/incentives_toyko_4.docx View File


BIN
css/pdf/incentives_toyko/incentives_toyko_4.pdf View File


BIN
css/pdf/incentives_toyko/incentives_toyko_5.xlsx View File


BIN
css/pdf/incentives_toyko/incentives_toyko_panf.pdf View File


+ 34
- 6
css/section_190212.css View File

@@ -847,17 +847,18 @@ section#nuclear {
847 847
   position: relative;
848 848
   display: block;
849 849
   width: 200px;
850
-  height: 115px;
850
+  height: 98px;
851 851
   margin: 10px 10px 10px 0px;
852 852
   background-color: #ffffff;
853 853
   /*background-image: url(img/banner_background200170.png);*/
854
+  text-align: center;
854 855
 }
855 856
 
856 857
 article#nuclear {
857 858
   position: relative;
858 859
   display: block;
859
-  width: 180px;
860
-  height: 80px;
860
+  width: 160px;
861
+  height: 60px;
861 862
   margin: 10px 10px 10px 10px;
862 863
 }
863 864
 
@@ -866,18 +867,20 @@ section#incentives {
866 867
   position: relative;
867 868
   display: block;
868 869
   width: 200px;
869
-  height: 125px;
870
+  height: 79px;
870 871
   margin: 10px 10px 10px 0px;
871 872
   background-color: #ffffff;
872 873
   /*background-image: url(img/banner_background200170.png);*/
874
+  text-align: center;
873 875
 }
874 876
 
875 877
 article#incentives {
876 878
   position: relative;
877 879
   display: block;
878
-  width: 180px;
879
-  height: 80px;
880
+  width: 160px;
881
+  height: 65px;
880 882
   margin: 10px 10px 10px 10px;
883
+  text-align: center;
881 884
 }
882 885
 
883 886
 
@@ -1223,4 +1226,29 @@ div#calendar3_img {
1223 1226
   /*background-image: url(img/banner_img200170red.png);*/
1224 1227
 }
1225 1228
 
1229
+/* kitagatakids ここから */
1230
+section#comcen1 {
1231
+  position: relative;
1232
+  display: block;
1233
+  width: 200px;
1234
+  height: 53px;
1235
+  margin: 10px 10px 10px 0px;
1236
+  background-color: #ffffff;
1237
+  /*background-image: url(img/banner_background200170.png);*/
1238
+  font-size: 0.8rem;
1239
+  padding-top: 1px;
1240
+}
1241
+
1242
+article#comcen1 {
1243
+  position: relative;
1244
+  display: block;
1245
+  width: 180px;
1246
+  height: 50px;
1247
+  margin: 10px 10px 10px 10px;
1248
+  padding-top: 0px;
1249
+  margin-top: 2px;
1250
+}
1251
+
1252
+/* kitagatakids ここまで */
1253
+
1226 1254
 /* 各コンテンツブロック配置 */

+ 24
- 6
index.html View File

@@ -3191,16 +3191,34 @@
3191 3191
                 <!--セクション 非核平和都市宣言の町-->
3192 3192
                 <section id="nuclear">
3193 3193
                   <a class="i_link" href="third/publicity_2/Non_nuclear_peace_promotion.html">
3194
-                    <img src="css/img/hikakuheiwa.png" width="200px" alt="非核平和都市宣言の町" />
3194
+                    <img src="css/img/hikakuheiwa.png" width="170px" alt="非核平和都市宣言の町" />
3195 3195
                   </a>
3196 3196
                 </section>
3197
+
3197 3198
                 <!--セクション 今、住居を建てるなら北方町で-->
3198 3199
                 <section id="incentives">
3199 3200
                   <a class="i_link" href="fourth/topics/data/settled_incentives_extension.pdf">
3200
-                    <img src="css/img/kitagatabanner2.png" width="200px" alt="今、住居を建てるなら北方町で" />
3201
+                    <img src="css/img/kitagatabanner7.png" width="170px" style="text-align: center;"
3202
+                      alt="今、住居を建てるなら北方町で" />
3201 3203
                   </a>
3202 3204
                 </section>
3203 3205
 
3206
+                <section id="comcen1">
3207
+                  <article id="comcen1">
3208
+                    <div style="border: solid 1px #aaaaaa; height:45px;">
3209
+                      <a href="second/incentives_toyko.html" width="180px" height="45px"
3210
+                        style="text-align: center; position: absolute; top: 0px; text-decoration: none; color:#000000;">
3211
+                        <span>
3212
+                          <div style="margin: 5px 5px;">
3213
+                            <p>東京圏から移住される方へ!</p>
3214
+                            <p>東京圏からの移住支援事業</p>
3215
+                          </div>
3216
+                        </span>
3217
+                      </a>
3218
+                    </div>
3219
+                  </article>
3220
+                </section>
3221
+
3204 3222
                 <!--セクション レイアウトパーツ-->
3205 3223
                 <!-- <section style="height:70px">
3206 3224
     </section> -->
@@ -3324,11 +3342,11 @@
3324 3342
       </span>
3325 3343
       <br />
3326 3344
 
3327
-      <span>
3345
+      <!-- <span>
3328 3346
         <a href="http://www.nta.go.jp/souzoku-tokushu/index.htm">
3329 3347
           <img src="css/img/bannar1/taxbannar3.png" width="200" height="66" border="0">
3330 3348
         </a>
3331
-      </span>
3349
+      </span> -->
3332 3350
       <span>
3333 3351
         <a href="http://www.cas.go.jp/jp/seisaku/bangoseido/">
3334 3352
           <img src="css/img/bannar1/mynumber_bannar1.png" width="200" height="66" border="0">
@@ -3360,11 +3378,11 @@
3360 3378
         </a>
3361 3379
       </span>
3362 3380
 
3363
-      <span>
3381
+      <!-- <span>
3364 3382
         <a href="http://www.nta.go.jp/tetsuzuki/shinkoku/shotoku/tokushu/index.htm">
3365 3383
           <img src="css/img/bannar1/20190129_banner_kakutei.jpg" width="200" height="66" border="0">
3366 3384
         </a>
3367
-      </span>
3385
+      </span> -->
3368 3386
 
3369 3387
       <!--バナー(新規は後ろへ追加)=============================================================================================================-->
3370 3388
     </div>

+ 226
- 0
second/incentives_toyko.html View File

@@ -0,0 +1,226 @@
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/second_body.css">
13
+  <script src="../js/operation.js"></script>
14
+  <meta name="google-translate-customization" content="45643f5d79d6e245-283971e7754d7b90-g905c6e6b6867bf2f-2f">
15
+  </meta>
16
+</head>
17
+
18
+<body id="back">
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> TEL:058-323-1111(代)</span>
26
+        </address>
27
+      </article>
28
+      <div id="controle_panel">
29
+        <!--セクション 背景色-->
30
+        <article id="bgcolor">
31
+          <img src="../css/img/013.png" alt="背景色変更ボックス" />
32
+          <div id="bgcolor_img">
33
+            <input id="button1" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground2(1)">
34
+            <input id="button2" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground2(2)">
35
+            <input id="button3" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground2(3)">
36
+          </div>
37
+          <script>
38
+            getBackgNumber2();
39
+          </script>
40
+        </article>
41
+
42
+        <!--セクション 文字サイズ-->
43
+        <!--<article id="charsize" >
44
+<img src="../css/img/008.png" alt="文字サイズ変更ボックス" />
45
+<div id="charsize_img">
46
+<img src="../css/img/005.png" alt="文字大きさ変更、小さい" />
47
+<img src="../css/img/006.png" alt="文字大きさ変更、中間" />
48
+<img src="../css/img/007.png" alt="文字大きさ変更、大きい" />
49
+</div>
50
+</article>-->
51
+
52
+        <!--セクション サイトマップ-->
53
+        <article id="sitemap">
54
+          <div id="sitemap_img">
55
+            <a href="../second/sitemap.html"><img src="../css/img/kitagata_sitemap.png" alt="サイトマップ" /></a>
56
+          </div>
57
+        </article>
58
+        <!--セクション お問い合わせ-->
59
+        <article id="contact">
60
+          <div id="contact_img">
61
+            <a href="../third/town_admini_info/administrative_organization_chart.html"><img
62
+                src="../css/img/kitagata_support.png" alt="お問い合わせはこちらから" /></a>
63
+          </div>
64
+        </article>
65
+        <!--セクション 翻訳-->
66
+        <article id="translation">
67
+          <div id="translation_img">
68
+            <!--<img src="../css/img/kitagata_Language.png" alt="翻訳" />-->
69
+            <div id="google_translate_element"></div>
70
+            <script type="text/javascript">
71
+              function googleTranslateElementInit() {
72
+                new google.translate.TranslateElement({
73
+                  pageLanguage: 'ja',
74
+                  layout: google.translate.TranslateElement.InlineLayout.SIMPLE
75
+                }, 'google_translate_element');
76
+              }
77
+            </script>
78
+            <script type="text/javascript"
79
+              src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
80
+          </div>
81
+        </article>
82
+        <div id="claer">
83
+        </div>
84
+      </div>
85
+    </section>
86
+
87
+    <!--ヘッダーデータ-->
88
+    <header>
89
+      <div id="header" class="gothic">
90
+        <a href="../index.html">
91
+          <img src="../css/img/header_emblem.png" width="200px" height="260px" />
92
+        </a>
93
+        <div id="h_block_1">
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>
128
+      </div>
129
+    </header>
130
+
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>
138
+            </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>
145
+            </div>
146
+          </div>
147
+          <span id="template_article_block">
148
+            北方町への移住・定住の促進および中小企業等における人手不足の解消に資するため、東京圏(埼玉県、千葉県、東京都および神奈川県をいう。以下同じ。)から北方町内に移住した方に対して、岐阜県と共同して最大100万円の移住支援金を支給します。
149
+          </span>
150
+        </article>
151
+        <article id="template">
152
+          <div id="template_title2" class="gothic">
153
+            <div id="template_title_block">
154
+              <span id="template_title2">対象者</span>
155
+            </div>
156
+          </div>
157
+          <span id="template_article_block">
158
+            次の(1)または(2)を満たす方で、平成31年4月以降に北方町に移住し、都道府県が運営する就業支援のマッチングサイト(岐阜県の場合は、ジンサポ!ぎふホームページ内に設けた移住支援者向けページ(ジンチャレ!))に掲載された中小企業などに就業または、県内で社会的事業分野で起業した方(岐阜県地域課題解決型創業支援事業の交付決定を受けられた方)。<br />
159
+            (1)住民票を移す直前に連続して5年以上、東京23区内に在住していた方<br />
160
+            (2)住民票を移す3カ月前の時点において、連続して5年以上東京圏(東京圏、埼玉県、千葉県、神奈川県(条件不利益地域は除く))から東京23区内の事業所へ通勤していた方<br />
161
+          </span>
162
+        </article>
163
+        <article id="template">
164
+          <div id="template_title2" class="gothic">
165
+            <div id="template_title_block">
166
+              <span id="template_title2">支給要件</span>
167
+            </div>
168
+          </div>
169
+          <span id="template_article_block">
170
+            ・移住支援金の申請時において、転入後3カ月以上1年以内であること。<br />
171
+            ・移住支援金の申請日から5年を超え継続して定住し、かつ就業・起業する意思のある方。<br />
172
+            (5年以内に転出した場合、支援金の返還対象となりますのでご注意ください。)<br />
173
+            <br />
174
+            ※他にも支給要件があります。<br />
175
+             詳しくは、<a href="../css/pdf/incentives_toyko/incentives_toyko_panf.pdf"
176
+              target="_blank">移住支援金チラシ</a>をご覧ください。<br />
177
+            <br />
178
+            ※チラシをご覧いただき、チェックリストに当てはまる場合は移住支援金の対象となる可能性がありますので、詳しくはブランド戦略課までお問い合わせください。<br />
179
+          </span>
180
+        </article>
181
+        <article id="template">
182
+          <div id="template_title2" class="gothic">
183
+            <div id="template_title_block">
184
+              <span id="template_title2">支援金の額</span>
185
+            </div>
186
+          </div>
187
+          <span id="template_article_block">
188
+            単身者:60万円<br />
189
+            2人以上の世帯:100万円<br />
190
+          </span>
191
+        </article>
192
+        <article id="template">
193
+          <div id="template_title2" class="gothic">
194
+            <div id="template_title_block">
195
+              <span id="template_title2">申請方法</span>
196
+            </div>
197
+          </div>
198
+          <span id="template_article_block">
199
+            転入日から3カ月以上1年以内に、交付申請書に必要書類を添付して提出してください。<br />
200
+            <a href="../css/pdf/incentives_toyko/incentives_toyko_1.pdf" target="_blank">提出物一覧(PDF)</a><br />
201
+            <a href="../css/pdf/incentives_toyko/incentives_toyko_2.xlsx"
202
+              target="_blank">移住支援金交付申請書(様式1)(Excel)</a><br />
203
+            <a href="../css/pdf/incentives_toyko/incentives_toyko_3.pdf" target="_blank">誓約事項(様式1別紙1)(PDF)</a><br />
204
+            <a href="../css/pdf/incentives_toyko/incentives_toyko_3.docx" target="_blank">誓約事項(様式1別紙1)(Word)</a><br />
205
+            <a href="../css/pdf/incentives_toyko/incentives_toyko_4.pdf" target="_blank">個人情報の取扱い(様式1別紙2)(PDF)</a><br />
206
+            <a href="../css/pdf/incentives_toyko/incentives_toyko_4.docx"
207
+              target="_blank">個人情報の取扱い(様式1別紙2)(Word)</a><br />
208
+            <a href="../css/pdf/incentives_toyko/incentives_toyko_5.xlsx" target="_blank">就業証明書(様式2)(PDF)</a><br />
209
+          </span>
210
+        </article>
211
+      </section>
212
+    </div>
213
+
214
+    <footer>
215
+      <img src="../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町" />
216
+      <br />
217
+      <p class="footer_text"><a href="../second/Copyright_and_link.html">リンクと著作権</a>|<a
218
+          href="../second/Privacy_policy.html">個人情報保護指針</a>|<a href="../second/Barrier_free_policy.html">バリアフリーポリシー</a>
219
+      </p>
220
+    </footer>
221
+
222
+  </div>
223
+  <img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?" height="1" width="1" />
224
+</body>
225
+
226
+</html>

Loading…
Cancel
Save