|
@@ -1,44 +1,48 @@
|
1
|
1
|
<!doctype html>
|
2
|
2
|
<html lang="ja">
|
3
|
|
- <head>
|
4
|
|
- <meta charset="utf-8">
|
5
|
|
- <title>北方町ホームページ</title>
|
6
|
|
- <link rel="stylesheet" href="../../css/base.css">
|
7
|
|
- <link rel="stylesheet" href="../../css/second_header.css">
|
8
|
|
- <link rel="stylesheet" href="../../css/footer.css">
|
9
|
|
- <link rel="stylesheet" href="../../css/section.css">
|
10
|
|
- <link rel="stylesheet" href="../../css/third_template.css" >
|
11
|
|
- <link rel="stylesheet" href="../../css/table.css" >
|
12
|
|
-<script src="../../js/operation.js"></script>
|
13
|
|
-<meta name="google-translate-customization" content="45643f5d79d6e245-283971e7754d7b90-g905c6e6b6867bf2f-2f"></meta>
|
|
3
|
+
|
|
4
|
+<head>
|
|
5
|
+ <meta charset="utf-8">
|
|
6
|
+ <title>北方町ホームページ</title>
|
|
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/table.css">
|
|
13
|
+ <script src="../../js/operation.js"></script>
|
|
14
|
+ <meta name="google-translate-customization" content="45643f5d79d6e245-283971e7754d7b90-g905c6e6b6867bf2f-2f"></meta>
|
14
|
15
|
</head>
|
15
|
16
|
|
16
|
17
|
<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" onClick="setBackground3(1)">
|
32
|
|
-<input id="button2" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(2)">
|
33
|
|
-<input id="button3" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(3)">
|
34
|
|
-</div>
|
35
|
|
-<script>
|
36
|
|
-getBackgNumber3();
|
37
|
|
-</script>
|
38
|
|
-</article>
|
|
18
|
+ <div id="main" class="gothic">
|
|
19
|
+ <!--セクション 操作-->
|
|
20
|
+ <section id="operation">
|
|
21
|
+ <!--セクション 住所-->
|
|
22
|
+ <article id="address">
|
|
23
|
+ <address id="operation_add">
|
|
24
|
+ <span>北方町役場</span>
|
|
25
|
+ <span> 〒501-0492</span>
|
|
26
|
+ <span> 岐阜県本巣郡北方町長谷川1丁目1番地</span>
|
|
27
|
+ <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" onClick="setBackground3(1)">
|
|
36
|
+ <input id="button2" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(2)">
|
|
37
|
+ <input id="button3" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(3)">
|
|
38
|
+ </div>
|
|
39
|
+ <script>
|
|
40
|
+ getBackgNumber3();
|
|
41
|
+ </script>
|
|
42
|
+ </article>
|
39
|
43
|
|
40
|
|
-<!--セクション 文字サイズ-->
|
41
|
|
-<!--<article id="charsize" >
|
|
44
|
+ <!--セクション 文字サイズ-->
|
|
45
|
+ <!--<article id="charsize" >
|
42
|
46
|
<img src="../../css/img/008.png" alt="文字サイズ変更ボックス" />
|
43
|
47
|
<div id="charsize_img">
|
44
|
48
|
<img src="../../css/img/005.png" alt="文字大きさ変更、小さい" />
|
|
@@ -47,208 +51,243 @@ getBackgNumber3();
|
47
|
51
|
</div>
|
48
|
52
|
</article>-->
|
49
|
53
|
|
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>
|
81
|
|
- <div id="header" class="gothic">
|
82
|
|
- <a href="../../index.html"><img src="../../css/img/header_emblem.png" width="200px" height="260px"/></a>
|
83
|
|
- <div id="h_block_1">
|
84
|
|
- <div class="h_line">
|
85
|
|
- </div>
|
86
|
|
- <article class="h_text_l">
|
87
|
|
- <a class="h_link" href="../../second/living.html"><span class="h_text">くらしの情報</span></a>
|
88
|
|
- </article>
|
89
|
|
- <article class="h_text_l">
|
90
|
|
- <a class="h_link" href="../../second/tourism.html"><span class="h_text">観光</span></a>
|
91
|
|
- </article>
|
92
|
|
- <article class="h_text_l">
|
93
|
|
- <a class="h_link" href="../../second/business.html"><span class="h_text">事業者向け情報</span></a>
|
94
|
|
- </article>
|
95
|
|
- <article class="h_text_l">
|
96
|
|
- <a class="h_link" href="../../second/town_admini_info.html"><span class="h_text">町政情報</span></a>
|
97
|
|
- </article>
|
98
|
|
- </div>
|
99
|
|
- <div id="h_block_search">
|
100
|
|
- <div class="h_line"></div>
|
101
|
|
- <article class="h_search">
|
102
|
|
- <div class="space10"></div>
|
103
|
|
- <form action="http://www.google.com/search">
|
104
|
|
- <input type="hidden" name="hl" value="ja" />
|
105
|
|
- <input type="hidden" name="ie" value="UTF-8">
|
106
|
|
- <input type="hidden" name="oe" value="UTF-8">
|
107
|
|
- <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch" />
|
108
|
|
- <input type="text" name="q" size="16" maxlength="256" value="" />
|
109
|
|
- <input type="submit" name="btnG" value="検索" />
|
110
|
|
- </form>
|
111
|
|
- </article>
|
112
|
|
- </div>
|
113
|
|
- </div>
|
114
|
|
- </header>
|
|
54
|
+ <!--セクション サイトマップ-->
|
|
55
|
+ <article id="sitemap">
|
|
56
|
+ <div id="sitemap_img">
|
|
57
|
+ <a href="../../second/sitemap.html">
|
|
58
|
+ <img src="../../css/img/kitagata_sitemap.png" alt="サイトマップ" />
|
|
59
|
+ </a>
|
|
60
|
+ </div>
|
|
61
|
+ </article>
|
|
62
|
+ <!--セクション お問い合わせ-->
|
|
63
|
+ <article id="contact">
|
|
64
|
+ <div id="contact_img">
|
|
65
|
+ <a href="../../third/town_admini_info/administrative_organization_chart.html">
|
|
66
|
+ <img src="../../css/img/kitagata_support.png" alt="お問い合わせはこちらから" />
|
|
67
|
+ </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" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
|
84
|
+ </div>
|
|
85
|
+ </article>
|
|
86
|
+ <div id="claer">
|
|
87
|
+ </div>
|
|
88
|
+ </div>
|
|
89
|
+ </section>
|
|
90
|
+ <!--ヘッダーデータ-->
|
|
91
|
+ <header>
|
|
92
|
+ <div id="header" class="gothic">
|
|
93
|
+ <a href="../../index.html">
|
|
94
|
+ <img src="../../css/img/header_emblem.png" width="200px" height="260px" />
|
|
95
|
+ </a>
|
|
96
|
+ <div id="h_block_1">
|
|
97
|
+ <div class="h_line">
|
|
98
|
+ </div>
|
|
99
|
+ <article class="h_text_l">
|
|
100
|
+ <a class="h_link" href="../../second/living.html">
|
|
101
|
+ <span class="h_text">くらしの情報</span>
|
|
102
|
+ </a>
|
|
103
|
+ </article>
|
|
104
|
+ <article class="h_text_l">
|
|
105
|
+ <a class="h_link" href="../../second/tourism.html">
|
|
106
|
+ <span class="h_text">観光</span>
|
|
107
|
+ </a>
|
|
108
|
+ </article>
|
|
109
|
+ <article class="h_text_l">
|
|
110
|
+ <a class="h_link" href="../../second/business.html">
|
|
111
|
+ <span class="h_text">事業者向け情報</span>
|
|
112
|
+ </a>
|
|
113
|
+ </article>
|
|
114
|
+ <article class="h_text_l">
|
|
115
|
+ <a class="h_link" href="../../second/town_admini_info.html">
|
|
116
|
+ <span class="h_text">町政情報</span>
|
|
117
|
+ </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
|
+
|
|
137
|
+ <div id="third_body">
|
|
138
|
+ <!--セクション space-->
|
115
|
139
|
|
116
|
|
- <div id="third_body">
|
117
|
|
- <!--セクション space-->
|
|
140
|
+ <!--セクション template-->
|
|
141
|
+ <section id="template">
|
|
142
|
+ <article id="breadcrumb">
|
|
143
|
+ <div id="breadcrumb_title">
|
|
144
|
+ <div id="breadcrumb_title_block">
|
|
145
|
+ <span id="breadcrumb_title">
|
|
146
|
+ <a href="../../index.html">トップ</a>>
|
|
147
|
+ <a href="../../second/living.html">くらしの情報</a>>
|
|
148
|
+ <a href="../../second/Family_register.html">戸籍・住民票など</a>>婚姻届</span>
|
|
149
|
+ </div>
|
|
150
|
+ </div>
|
|
151
|
+ </article>
|
|
152
|
+ <article id="template">
|
|
153
|
+ <div id="template_title" class="gothic">
|
|
154
|
+ <div id="template_title_block">
|
|
155
|
+ <span id="template_title">結婚するときは・・・婚姻届</span>
|
|
156
|
+ </div>
|
|
157
|
+ </div>
|
|
158
|
+ </article>
|
|
159
|
+ <article id="template_list_title">
|
|
160
|
+ <div id="template_title2" class="gothic">
|
|
161
|
+ <div id="template_title_block">
|
|
162
|
+ <span id="template_title2">届出期間</span>
|
|
163
|
+ </div>
|
|
164
|
+ </div>
|
|
165
|
+ <span id="template_article_block">
|
|
166
|
+ <!-- ここから-->
|
|
167
|
+ 届出によって効力が発生します
|
|
168
|
+ <br />
|
|
169
|
+ <!-- ここまで-->
|
|
170
|
+ </span>
|
|
171
|
+ </article>
|
|
172
|
+ <article id="template_list_title">
|
|
173
|
+ <div id="template_title2" class="gothic">
|
|
174
|
+ <div id="template_title_block">
|
|
175
|
+ <span id="template_title2">届出人</span>
|
|
176
|
+ </div>
|
|
177
|
+ </div>
|
|
178
|
+ <span id="template_article_block">
|
|
179
|
+ <!-- ここから-->
|
|
180
|
+ 夫(満18歳以上)と妻(満16歳以上)
|
|
181
|
+ <br />
|
|
182
|
+ <!-- ここまで-->
|
|
183
|
+ </span>
|
|
184
|
+ </article>
|
|
185
|
+ <article id="template_list_title">
|
|
186
|
+ <div id="template_title2" class="gothic">
|
|
187
|
+ <div id="template_title_block">
|
|
188
|
+ <span id="template_title2">届出地</span>
|
|
189
|
+ </div>
|
|
190
|
+ </div>
|
|
191
|
+ <span id="template_article_block">
|
|
192
|
+ <!-- ここから-->
|
|
193
|
+ 夫または妻の本籍地・所在地のいずれかの市区町村役場
|
|
194
|
+ <br />
|
|
195
|
+ <!-- ここまで-->
|
|
196
|
+ </span>
|
|
197
|
+ </article>
|
|
198
|
+ <article id="template_list_title">
|
|
199
|
+ <div id="template_title2" class="gothic">
|
|
200
|
+ <div id="template_title_block">
|
|
201
|
+ <span id="template_title2">届出に必要なもの</span>
|
|
202
|
+ </div>
|
|
203
|
+ </div>
|
|
204
|
+ <span id="template_article_block">
|
|
205
|
+ <!-- ここから-->
|
|
206
|
+ ・婚姻届書(成人2人の証人が必要です。
|
|
207
|
+ <br /> 右側証人欄に記入してもらってください。)
|
|
208
|
+ <br /> ・届書に押した印鑑(夫と妻それぞれの印鑑)
|
|
209
|
+ <br /> ・国民健康保険証・年金手帳(国民年金1号被保険者のみ)
|
|
210
|
+ <br /> ・住民基本台帳カード等(交付を受けていて婚姻により氏が変わる人)
|
|
211
|
+ <br /> ・
|
|
212
|
+ <a href="../../third/living/Documents_of_identification.html">届出人の本人確認の書類</a>
|
|
213
|
+ <br /> ・戸籍謄本(本籍地が北方町でない場合)
|
|
214
|
+ <br />
|
|
215
|
+ <!-- ここまで-->
|
|
216
|
+ </span>
|
|
217
|
+ </article>
|
|
218
|
+ <article id="template_list_title">
|
|
219
|
+ <div id="template_title2" class="gothic">
|
|
220
|
+ <div id="template_title_block">
|
|
221
|
+ <span id="template_title2">婚姻届に伴う手続き(該当する場合のみ)</span>
|
|
222
|
+ </div>
|
|
223
|
+ </div>
|
|
224
|
+ <span id="template_article_block">
|
|
225
|
+ <!-- ここから-->
|
|
226
|
+ 受付窓口:住民保険課 ・国民健康保険の加入または変更手続き
|
|
227
|
+ <br /> ・国民年金の氏名・住所変更手続き
|
|
228
|
+ <br />
|
|
229
|
+ <!-- ここまで-->
|
|
230
|
+ </span>
|
|
231
|
+ </article>
|
|
232
|
+ <article id="template_list_title">
|
|
233
|
+ <div id="template_title2" class="gothic">
|
|
234
|
+ <div id="template_title_block">
|
|
235
|
+ <span id="template_title2">届出書の記入上の注意</span>
|
|
236
|
+ </div>
|
|
237
|
+ </div>
|
|
238
|
+ <span id="template_article_block">
|
|
239
|
+ <!-- ここから-->
|
|
240
|
+ ・届出人および成人の証人である2名の署名および押印が必要です。
|
|
241
|
+ <br /> ・20歳未満の方の婚姻には父母の同意となる署名および押印が必要です。
|
|
242
|
+ <br /> ・婚姻後の夫婦の氏・新しい本籍(婚姻後の夫婦の氏の人が筆頭となっていない場合)を記入してください。
|
|
243
|
+ <br /> ・住所は住所登録をしている住所を記入してください。
|
|
244
|
+ <br /> 婚姻届と同時に転入または転居届をされる場合は、新しい住所を記入してください。
|
|
245
|
+ <br />
|
|
246
|
+ <!-- ここまで-->
|
|
247
|
+ </span>
|
|
248
|
+ </article>
|
|
249
|
+ <article id="template_list_title">
|
|
250
|
+ <div id="template_title2" class="gothic">
|
|
251
|
+ <div id="template_title_block">
|
|
252
|
+ <span id="template_title2">婚姻届記念フォトサービス</span>
|
|
253
|
+ </div>
|
|
254
|
+ </div>
|
|
255
|
+ <span id="template_article_block">
|
|
256
|
+ 婚姻届を提出される方の一生の思い出になるよう、記念撮影のお手伝いをさせて頂いています。
|
|
257
|
+ <br /> ご希望される方は、お気軽にお声がけください。
|
|
258
|
+ <br /> ※個人情報保護の観点から、お客様のスマートフォン等で撮影させて頂きます。
|
|
259
|
+ </span>
|
|
260
|
+ </article>
|
|
261
|
+ <article id="template_list_title">
|
|
262
|
+ <div id="template_title2" class="gothic">
|
|
263
|
+ <div id="template_title_block">
|
|
264
|
+ <span id="template_title2">お問い合わせ</span>
|
|
265
|
+ </div>
|
|
266
|
+ </div>
|
|
267
|
+ <span id="template_article_block">
|
|
268
|
+ 住民保険課
|
|
269
|
+ <br /> Tel 058-323-1113
|
|
270
|
+ <br />
|
|
271
|
+ <a href="../../second/Inquiry_form_residents.html">お問い合わせフォーム</a>
|
|
272
|
+ </span>
|
|
273
|
+ </article>
|
|
274
|
+ </section>
|
|
275
|
+ </div>
|
118
|
276
|
|
119
|
|
- <!--セクション template-->
|
120
|
|
- <section id="template" >
|
121
|
|
- <article id="breadcrumb" >
|
122
|
|
- <div id="breadcrumb_title">
|
123
|
|
- <div id="breadcrumb_title_block">
|
124
|
|
- <span id="breadcrumb_title"><a href="../../index.html">トップ</a>><a href="../../second/living.html">くらしの情報</a>><a href="../../second/Family_register.html">戸籍・住民票など</a>>婚姻届</span>
|
125
|
|
- </div>
|
126
|
|
- </div>
|
127
|
|
- </article>
|
128
|
|
- <article id="template" >
|
129
|
|
- <div id="template_title" class="gothic">
|
130
|
|
- <div id="template_title_block">
|
131
|
|
- <span id="template_title">結婚するときは・・・婚姻届</span>
|
132
|
|
- </div>
|
133
|
|
- </div>
|
134
|
|
- </article>
|
135
|
|
- <article id="template_list_title" >
|
136
|
|
- <div id="template_title2" class="gothic">
|
137
|
|
- <div id="template_title_block">
|
138
|
|
- <span id="template_title2">届出期間</span>
|
139
|
|
- </div>
|
140
|
|
- </div>
|
141
|
|
- <span id="template_article_block">
|
142
|
|
- <!-- ここから-->
|
143
|
|
- 届出によって効力が発生します<br />
|
144
|
|
- <!-- ここまで-->
|
145
|
|
- </span>
|
146
|
|
- </article>
|
147
|
|
- <article id="template_list_title" >
|
148
|
|
- <div id="template_title2" class="gothic">
|
149
|
|
- <div id="template_title_block">
|
150
|
|
- <span id="template_title2">届出人</span>
|
151
|
|
- </div>
|
152
|
|
- </div>
|
153
|
|
- <span id="template_article_block">
|
154
|
|
- <!-- ここから-->
|
155
|
|
- 夫(満18歳以上)と妻(満16歳以上)<br />
|
156
|
|
- <!-- ここまで-->
|
157
|
|
- </span>
|
158
|
|
- </article>
|
159
|
|
- <article id="template_list_title" >
|
160
|
|
- <div id="template_title2" class="gothic">
|
161
|
|
- <div id="template_title_block">
|
162
|
|
- <span id="template_title2">届出地</span>
|
163
|
|
- </div>
|
164
|
|
- </div>
|
165
|
|
- <span id="template_article_block">
|
166
|
|
- <!-- ここから-->
|
167
|
|
- 夫または妻の本籍地・所在地のいずれかの市区町村役場<br />
|
168
|
|
- <!-- ここまで-->
|
169
|
|
- </span>
|
170
|
|
- </article>
|
171
|
|
- <article id="template_list_title" >
|
172
|
|
- <div id="template_title2" class="gothic">
|
173
|
|
- <div id="template_title_block">
|
174
|
|
- <span id="template_title2">届出に必要なもの</span>
|
175
|
|
- </div>
|
176
|
|
- </div>
|
177
|
|
- <span id="template_article_block">
|
178
|
|
- <!-- ここから-->
|
179
|
|
- ・婚姻届書(成人2人の証人が必要です。<br />
|
180
|
|
- 右側証人欄に記入してもらってください。)<br />
|
181
|
|
- ・届書に押した印鑑(夫と妻それぞれの印鑑)<br />
|
182
|
|
- ・国民健康保険証・年金手帳(国民年金1号被保険者のみ)<br />
|
183
|
|
- ・住民基本台帳カード等(交付を受けていて婚姻により氏が変わる人)<br />
|
184
|
|
- ・<a href="../../third/living/Documents_of_identification.html">届出人の本人確認の書類</a><br />
|
185
|
|
- ・戸籍謄本(本籍地が北方町でない場合)<br />
|
186
|
|
- <!-- ここまで-->
|
187
|
|
- </span>
|
188
|
|
- </article>
|
189
|
|
- <article id="template_list_title" >
|
190
|
|
- <div id="template_title2" class="gothic">
|
191
|
|
- <div id="template_title_block">
|
192
|
|
- <span id="template_title2">婚姻届に伴う手続き(該当する場合のみ)</span>
|
193
|
|
- </div>
|
194
|
|
- </div>
|
195
|
|
- <span id="template_article_block">
|
196
|
|
- <!-- ここから-->
|
197
|
|
- 受付窓口:住民保険課
|
198
|
|
- ・国民健康保険の加入または変更手続き<br />
|
199
|
|
- ・国民年金の氏名・住所変更手続き<br />
|
200
|
|
- <!-- ここまで-->
|
201
|
|
- </span>
|
202
|
|
- </article>
|
203
|
|
- <article id="template_list_title" >
|
204
|
|
- <div id="template_title2" class="gothic">
|
205
|
|
- <div id="template_title_block">
|
206
|
|
- <span id="template_title2">届出書の記入上の注意</span>
|
207
|
|
- </div>
|
208
|
|
- </div>
|
209
|
|
- <span id="template_article_block">
|
210
|
|
- <!-- ここから-->
|
211
|
|
- ・届出人および成人の証人である2名の署名および押印が必要です。<br />
|
212
|
|
- ・20歳未満の方の婚姻には父母の同意となる署名および押印が必要です。<br />
|
213
|
|
- ・婚姻後の夫婦の氏・新しい本籍(婚姻後の夫婦の氏の人が筆頭となっていない場合)を記入してください。<br />
|
214
|
|
- ・住所は住所登録をしている住所を記入してください。<br />
|
215
|
|
- 婚姻届と同時に転入または転居届をされる場合は、新しい住所を記入してください。<br />
|
216
|
|
- <!-- ここまで-->
|
217
|
|
- </span>
|
218
|
|
- </article>
|
219
|
|
- <article id="template_list_title" >
|
220
|
|
- <div id="template_title2" class="gothic">
|
221
|
|
- <div id="template_title_block">
|
222
|
|
- <span id="template_title2">婚姻届記念フォトサービス</span>
|
223
|
|
- </div>
|
224
|
|
- </div>
|
225
|
|
- <span id="template_article_block">
|
226
|
|
- 婚姻届を提出される方の一生の思い出になるよう、記念撮影のお手伝いをさせて頂いています。<br />
|
227
|
|
- ご希望される方は、お気軽にお声がけください。<br />
|
228
|
|
- ※個人情報保護の観点から、お客様のスマートホン等で撮影させて頂きます。
|
229
|
|
- </span>
|
230
|
|
- </article>
|
231
|
|
- <article id="template_list_title" >
|
232
|
|
- <div id="template_title2" class="gothic">
|
233
|
|
- <div id="template_title_block">
|
234
|
|
- <span id="template_title2">お問い合わせ</span>
|
235
|
|
- </div>
|
236
|
|
- </div>
|
237
|
|
- <span id="template_article_block">
|
238
|
|
- 住民保険課<br />
|
239
|
|
- Tel 058-323-1113<br />
|
240
|
|
- <a href="../../second/Inquiry_form_residents.html">お問い合わせフォーム</a>
|
241
|
|
- </span>
|
242
|
|
- </article>
|
243
|
|
- </section>
|
244
|
|
- </div>
|
|
277
|
+ <footer>
|
|
278
|
+ <img src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町" />
|
|
279
|
+ <br />
|
|
280
|
+ <p class="footer_text">
|
|
281
|
+ <a href="../../second/Copyright_and_link.html">リンクと著作権</a>|
|
|
282
|
+ <a href="../../second/Privacy_policy.html">個人情報保護指針</a>|
|
|
283
|
+ <a href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a>
|
|
284
|
+ </p>
|
|
285
|
+ </footer>
|
245
|
286
|
|
246
|
|
- <footer>
|
247
|
|
- <img src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町"/><br />
|
248
|
|
- <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>
|
249
|
|
- </footer>
|
250
|
287
|
|
|
288
|
+ </div>
|
|
289
|
+ <img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?Marriage_registration" height="1"
|
|
290
|
+ width="1" />
|
|
291
|
+</body>
|
251
|
292
|
|
252
|
|
- </div>
|
253
|
|
- <img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?Marriage_registration" height="1" width="1" /></body>
|
254
|
|
-</html>
|
|
293
|
+</html>
|